summaryrefslogtreecommitdiff
path: root/src/include/cpu/x86/smm.h
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-13cpu/x86/smm.h: Add SW SMI for PSP SMM InfoMarshall Dawson
2020-04-05src/include: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-03-07cpu/x86/smm: Add smm_size to relocatable smmstubArthur Heymans
2020-02-05security/intel/stm: Add STM supportEugene Myers
2019-12-18Revert "include/cpu/x86: Add STM Support"Aaron Durbin
2019-12-18include/cpu/x86: Add STM SupportEugene D. Myers
2019-11-08arch/x86: Drop some __SMM__ guardsKyösti Mälkki
2019-08-15cpu/x86/smm: Promote smm_memory_map()Kyösti Mälkki
2019-08-13cpu/x86: Change old-style SMI handler prototypesKyösti Mälkki
2019-08-13cpu/x86: Move some SMM function declarationsKyö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-07soc/amd: Rename smm_region_info() to smm_region()Kyösti Mälkki
2019-08-07cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki
2019-07-11cpu/x86: Declare smi_release_lock() staticKyösti Mälkki
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-12-05smmstore: make smmstore's SMM handler code follow everything elsePatrick Georgi
2018-12-05elog: make elog's SMM handler code follow everything elsePatrick Georgi
2018-11-07intel: Get rid of smm_get_pmbasePatrick Rudolph
2018-10-08Move compiler.h to commonlibNico Huber
2018-06-28smm: Add canary to end of stack and die() if a stack overflow occursRaul E Rangel
2017-10-19cpu/x86: add AMD registers to SMM save stateJohn E. Kabat Jr
2017-09-27cpu/x86/smm: Add define for AMD64 save areaMarshall Dawson
2017-07-13src/include: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-22cpu/x86/smm: fix up types in module loaderAaron Durbin
2017-06-19cpu/x86/smm/smihandler: Apply cosmetic changesPatrick Rudolph
2017-03-13src/include: Wrap lines at 80 columnsLee Leahy
2017-03-13src/include: Move storage class to beginning of declarationLee Leahy
2017-03-13src/include: Remove space after function nameLee Leahy
2016-12-11x86 SMM: Fix use with RELOCATABLE_RAMSTAGEKyösti Mälkki
2016-08-23src/include: Capitalize APIC and SMMElyes HAOUAS
2016-07-31src/include: Capitalize CPU, RAM and ROMElyes HAOUAS
2016-05-04cpu/x86/smm_module_loader: always build with SMM module supportAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-29Remove leftover smi_get_tseg_baseVladimir Serbinenko
2015-05-28smm: Merge configs SMM_MODULES and SMM_TSEGVladimir Serbinenko
2015-05-28Remove leftover tseg_relocateVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-10baytrail: Switch from ACPI mode to PCI mode for legacy supportMarc Jones
2015-03-11x86 SMM: Replace weak prototypes with weak function stubKyösti Mälkki
2014-07-17drivers/spi: Sanitize headers from preprocessor abuseEdward O'Callaghan
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-02-16x86: provide infrastructure to backup default SMM regionAaron Durbin
2014-01-30x86: add SMM save state for 0x0100 revisionAaron Durbin
2013-12-21lynxpoint: Route all USB ports to XHCI in finalize stepDuncan Laurie
2013-11-24smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie
2013-07-11include: Fix spellingMartin Roth