aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/smm
AgeCommit message (Expand)Author
2021-02-15src: use ARRAY_SIZE where possiblePatrick Georgi
2021-01-26cpu/x86/smm: Remove unused APMC for C-state and P-stateKyösti Mälkki
2021-01-25cpu/x86/smm: Use common APMC loggingKyösti Mälkki
2021-01-18cpu/x86/smm/smm_module_loaderv2.c: Remove repeated wordElyes HAOUAS
2021-01-13cpu/x86/smm: Pass GNVS with smm_module_loader v2Kyösti Mälkki
2021-01-08cpu/x86/smm: Use append instead of assign for smm-c-depsFurquan Shaikh
2021-01-04ACPI: Final APM_CNT_GNVS_UPDATE cleanupKyösti Mälkki
2021-01-04arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki
2020-12-04cpu/x86/smm_module_loaderv2: Fix compiling for x86_64Arthur Heymans
2020-12-02cpu/x86/smm/smm_stub: Fix stack canary on x86_64Patrick Rudolph
2020-12-02cpu/x86/smm/smm_stub: Fix GDT for x86_64Patrick Rudolph
2020-11-16cpu/x86/smm/smm_module_loaderv2: Properly print stack_endArthur Heymans
2020-11-16cpu/x86/smm/smm_module_loaderv2.c: Use more variablesArthur Heymans
2020-11-16cpu/x86/smm: Check that the stub size is < save state sizeArthur Heymans
2020-11-09cpu/x86/smm: Add a common save state handlingArthur Heymans
2020-11-09cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4Arthur Heymans
2020-11-09cpu/x86/smm/smihandler.c: Simplify smm revision handlingArthur Heymans
2020-11-02cpu/x86/smm: Pass smm.ld through src-to-objArthur Heymans
2020-09-29cpu/x86/smm/smihandler.c: Implement smm_get_save_state()Arthur Heymans
2020-09-29cpu/x86/smm/smmhandler.c: Get revision using C codeArthur Heymans
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-30cpu/x86/smm/smmhandler: Fix x86_64 assembly exitPatrick Rudolph
2020-08-24cpu/x86/smm/smm_module_handler: Add x86_64 supportPatrick Rudolph
2020-08-18cpu/x86/smm/smm_stub: Add x86_64 supportPatrick Rudolph
2020-08-15cpu/x86/smm: Introduce SMM module loader version 2Rocky Phagura
2020-07-08ACPI: Add and fill gnvs_ptr for smm_runtimeKyösti Mälkki
2020-07-08cpu/x86/smm: Add support for long modePatrick Rudolph
2020-07-01ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki
2020-06-24ACPI: Replace smm_setup_structures()Kyösti Mälkki
2020-06-17cpu/x86/smm: Add helper functions to verify SMM accessPatrick Rudolph
2020-06-16arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
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
2017-07-21I82801JX: Add IS_ENABLED around config optionsMartin Roth
2017-07-21sb/intel/i82801jx: Add correct PCI ids and change namesArthur Heymans
2017-07-13src/cpu: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-27cpu/x86/smm: allow SSE instructions in SMM modulesAaron Durbin
2017-06-22cpu/x86/smm: use macros for CR0 flagsAaron Durbin
2017-06-22cpu/x86/smm: fix up types in module loaderAaron Durbin
2017-06-19cpu/x86/smm/smihandler: Apply cosmetic changesPatrick Rudolph
2017-03-16cpu/x86: Fix misc. remaining issues detected by checkpatchLee Leahy
2017-03-16cpu/x86: Wrap lines at 80 columnsLee Leahy
2017-03-16cpu/x86: Use tabs for indentLee Leahy
2017-03-16cpu/x86: Fix various issues detected by checkpatch.plLee Leahy
2017-02-22src/cpu/x86: Update/Add license headers to all filesMartin Roth
2016-12-11x86 SMM: Fix use with RELOCATABLE_RAMSTAGEKyösti Mälkki
2016-12-08buildsystem: Drop explicit (k)config.h includesKyösti Mälkki