summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/smm/smm_module_handler.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/smm: Add weak SoC init and exit methodsRaul E Rangel2022-03-101-0/+7
* cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMIRaul E Rangel2022-03-091-0/+7
* src: Add missing 'void' in function definitionElyes HAOUAS2022-01-261-2/+2
* soc/intel/common/block/smm: Add `mainboard_smi_finalize`Aseda Aboagye2021-06-191-0/+1
* src/cpu/x86/smm: remove debug message; not thread safeRocky Phagura2021-05-051-3/+1
* cpu/x86/smm_module_hander: Set up a save state mapArthur Heymans2021-03-191-8/+3
* cpu/x86/smm_module_handler: Add relocatable module paramsArthur Heymans2021-03-191-12/+9
* arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki2021-01-041-1/+3
* src/cpu: Drop unneeded empty linesElyes HAOUAS2020-09-211-2/+0
* cpu/x86/smm.h: Add function to return the SMM save state revisionArthur Heymans2020-09-211-0/+7
* cpu/x86/smm/smm_module_handler: Add x86_64 supportPatrick Rudolph2020-08-241-1/+1
* ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki2020-07-011-0/+2
* cpu/x86/smm: Add helper functions to verify SMM accessPatrick Rudolph2020-06-171-0/+9
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-12/+2
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/*: normalize Google copyright headersPatrick Georgi2018-09-281-1/+1
* smm: Add canary to end of stack and die() if a stack overflow occursRaul E Rangel2018-06-281-0/+14
* compiler.h: add __weak macroAaron Durbin2018-04-241-7/+8
* src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-2/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+1
* cpu/x86: Fix misc. remaining issues detected by checkpatchLee Leahy2017-03-161-1/+1
* cpu/x86: Fix various issues detected by checkpatch.plLee Leahy2017-03-161-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Initialize drivers in SMM context if neededDavid Hendricks2015-01-091-0/+14
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-201-1/+12
* smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie2013-11-241-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* x86: SMM Module SupportAaron Durbin2013-03-141-0/+171