summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/smm/smihandler.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Unify the definition of TCO registersMarek Maslanka2024-01-301-2/+2
* soc/intel/cmn/block/smm: Clear SPI SYNC_SS before disabling WPDSubrata Banik2023-12-221-2/+6
* soc/intel/common/block/oc_wdt: Add OC watchdog common blockMichał Żygowski2023-08-261-0/+4
* intel/common/block/smm: remove return statements from void functionsYuchen He2023-03-231-3/+3
* device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang2022-03-081-2/+2
* soc/intel/common: Remove GPIO PAD lock config override from mainboardSubrata Banik2022-02-041-15/+0
* soc/intel/common: add generic gpio lock mechanismNick Vaccaro2021-12-071-0/+38
* soc/intel/common: Add InSMM.STS supportAngel Pons2021-06-211-2/+25
* security/intel: Add option to enable SMM flash access onlyAngel Pons2021-06-211-27/+29
* soc/intel/common/block/smm: Add `mainboard_smi_finalize`Aseda Aboagye2021-06-191-0/+7
* soc/intel/common/block/smm: Drop stale commentAngel Pons2021-04-191-2/+0
* soc/intel/common: Prevent SMI storm when setting SPI WPD bitAngel Pons2021-04-061-0/+12
* soc/intel/common/block/smm: Ignore PM1 and GPE0 events in SCI modeAngel Pons2021-03-101-14/+6
* 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-21/+0
* soc/intel/common/block/smm/smihandler: Fix compilation under x86_64Patrick Rudolph2020-12-011-2/+2
* soc/intel/common/block/smm: Fix compilation without intel uart codePatrick Rudolph2020-10-121-2/+2
* src/soc/intel: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* SMM: Validate more user-provided pointersPatrick Rudolph2020-08-211-0/+4
* ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki2020-07-011-8/+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/common: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-4/+4
* soc/intel/common: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* soc/intel/common/block/smm: add case intrusion to SMI handlerMichael Niewöhner2020-03-111-0/+9
* soc/intel/common/block: Move smihandler common functions into common codeSubrata Banik2020-02-251-9/+33
* src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* ELOG: Introduce elog_gsmi variantsKyösti Mälkki2019-11-091-4/+3
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+2
* soc/intel: Drop pmc_soc_restore_power_failure()Nico Huber2019-08-091-1/+2
* soc/intel/common: Update ESPI disable optionDuncan Laurie2019-03-181-4/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* soc/intel/common/block: Move tco common functions into block/smbusSubrata Banik2019-01-101-0/+1
* soc/intel: Fix bad uses of __SIMPLE_DEVICE__Kyösti Mälkki2019-01-031-4/+1
* smmstore: make smmstore's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* soc/intel/common: Add option to disable eSPI SMI at runtimeDuncan Laurie2018-11-081-0/+4
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* smmstore: Add a key/val store facility in flash, mediated through SMMPatrick Georgi2018-10-081-0/+26
* soc/intel/common/block: Don't use device_tElyes HAOUAS2018-09-261-1/+1
* soc/intel/common/block: Move common uart function to block/uartSubrata Banik2018-08-201-1/+1
* src: Get rid of device_tElyes HAOUAS2018-06-141-1/+5
* compiler.h: add __weak macroAaron Durbin2018-04-241-6/+7
* soc/intel/common/block/smm: Add configurable delay before entering S5Furquan Shaikh2018-03-051-0/+18
* soc/intel/common/block/smm: Add option to have SOC specific SMI Handler at fi...Subrata Banik2018-02-221-0/+9
* soc/intel/{apollolake, cannonlake, common, skylake}: Add _soc_ prefix in weak...Subrata Banik2017-12-231-13/+24
* soc/intel/common: Add missing SoC common function into SMM librarySubrata Banik2017-12-221-3/+39