summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/smihandler.c
Commit message (Expand)AuthorAgeFilesLines
* mb,sb,soc/intel: Drop useless IO trap handlersKyösti Mälkki2022-12-071-18/+0
* ACPI: Refactor use of global and device NVSKyösti Mälkki2021-06-141-3/+1
* ACPI: Separate device_nvs_tKyösti Mälkki2021-01-271-3/+13
* sb,soc/intel: Remove no-op APMC for C-state and P-stateKyösti Mälkki2021-01-251-14/+0
* cpu/x86/smm: Use common APMC loggingKyösti Mälkki2021-01-251-7/+1
* arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki2021-01-041-20/+0
* SMM: Validate more user-provided pointersPatrick Rudolph2020-08-211-0/+4
* soc/intel/baytrail/smihandler.c: Align with BraswellAngel Pons2020-07-251-12/+7
* soc/intel/baytrail: Align whitespace and commentsAngel Pons2020-07-091-53/+55
* soc/intel/baytrail: Rename "pmc.h" to "pm.h"Angel Pons2020-07-091-1/+1
* ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki2020-07-011-7/+0
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-3/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* soc/intel/baytrail: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-4/+4
* soc/intel/baytrail: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* soc/baytrail: hook up smmstoreMatt DeVillier2020-03-031-0/+25
* src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* soc/intel/baytrail: Don't reinitialize SPI after lockdownArthur Heymans2019-11-271-20/+0
* ELOG: Introduce elog_gsmi variantsKyösti Mälkki2019-11-091-11/+4
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-1/+1
* soc/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-5/+5
* soc/intel/baytrail: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-10/+10
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* baytrail: Switch from ACPI mode to PCI mode for legacy supportMarc Jones2015-04-101-0/+59
* baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-3/+3
* baytrail: reinitialize spi controller in SMM finalizationAaron Durbin2015-04-061-0/+21
* intel/baytrail: Spelling fixesMartin Roth2014-12-081-1/+1
* Replace hlt with halt()Patrick Georgi2014-12-021-2/+2
* baytrail: add GPIO SMI supportAaron Durbin2014-05-061-1/+5
* baytrail: SMM supportAaron Durbin2014-02-161-0/+399