aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/smm/smm_module_handler.c
AgeCommit message (Expand)Author
2024-04-05smmstorev2: Load the communication buffer at SMM setupArthur Heymans
2023-11-10cpu/x86/smm: Fix get_save_state calculationEugene D. Myers
2023-03-05cpu/x86/smm: Add PCI resource store functionalityRobert Zieba
2023-02-15cpu/x86/smm: Enable setting SMM console log level from mainboardJohnny Lin
2022-12-07mb,sb,soc/intel: Drop useless IO trap handlersKyösti Mälkki
2022-11-17sb/intel/common: Drop duplicate smi_set_eos()Kyösti Mälkki
2022-10-26cpu/x86: Clean up includesElyes Haouas
2022-03-10cpu/x86/smm: Add weak SoC init and exit methodsRaul E Rangel
2022-03-09cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMIRaul E Rangel
2022-01-26src: Add missing 'void' in function definitionElyes HAOUAS
2021-06-19soc/intel/common/block/smm: Add `mainboard_smi_finalize`Aseda Aboagye
2021-05-05src/cpu/x86/smm: remove debug message; not thread safeRocky Phagura
2021-03-19cpu/x86/smm_module_hander: Set up a save state mapArthur Heymans
2021-03-19cpu/x86/smm_module_handler: Add relocatable module paramsArthur Heymans
2021-01-04arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki
2020-09-21src/cpu: Drop unneeded empty linesElyes HAOUAS
2020-09-21cpu/x86/smm.h: Add function to return the SMM save state revisionArthur Heymans
2020-08-24cpu/x86/smm/smm_module_handler: Add x86_64 supportPatrick Rudolph
2020-07-01ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki
2020-06-17cpu/x86/smm: Add helper functions to verify SMM accessPatrick Rudolph
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-04src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2018-06-28smm: Add canary to end of stack and die() if a stack overflow occursRaul E Rangel
2018-04-24compiler.h: add __weak macroAaron Durbin
2017-07-13src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-03-16cpu/x86: Fix misc. remaining issues detected by checkpatchLee Leahy
2017-03-16cpu/x86: Fix various issues detected by checkpatch.plLee Leahy
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-01-09x86: Initialize drivers in SMM context if neededDavid Hendricks
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2013-11-24smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-14x86: SMM Module SupportAaron Durbin