Age | Commit message (Expand) | Author |
2024-04-12 | tree: Drop duplicated <stdarg.h> and <stdio.h> | Elyes Haouas |
2024-04-12 | tree: Drop duplicated <device/{path,resource}.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-04-03 | cpu/x86/topology: Add node ID parser | Patrick Rudolph |
2024-03-28 | cpu/x86: Link page tables in stage if possible | Arthur Heymans |
2024-03-20 | cpu/x86/smm: Pass full SMRAM region info to SMM runtime | Benjamin Doron |
2024-03-19 | cpu/x86: Use correct config flag for 1GiB page table | Bora Guvendik |
2024-03-19 | cpu/x86/mtrr: Error out caching limitation during NEM | Subrata Banik |
2024-03-09 | cpu/x86/smm: Set up page tables in safe SMRAM | Arthur Heymans |
2024-02-28 | cpu/x86/(sipi|smm): Pass on CR3 from ramstage | Arthur Heymans |
2024-02-26 | lib: Remove heap from rmodules | Arthur Heymans |
2024-02-18 | arch to cpu: Add SPDX license headers to Kconfig files | Martin Roth |
2024-02-08 | cpu/x86/64bit: Turn jumping to long mode into a macro | Arthur Heymans |
2024-02-08 | cpu/x86: Add 1GiB pages for memory access up to 512GiB | Ashish Kumar Mishra |
2024-02-02 | cpu/x86/smm/pci_resource_store: Allow devices with no resources | Patrick Rudolph |
2024-01-31 | cpu/x86/smm/pci_resource_store: Store DEV/VEN ID | Patrick Rudolph |
2024-01-24 | cpu: Rename Makefiles from .inc to .mk | Martin Roth |
2024-01-14 | tree: Use accessor functions for struct region fields | Nico Huber |
2024-01-11 | cpu/x86/smi_trigger: use call_smm | Felix Held |
2024-01-10 | cpu/x86/smi_trigger: use enum cb_err as apm_control return type | Felix Held |
2024-01-08 | cpu/x86/smi_trigger: call pm_acpi_smi_cmd_port to get APMC SMI IO port | Felix Held |
2024-01-05 | arch/x86/include/mode_switch: Add more wrapper functions | Patrick Rudolph |
2024-01-05 | cpu/x86/64bit/mode_switch2: The reverse function to mode_switch | Patrick Rudolph |
2024-01-03 | cpu/x86/64bit/mode_switch: Simplify assembly code | Patrick Rudolph |
2023-11-10 | cpu/x86/smm: Fix get_save_state calculation | Eugene D. Myers |
2023-11-09 | Allow to build romstage sources inside the bootblock | Arthur Heymans |
2023-09-20 | cpu/x86/mtrr/debug: rename variables in display_variable_mtrr | Felix Held |
2023-09-20 | cpu/x86/mtrr/debug: use MTRR_PHYS_MASK | Felix Held |
2023-09-20 | cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_types | Felix Held |
2023-09-20 | cpu/x86/mtrr/debug: make local MSR variables const | Felix Held |
2023-09-20 | cpu/x86/mtrr/debug: drop unnecessary MSR union | Felix Held |
2023-09-14 | x86: Add .data section support for pre-memory stages | Jeremy Compostella |
2023-09-08 | arch to drivers/intel: Fix misspellings & capitalization issues | Martin Roth |
2023-08-21 | cpu/x86/smm: Don't save EFER | Arthur Heymans |
2023-08-06 | cpu: Add SPDX license headers to Makefiles | Martin Roth |
2023-07-08 | cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUND | Kyösti Mälkki |
2023-07-06 | cpu/x86: Add some notes about XAPIC/X2APIC | Kyösti Mälkki |
2023-07-06 | cpu/x86/lapic: Fix X2APIC_ONLY regression | Kyösti Mälkki |
2023-07-03 | cpu/x86: Reduce scope of MTRR functions used locally | Kyösti Mälkki |
2023-06-23 | commonlib/console/post_code.h: Change post code prefix to POSTCODE | lilacious |
2023-06-04 | cpu/x86/smm: Drop fxsave/fxrstor logic | Arthur Heymans |
2023-05-31 | cpu/x86/mp_init: Use clflush to write SIPI data back to RAM | Jeremy Compostella |
2023-05-27 | libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig option | Felix Held |
2023-05-26 | cpu/x86/sse_enable.inc: Remove unused file | Arthur Heymans |
2023-05-23 | cpu/x86/smm_stub.S: Fix comment | Arthur Heymans |
2023-05-23 | cpu/x86/smm_stub.S: Update comment | Arthur Heymans |
2023-05-21 | Kconfig: Get rid of named choice LAPIC_ACCESS_MODE | Martin Roth |
2023-04-13 | cpu/x86/mp_init.c: Set topology on BSP | Arthur Heymans |
2023-04-06 | cpu/x86/topology: Add code to fill in topology on struct path | Arthur Heymans |
2023-04-06 | cpu/mp_init.c: Only enable CPUs once they execute code | 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-04-06 | cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_path | Arthur Heymans |
2023-04-04 | cpu/x86/64bit/Makefile: use all_x86 make target | Felix Held |
2023-04-04 | cpu/x86/64bit/Makefile: use verstage_x86 make target | Felix Held |
2023-04-04 | cpu/x86/lapic,pae,tsc/Makefile: use all_x86 target | Felix Held |
2023-03-13 | cpu/x86/cache: CLFLUSH programs to memory before running | Arthur Heymans |
2023-03-10 | mp_init: Wait longer for APs to check in | Patrick Rudolph |
2023-03-08 | cpu/x86,amd: drop unused LOGICAL_CPUS Kconfig symbol | Felix Held |
2023-03-05 | cpu/x86/smm: Add PCI resource store functionality | Robert Zieba |
2023-02-27 | tree: Move 'asmlinkage' before type 'void' | Elyes Haouas |
2023-02-15 | cpu/x86/smm: Enable setting SMM console log level from mainboard | Johnny Lin |
2023-02-07 | tree: Drop repeated words | Alexander Goncharov |
2022-12-23 | cpu/x86: Set up a separate stack for APs | Arthur Heymans |
2022-12-16 | cpu/x86/mtrr: rename local cpu_idx variable and make it const | Felix Held |
2022-12-15 | cpu/x86/mtrr: use lapicid instead of cpu_index calls | Felix Held |
2022-12-14 | cpu/x86/mp_init.c: Improve AP entry point | Arthur Heymans |
2022-12-12 | cpu/x86/mtrr/mtrr: fix printk format strings | Felix Held |
2022-12-12 | cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APs | Kane Chen |
2022-12-10 | cpu/cpu.h: Change the function signature | Arthur Heymans |
2022-12-07 | mb,sb,soc/intel: Drop useless IO trap handlers | Kyösti Mälkki |
2022-11-17 | cpu/x86/Kconfig: Drop unused Kconfig symbol | Elyes Haouas |
2022-11-17 | sb/intel/common: Drop duplicate smi_set_eos() | Kyösti Mälkki |
2022-11-16 | cpu/x86/smm: Use common SMM_ASEG region | Kyösti Mälkki |
2022-11-12 | cpu/x86: Set thread local storage in C code | Arthur Heymans |
2022-11-12 | include/cpu/msr.h: transform into an union | Arthur Heymans |
2022-11-10 | cpu/x86/Kconfig.debug_cpu: Drop unused symbol | Arthur Heymans |
2022-11-09 | Revert "mb/aopen/dxplplusu: Remove board" | Kyösti Mälkki |
2022-11-09 | cpu/*: Drop PARALLEL_MP leftovers | Arthur Heymans |
2022-11-09 | cpu/x86/smm/module_loader: Fix ASEG loading | Arthur Heymans |
2022-11-08 | cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-11-07 | cpu/x86: Drop !CPU_INFO_V2 code | Arthur Heymans |
2022-11-07 | cpu/x86: Drop LEGACY_SMP_INIT | Arthur Heymans |
2022-11-07 | {cpu/nb}/amd/family15tn: Remove platform | Arthur Heymans |
2022-11-07 | mb/aopen/dxplplusu: Remove board | Arthur Heymans |
2022-11-05 | cpu/x86/mp_init.c: Use existing code to create cpu struct device | Arthur Heymans |
2022-11-03 | Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id" | Felix Held |
2022-11-03 | cpu/x86/mp_init.c: Handle failed init_bsp() | Arthur Heymans |
2022-11-03 | cpu/x86/mp_init.c: Set a bogus initial lapic_id | Arthur Heymans |
2022-10-28 | cpu/x86/mp_init.c: Use linked list data structures | Arthur Heymans |
2022-10-27 | cpu/x86/mp_init: adjust timeout for final SIPI | Jonathan Zhang |
2022-10-26 | cpu/x86: Clean up includes | Elyes Haouas |
2022-10-26 | cpu/x86/Kconfig: Enable LAPIC remap mitigation on likely affect NB | Arthur Heymans |
2022-10-12 | cpu/x86/64bit: Fix building with -jx | Arthur Heymans |
2022-10-06 | cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h> | Elyes Haouas |
2022-10-06 | cpu/x86/smm/smm_module_loader.c: Clean up includes | Elyes Haouas |
2022-10-06 | cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> | Elyes Haouas |
2022-09-24 | cpu/x86/smm/smihandler: use lapicid() | Felix Held |
2022-09-24 | cpu/x86/mp_init: drop unused MAX_APIC_IDS define | Felix Held |