summaryrefslogtreecommitdiff
path: root/src/cpu/x86/smm
AgeCommit message (Expand)Author
2020-05-02intel/stm: Place resource list right below MSEGEugene D Myers
2020-05-01src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS
2020-04-04src/cpu: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-07cpu/x86/smm: Add smm_size to relocatable smmstubArthur Heymans
2020-02-21cpu/x86/smm: Convert C++ style commentEugene Myers
2020-02-17treewide: capitalize 'BIOS'Elyes HAOUAS
2020-02-17cpu/x86/smm: Remove blank line in codeEugene Myers
2020-02-09cpu/x86/smm: Add overflow checkNico Huber
2020-02-05security/intel/stm: Add STM supportEugene Myers
2019-11-22cpu/intel/smm: Drop em64t save stateArthur Heymans
2019-11-22cpu/x86/smm: Use PRIxPTR to print uintptr_tJacob Garber
2019-09-10AUTHORS: Move src/cpu copyrights into AUTHORS fileMartin Roth
2019-08-28arch/x86: Drop weak attribute on stage_cacheKyösti Mälkki
2019-08-21southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki
2019-08-15cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki
2019-08-15cpu/x86/smm: Define single smm_subregion()Kyösti Mälkki
2019-08-13cpu/x86: Hide smm_save_state_area_t typedefKyösti Mälkki
2019-08-13cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki
2019-08-13cpu/x86: Separate save_state struct headersKyösti Mälkki
2019-08-08arch/x86: Change smm_subregion() prototypeKyösti Mälkki
2019-08-08arch/x86: Move TSEG_STAGE_CACHE implementationKyösti Mälkki
2019-07-11cpu/x86: Declare smi_release_lock() staticKyösti Mälkki
2019-07-09cpu/x86: Declare SMM_ASEGKyösti Mälkki
2019-07-09arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-classKyösti Mälkki
2019-07-08cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_tElyes HAOUAS
2019-06-21cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS
2019-06-21x86/smmstub: Fix compiling with external toolchainsArthur Heymans
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-02-25cpu/x86/smm: Add qemu's SMM-Revision LevelPatrick Rudolph
2018-12-24x86/smm/smmhandler.S: Use tabs instead of white spacesElyes HAOUAS
2018-12-03sb/intel/i82801gx: Clean up unneeded smi setup codeArthur Heymans
2018-12-03nb/intel/x4x: Use common code for SMM in TSEGArthur Heymans
2018-11-08src: Replace common MSR addresses with macrosElyes HAOUAS
2018-10-18cpu/x86/smm: Fix non-local header treated as localElyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-08-13cpu/x86/smm/smm_module_loader.c: Avoid static analysis error "unused value"Richard Spiegel
2018-06-28smm: Add canary to end of stack and die() if a stack overflow occursRaul E Rangel
2018-06-27smm: Switch from %edx to %ebxRaul E Rangel
2018-06-27smm: Push a null stack base pointerRaul E Rangel
2018-06-27smm: Make local variables relative to ebpRaul E Rangel
2018-06-27smm: Clear SMRAM when debuggingRaul E Rangel
2018-06-04src/cpu: Get rid of whitespace before tabElyes HAOUAS
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-01-15Intel sch board & chip: Remove - using LATE_CBMEM_INITMartin Roth
2017-09-05Move ADDR32() hack to arch/x86Patrick Georgi
2017-09-02cpu/x86/smm: Fix explicit 'addr32' usage in clang buildsEdward O'Callaghan
2017-08-31AGESA: Remove separate f15rlKyösti Mälkki
2017-08-31cpu/x86 asm: Just use the correct op suffixEdward O'Callaghan