Age | Commit message (Expand) | Author |
2024-01-31 | cpu/x86/smm/pci_resource_store: Store DEV/VEN ID | Patrick Rudolph |
2024-01-10 | cpu/x86/smi_trigger: use enum cb_err as apm_control return type | Felix Held |
2023-11-10 | cpu/x86/smm: Fix get_save_state calculation | Eugene D. Myers |
2023-06-04 | cpu/x86/smm: Drop fxsave/fxrstor logic | Arthur Heymans |
2023-04-06 | cpu/smm_module_loader.c: Fix up CPU index locally | Arthur Heymans |
2023-04-06 | cpu/x86/mp_init.c: Generate a C header to get start32 offset | Arthur Heymans |
2023-03-05 | cpu/x86/smm: Add PCI resource store functionality | Robert Zieba |
2023-02-15 | cpu/x86/smm: Enable setting SMM console log level from mainboard | Johnny Lin |
2022-12-07 | mb,sb,soc/intel: Drop useless IO trap handlers | Kyösti Mälkki |
2022-11-16 | cpu/x86/smm: Use common SMM_ASEG region | Kyösti Mälkki |
2022-05-28 | cpu/x86/mp_init.c: Drop 'real' vs 'used' save state | Arthur Heymans |
2022-03-10 | cpu/x86/smm: Add weak SoC init and exit methods | Raul E Rangel |
2022-03-09 | cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI | Raul E Rangel |
2022-02-07 | cpu/x86/mp_init.c: Rename num_concurrent_stacks | Arthur Heymans |
2022-02-07 | cpu/x86/smm: Improve smm stack setup | Arthur Heymans |
2022-02-03 | cpu/x86/smm: Retype variables | Arthur Heymans |
2021-06-19 | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye |
2021-04-19 | cpu/x86/smm_loaderv2: Use the permanent stack top during relocation | Arthur Heymans |
2021-04-15 | *x86: Support x2apic mode | Wonkyu Kim |
2021-03-19 | cpu/x86/mp_init.c: Drop unnecessary preprocessor usage | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init: Allow stub sizes larger than the save state size | Arthur Heymans |
2021-03-19 | cpu/x86/smm_loaderv2: Remove unused variables | Arthur Heymans |
2021-03-19 | cpu/x86/smm_module_hander: Set up a save state map | Arthur Heymans |
2021-03-19 | cpu/x86/smm_stub.S: Drop smm_runtime from the stub | Arthur Heymans |
2021-03-19 | cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params | Arthur Heymans |
2021-03-18 | cpu/x86/smm_stub.S: Drop unused module_handler parameter | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move relocatable stub params | Arthur Heymans |
2021-01-26 | cpu/x86/smm: Remove unused APMC for C-state and P-state | Kyösti Mälkki |
2021-01-25 | cpu/x86/smm: Use common APMC logging | Kyösti Mälkki |
2021-01-04 | ACPI: Final APM_CNT_GNVS_UPDATE cleanup | Kyösti Mälkki |
2020-12-04 | cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 | Arthur Heymans |
2020-11-09 | soc/amd/*/smi.h: Move the pm_acpi_smi_cmd_port function declaration | Arthur Heymans |
2020-09-21 | cpu/x86/smm.h: Add function to return the SMM save state revision | Arthur Heymans |
2020-08-18 | cpu/x86/smm/smm_stub: Add x86_64 support | Patrick Rudolph |
2020-08-15 | cpu/x86/smm: Introduce SMM module loader version 2 | Rocky Phagura |
2020-07-08 | ACPI: Add and fill gnvs_ptr for smm_runtime | Kyösti Mälkki |
2020-07-01 | ACPI GNVS: Replace uses of smm_get_gnvs() | Kyösti Mälkki |
2020-06-30 | ACPI: Drop typedef global_nvs_t | Kyösti Mälkki |
2020-06-24 | ACPI: Replace smm_setup_structures() | Kyösti Mälkki |
2020-06-22 | cpu/x86/smm: Define APM_CNT_ROUTE_ALL_XHCI | Kyösti Mälkki |
2020-06-22 | cpu/x86/smm: Define APM_CNT_NOOP_SMI | Kyösti Mälkki |
2020-06-17 | cpu/x86/smm: Add helper functions to verify SMM access | Patrick Rudolph |
2020-06-16 | arch/x86: Declare global_smi_enable() | Kyösti Mälkki |
2020-06-16 | arch/x86: Create helper for APM_CNT SMI triggers | Kyösti Mälkki |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-13 | cpu/x86/smm.h: Add SW SMI for PSP SMM Info | Marshall Dawson |
2020-04-05 | src/include: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2020-03-07 | cpu/x86/smm: Add smm_size to relocatable smmstub | Arthur Heymans |
2020-02-05 | security/intel/stm: Add STM support | Eugene Myers |
2019-12-18 | Revert "include/cpu/x86: Add STM Support" | Aaron Durbin |
2019-12-18 | include/cpu/x86: Add STM Support | Eugene D. Myers |
2019-11-08 | arch/x86: Drop some __SMM__ guards | Kyösti Mälkki |
2019-08-15 | cpu/x86/smm: Promote smm_memory_map() | Kyösti Mälkki |
2019-08-13 | cpu/x86: Change old-style SMI handler prototypes | Kyösti Mälkki |
2019-08-13 | cpu/x86: Move some SMM function declarations | Kyösti Mälkki |
2019-08-13 | cpu/x86: Separate save_state struct headers | Kyösti Mälkki |
2019-08-08 | arch/x86: Change smm_subregion() prototype | Kyösti Mälkki |
2019-08-07 | soc/amd: Rename smm_region_info() to smm_region() | Kyösti Mälkki |
2019-08-07 | cpu/x86/smm: Promote smm_subregion() | Kyösti Mälkki |
2019-07-11 | cpu/x86: Declare smi_release_lock() static | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-12-05 | smmstore: make smmstore's SMM handler code follow everything else | Patrick Georgi |
2018-12-05 | elog: make elog's SMM handler code follow everything else | Patrick Georgi |
2018-11-07 | intel: Get rid of smm_get_pmbase | Patrick Rudolph |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-06-28 | smm: Add canary to end of stack and die() if a stack overflow occurs | Raul E Rangel |
2017-10-19 | cpu/x86: add AMD registers to SMM save state | John E. Kabat Jr |
2017-09-27 | cpu/x86/smm: Add define for AMD64 save area | Marshall Dawson |
2017-07-13 | src/include: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-22 | cpu/x86/smm: fix up types in module loader | Aaron Durbin |
2017-06-19 | cpu/x86/smm/smihandler: Apply cosmetic changes | Patrick Rudolph |
2017-03-13 | src/include: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/include: Move storage class to beginning of declaration | Lee Leahy |
2017-03-13 | src/include: Remove space after function name | Lee Leahy |
2016-12-11 | x86 SMM: Fix use with RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2016-08-23 | src/include: Capitalize APIC and SMM | Elyes HAOUAS |
2016-07-31 | src/include: Capitalize CPU, RAM and ROM | Elyes HAOUAS |
2016-05-04 | cpu/x86/smm_module_loader: always build with SMM module support | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-29 | Remove leftover smi_get_tseg_base | Vladimir Serbinenko |
2015-05-28 | smm: Merge configs SMM_MODULES and SMM_TSEG | Vladimir Serbinenko |
2015-05-28 | Remove leftover tseg_relocate | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-10 | baytrail: Switch from ACPI mode to PCI mode for legacy support | Marc Jones |
2015-03-11 | x86 SMM: Replace weak prototypes with weak function stub | Kyösti Mälkki |
2014-07-17 | drivers/spi: Sanitize headers from preprocessor abuse | Edward O'Callaghan |
2014-03-20 | rmodules: use rmodtool to create rmodules | Aaron Durbin |
2014-02-16 | x86: provide infrastructure to backup default SMM region | Aaron Durbin |
2014-01-30 | x86: add SMM save state for 0x0100 revision | Aaron Durbin |
2013-12-21 | lynxpoint: Route all USB ports to XHCI in finalize step | Duncan Laurie |
2013-11-24 | smi: Update mainboard_smi_gpi() to have 32bit argument | Duncan Laurie |
2013-07-11 | include: Fix spelling | Martin Roth |
2013-05-08 | x86: use asmlinkage macro for smm_handler_t | Aaron Durbin |
2013-03-21 | x86: protect against abi assumptions from compiler | Aaron Durbin |
2013-03-15 | haswell: reserve default SMRAM space | Aaron Durbin |
2013-03-14 | x86: SMM Module Support | Aaron Durbin |