summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/smm/smm_module_loader.c
Commit message (Expand)AuthorAgeFilesLines
* security/intel/stm: Add STM supportEugene Myers2021-02-221-1/+18
* AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_tElyes HAOUAS2019-07-081-1/+1
* cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-211-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/*: normalize Google copyright headersPatrick Georgi2018-09-281-1/+1
* cpu/x86/smm/smm_module_loader.c: Avoid static analysis error "unused value"Richard Spiegel2018-08-131-2/+3
* smm: Clear SMRAM when debuggingRaul E Rangel2018-06-271-0/+4
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-2/+3
* cpu/x86/smm: allow SSE instructions in SMM modulesAaron Durbin2017-06-271-4/+31
* cpu/x86/smm: fix up types in module loaderAaron Durbin2017-06-221-26/+26
* cpu/x86: Use tabs for indentLee Leahy2017-03-161-8/+8
* x86 SMM: Fix use with RELOCATABLE_RAMSTAGEKyösti Mälkki2016-12-111-3/+0
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-4/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* cpu: Fix spellingMartin Roth2013-07-111-7/+7
* x86: SMM Module SupportAaron Durbin2013-03-141-0/+371