Age | Commit message (Expand) | Author |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-06-19 | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye |
2021-06-15 | treewide: Disable R_AMD64_32S relocation support | Patrick Rudolph |
2021-06-11 | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki |
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-05-10 | cpu/x86/smm: Fix typo | Patrick Georgi |
2021-05-10 | *x86: fix x2apic mode boot issue | Wonkyu Kim |
2021-05-05 | src/cpu/x86/smm: remove debug message; not thread safe | Rocky Phagura |
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-04-15 | *x86: Support x2apic mode | Wonkyu Kim |
2021-03-24 | cpu/x86/smm: Fix SMM start address passing | Marc Jones |
2021-03-19 | cpu/x86/smm_module_loaderv2.c: Remove noop stack size check | 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/smm_module_loaderv2.c: Constify setup_stub() | Arthur Heymans |
2021-03-19 | cpu/x86/smm_module_hander: Set up a save state map | Arthur Heymans |
2021-03-19 | cpu/x86/smm_loaderv2: Fix when only 1 CPU is present | 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-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 |
2021-02-15 | src: use ARRAY_SIZE where possible | Patrick Georgi |
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-18 | cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word | Elyes HAOUAS |
2021-01-13 | cpu/x86/smm: Pass GNVS with smm_module_loader v2 | Kyösti Mälkki |
2021-01-08 | cpu/x86/smm: Use append instead of assign for smm-c-deps | Furquan Shaikh |
2021-01-04 | ACPI: Final APM_CNT_GNVS_UPDATE cleanup | Kyösti Mälkki |
2021-01-04 | arch/x86: Pass GNVS as parameter to SMM module | Kyösti Mälkki |
2020-12-04 | cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 | Arthur Heymans |
2020-12-02 | cpu/x86/smm/smm_stub: Fix stack canary on x86_64 | Patrick Rudolph |
2020-12-02 | cpu/x86/smm/smm_stub: Fix GDT for x86_64 | Patrick Rudolph |
2020-11-16 | cpu/x86/smm/smm_module_loaderv2: Properly print stack_end | Arthur Heymans |
2020-11-16 | cpu/x86/smm/smm_module_loaderv2.c: Use more variables | Arthur Heymans |
2020-11-16 | cpu/x86/smm: Check that the stub size is < save state size | Arthur Heymans |
2020-11-09 | cpu/x86/smm: Add a common save state handling | Arthur Heymans |
2020-11-09 | cpu/x86/smm/smm.ld: Assert that CONFIG_MAX_CPUS <= 4 | Arthur Heymans |
2020-11-09 | cpu/x86/smm/smihandler.c: Simplify smm revision handling | Arthur Heymans |
2020-11-02 | cpu/x86/smm: Pass smm.ld through src-to-obj | Arthur Heymans |
2020-09-29 | cpu/x86/smm/smihandler.c: Implement smm_get_save_state() | Arthur Heymans |
2020-09-29 | cpu/x86/smm/smmhandler.c: Get revision using C code | Arthur Heymans |
2020-09-21 | src/cpu: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-21 | cpu/x86/smm.h: Add function to return the SMM save state revision | Arthur Heymans |
2020-08-30 | cpu/x86/smm/smmhandler: Fix x86_64 assembly exit | Patrick Rudolph |
2020-08-24 | cpu/x86/smm/smm_module_handler: Add x86_64 support | Patrick Rudolph |
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-08 | cpu/x86/smm: Add support for long mode | Patrick Rudolph |
2020-07-01 | ACPI GNVS: Replace uses of smm_get_gnvs() | Kyösti Mälkki |
2020-06-24 | ACPI: Replace smm_setup_structures() | Kyösti Mälkki |
2020-06-17 | cpu/x86/smm: Add helper functions to verify SMM access | Patrick Rudolph |
2020-06-16 | arch/x86: Create helper for APM_CNT SMI triggers | Kyösti Mälkki |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | 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-11-22 | cpu/intel/smm: Drop em64t save state | Arthur Heymans |
2019-11-22 | cpu/x86/smm: Use PRIxPTR to print uintptr_t | Jacob Garber |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-08-28 | arch/x86: Drop weak attribute on stage_cache | Kyösti Mälkki |
2019-08-21 | southbridge/intel: Tidy up preprocessor and headers | Kyösti Mälkki |
2019-08-15 | cpu/x86/smm: Promote smm_memory_map() | Kyösti Mälkki |
2019-08-15 | cpu/x86/smm: Define single smm_subregion() | Kyösti Mälkki |
2019-08-13 | cpu/x86: Hide smm_save_state_area_t typedef | Kyösti Mälkki |
2019-08-13 | cpu/x86: Change old-style SMI handler prototypes | 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-08 | arch/x86: Move TSEG_STAGE_CACHE implementation | Kyösti Mälkki |
2019-07-11 | cpu/x86: Declare smi_release_lock() static | Kyösti Mälkki |
2019-07-09 | cpu/x86: Declare SMM_ASEG | Kyösti Mälkki |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
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-06-21 | x86/smmstub: Fix compiling with external toolchains | Arthur Heymans |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-25 | cpu/x86/smm: Add qemu's SMM-Revision Level | Patrick Rudolph |
2018-12-24 | x86/smm/smmhandler.S: Use tabs instead of white spaces | Elyes HAOUAS |
2018-12-03 | sb/intel/i82801gx: Clean up unneeded smi setup code | Arthur Heymans |
2018-12-03 | nb/intel/x4x: Use common code for SMM in TSEG | Arthur Heymans |
2018-11-08 | src: Replace common MSR addresses with macros | Elyes HAOUAS |
2018-10-18 | cpu/x86/smm: Fix non-local header treated as local | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |