Age | Commit message (Expand) | Author |
2024-08-11 | region: Introduce region_create() functions | Nico Huber |
2024-05-29 | tree: Use <stdio.h> for snprintf | Elyes Haouas |
2024-04-12 | tree: Drop duplicated <stdarg.h> and <stdio.h> | Elyes Haouas |
2024-04-05 | smmstorev2: Load the communication buffer at SMM setup | Arthur Heymans |
2024-04-04 | tree: Remove duplicated <stdint.h> | Elyes Haouas |
2024-03-20 | cpu/x86/smm: Pass full SMRAM region info to SMM runtime | Benjamin Doron |
2024-03-09 | cpu/x86/smm: Set up page tables in safe SMRAM | Arthur Heymans |
2024-01-14 | tree: Use accessor functions for struct region fields | Nico Huber |
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-11-16 | cpu/x86/smm: Use common SMM_ASEG region | Kyösti Mälkki |
2022-11-09 | cpu/x86/smm/module_loader: Fix ASEG loading | Arthur Heymans |
2022-10-06 | cpu/x86/smm/smm_module_loader.c: Clean up includes | Elyes Haouas |
2022-09-22 | cpu/x86/smm/smm_module_loader.c: Fix STM setup | Eugene Myers |
2022-06-15 | cpu/x86/smm/smm_module_loader.c: Fix formatted print | Elyes Haouas |
2022-06-03 | cpu/x86/smm_module_loader: Use struct region in cpu map | Arthur Heymans |
2022-06-03 | cpu/x86/smm: Use struct region to check overlapping sections | Arthur Heymans |
2022-06-03 | cpu/x86/smm_module_loader: Update logging | Arthur Heymans |
2022-06-02 | cpu/x86/smm_module_loader: Drop superfluous checks | Arthur Heymans |
2022-05-31 | cpu/x86/smm_module_load: Fix SMM stub params | Kyösti Mälkki |
2022-05-28 | cpu/x86/mp_init.c: Drop 'real' vs 'used' save state | Arthur Heymans |
2022-05-28 | cpu/x86/smm_module_load: Rewrite setup_stub | Arthur Heymans |
2022-05-28 | cpu/x86/smm_module_loader: Add a convenient ss_top | Arthur Heymans |
2022-05-28 | cpu/x86/smm_module_loader.c: Rewrite setup | Arthur Heymans |
2022-05-28 | cpu/x86/smm: Drop 'entry' struct element | Arthur Heymans |
2022-05-28 | cpu/x86/smm: Refactor creating a stub/save state map | Arthur Heymans |
2022-04-11 | cpu/x86/smm_module_loader.c: Clean up printing the CPU map | Arthur Heymans |
2022-03-09 | cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI | Raul E Rangel |
2022-02-28 | cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG | Arthur Heymans |
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 |