Age | Commit message (Expand) | Author |
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-05-30 | cpu/x86/smm: Fix u32 type mismatch in print statement | Paul Menzel |
2021-05-30 | cpu/x86/smm: Fix size_t type mismatch in print statement | Paul Menzel |
2021-05-30 | cpu/x86/smm: Fix uintptr_t type mismatches in print statements | Paul Menzel |
2021-04-23 | cpu/x86: Fix control flow UNREACHABLE issue | John Zhao |
2021-04-19 | cpu/x86/smm/smm_module_loaderv2.c: Rename file | Arthur Heymans |
2021-04-19 | cpu/x86/smm: Drop the V1 smmloader | Arthur Heymans |
2021-04-19 | cpu/x86/smm_loaderv2: Use the permanent stack top during relocation | 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_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/smm_module_handler: Add relocatable module params | 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 |
2020-11-16 | cpu/x86/smm: Check that the stub size is < save state size | Arthur Heymans |
2020-07-08 | ACPI: Add and fill gnvs_ptr for smm_runtime | Kyösti Mälkki |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | intel/stm: Place resource list right below MSEG | Eugene D Myers |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-07 | cpu/x86/smm: Add smm_size to relocatable smmstub | Arthur Heymans |
2020-02-21 | cpu/x86/smm: Convert C++ style comment | Eugene Myers |
2020-02-17 | treewide: capitalize 'BIOS' | Elyes HAOUAS |
2020-02-17 | cpu/x86/smm: Remove blank line in code | Eugene Myers |
2020-02-09 | cpu/x86/smm: Add overflow check | Nico Huber |
2020-02-05 | security/intel/stm: Add STM support | Eugene Myers |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-07-08 | cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_t | Elyes HAOUAS |
2019-06-21 | cpu: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-08-13 | cpu/x86/smm/smm_module_loader.c: Avoid static analysis error "unused value" | Richard Spiegel |
2018-06-27 | smm: Clear SMRAM when debugging | Raul E Rangel |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-27 | cpu/x86/smm: allow SSE instructions in SMM modules | Aaron Durbin |
2017-06-22 | cpu/x86/smm: fix up types in module loader | Aaron Durbin |
2017-03-16 | cpu/x86: Use tabs for indent | Lee Leahy |
2016-12-11 | x86 SMM: Fix use with RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2016-08-23 | src/cpu: Capitalize CPU, APIC and IOAPIC typo fix | Elyes HAOUAS |
2016-07-31 | src/cpu: Capitalize CPU | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2013-07-11 | cpu: Fix spelling | Martin Roth |
2013-03-14 | x86: SMM Module Support | Aaron Durbin |