aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86
AgeCommit message (Expand)Author
2024-03-20cpu/x86/smm: Pass full SMRAM region info to SMM runtimeBenjamin Doron
2024-03-19cpu/x86: Use correct config flag for 1GiB page tableBora Guvendik
2024-03-19cpu/x86/mtrr: Error out caching limitation during NEMSubrata Banik
2024-03-09cpu/x86/smm: Set up page tables in safe SMRAMArthur Heymans
2024-02-28cpu/x86/(sipi|smm): Pass on CR3 from ramstageArthur Heymans
2024-02-26lib: Remove heap from rmodulesArthur Heymans
2024-02-18arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth
2024-02-08cpu/x86/64bit: Turn jumping to long mode into a macroArthur Heymans
2024-02-08cpu/x86: Add 1GiB pages for memory access up to 512GiBAshish Kumar Mishra
2024-02-02cpu/x86/smm/pci_resource_store: Allow devices with no resourcesPatrick Rudolph
2024-01-31cpu/x86/smm/pci_resource_store: Store DEV/VEN IDPatrick Rudolph
2024-01-24cpu: Rename Makefiles from .inc to .mkMartin Roth
2024-01-14tree: Use accessor functions for struct region fieldsNico Huber
2024-01-11cpu/x86/smi_trigger: use call_smmFelix Held
2024-01-10cpu/x86/smi_trigger: use enum cb_err as apm_control return typeFelix Held
2024-01-08cpu/x86/smi_trigger: call pm_acpi_smi_cmd_port to get APMC SMI IO portFelix Held
2024-01-05arch/x86/include/mode_switch: Add more wrapper functionsPatrick Rudolph
2024-01-05cpu/x86/64bit/mode_switch2: The reverse function to mode_switchPatrick Rudolph
2024-01-03cpu/x86/64bit/mode_switch: Simplify assembly codePatrick Rudolph
2023-11-10cpu/x86/smm: Fix get_save_state calculationEugene D. Myers
2023-11-09Allow to build romstage sources inside the bootblockArthur Heymans
2023-09-20cpu/x86/mtrr/debug: rename variables in display_variable_mtrrFelix Held
2023-09-20cpu/x86/mtrr/debug: use MTRR_PHYS_MASKFelix Held
2023-09-20cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_typesFelix Held
2023-09-20cpu/x86/mtrr/debug: make local MSR variables constFelix Held
2023-09-20cpu/x86/mtrr/debug: drop unnecessary MSR unionFelix Held
2023-09-14x86: Add .data section support for pre-memory stagesJeremy Compostella
2023-09-08arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth
2023-08-21cpu/x86/smm: Don't save EFERArthur Heymans
2023-08-06cpu: Add SPDX license headers to MakefilesMartin Roth
2023-07-08cpu/x86/lapic: Fix regression with X2APIC_LATE_WORKAROUNDKyösti Mälkki
2023-07-06cpu/x86: Add some notes about XAPIC/X2APICKyösti Mälkki
2023-07-06cpu/x86/lapic: Fix X2APIC_ONLY regressionKyösti Mälkki
2023-07-03cpu/x86: Reduce scope of MTRR functions used locallyKyösti Mälkki
2023-06-23commonlib/console/post_code.h: Change post code prefix to POSTCODElilacious
2023-06-04cpu/x86/smm: Drop fxsave/fxrstor logicArthur Heymans
2023-05-31cpu/x86/mp_init: Use clflush to write SIPI data back to RAMJeremy Compostella
2023-05-27libpayload;arch,cpu/x86: drop USE_MARCH_586 Kconfig optionFelix Held
2023-05-26cpu/x86/sse_enable.inc: Remove unused fileArthur Heymans
2023-05-23cpu/x86/smm_stub.S: Fix commentArthur Heymans
2023-05-23cpu/x86/smm_stub.S: Update commentArthur Heymans
2023-05-21Kconfig: Get rid of named choice LAPIC_ACCESS_MODEMartin Roth
2023-04-13cpu/x86/mp_init.c: Set topology on BSPArthur Heymans
2023-04-06cpu/x86/topology: Add code to fill in topology on struct pathArthur Heymans
2023-04-06cpu/mp_init.c: Only enable CPUs once they execute codeArthur Heymans
2023-04-06cpu/smm_module_loader.c: Fix up CPU index locallyArthur Heymans
2023-04-06cpu/x86/mp_init.c: Generate a C header to get start32 offsetArthur Heymans
2023-04-06cpu/x86/mp_init.c: Keep track of initial lapic ID inside device_pathArthur Heymans
2023-04-04cpu/x86/64bit/Makefile: use all_x86 make targetFelix Held
2023-04-04cpu/x86/64bit/Makefile: use verstage_x86 make targetFelix Held
2023-04-04cpu/x86/lapic,pae,tsc/Makefile: use all_x86 targetFelix Held
2023-03-13cpu/x86/cache: CLFLUSH programs to memory before runningArthur Heymans
2023-03-10mp_init: Wait longer for APs to check inPatrick Rudolph
2023-03-08cpu/x86,amd: drop unused LOGICAL_CPUS Kconfig symbolFelix Held
2023-03-05cpu/x86/smm: Add PCI resource store functionalityRobert Zieba
2023-02-27tree: Move 'asmlinkage' before type 'void'Elyes Haouas
2023-02-15cpu/x86/smm: Enable setting SMM console log level from mainboardJohnny Lin
2023-02-07tree: Drop repeated wordsAlexander Goncharov
2022-12-23cpu/x86: Set up a separate stack for APsArthur Heymans
2022-12-16cpu/x86/mtrr: rename local cpu_idx variable and make it constFelix Held
2022-12-15cpu/x86/mtrr: use lapicid instead of cpu_index callsFelix Held
2022-12-14cpu/x86/mp_init.c: Improve AP entry pointArthur Heymans
2022-12-12cpu/x86/mtrr/mtrr: fix printk format stringsFelix Held
2022-12-12cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APsKane Chen
2022-12-10cpu/cpu.h: Change the function signatureArthur Heymans
2022-12-07mb,sb,soc/intel: Drop useless IO trap handlersKyösti Mälkki
2022-11-17cpu/x86/Kconfig: Drop unused Kconfig symbolElyes Haouas
2022-11-17sb/intel/common: Drop duplicate smi_set_eos()Kyösti Mälkki
2022-11-16cpu/x86/smm: Use common SMM_ASEG regionKyösti Mälkki
2022-11-12cpu/x86: Set thread local storage in C codeArthur Heymans
2022-11-12include/cpu/msr.h: transform into an unionArthur Heymans
2022-11-10cpu/x86/Kconfig.debug_cpu: Drop unused symbolArthur Heymans
2022-11-09Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki
2022-11-09cpu/*: Drop PARALLEL_MP leftoversArthur Heymans
2022-11-09cpu/x86/smm/module_loader: Fix ASEG loadingArthur Heymans
2022-11-08cpu: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas
2022-11-07cpu/x86: Drop !CPU_INFO_V2 codeArthur Heymans
2022-11-07cpu/x86: Drop LEGACY_SMP_INITArthur Heymans
2022-11-07{cpu/nb}/amd/family15tn: Remove platformArthur Heymans
2022-11-07mb/aopen/dxplplusu: Remove boardArthur Heymans
2022-11-05cpu/x86/mp_init.c: Use existing code to create cpu struct deviceArthur Heymans
2022-11-03Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id"Felix Held
2022-11-03cpu/x86/mp_init.c: Handle failed init_bsp()Arthur Heymans
2022-11-03cpu/x86/mp_init.c: Set a bogus initial lapic_idArthur Heymans
2022-10-28cpu/x86/mp_init.c: Use linked list data structuresArthur Heymans
2022-10-27cpu/x86/mp_init: adjust timeout for final SIPIJonathan Zhang
2022-10-26cpu/x86: Clean up includesElyes Haouas
2022-10-26cpu/x86/Kconfig: Enable LAPIC remap mitigation on likely affect NBArthur Heymans
2022-10-12cpu/x86/64bit: Fix building with -jxArthur Heymans
2022-10-06cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h>Elyes Haouas
2022-10-06cpu/x86/smm/smm_module_loader.c: Clean up includesElyes Haouas
2022-10-06cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h>Elyes Haouas
2022-09-24cpu/x86/smm/smihandler: use lapicid()Felix Held
2022-09-24cpu/x86/mp_init: drop unused MAX_APIC_IDS defineFelix Held
2022-09-24include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.hFelix Held
2022-09-23cpu/x86/smm/smihandler: use existing LAPIC ID register definitionFelix Held
2022-09-22cpu/x86/smm/smm_module_loader.c: Fix STM setupEugene Myers
2022-09-15soc/amd: Do SMM relocation via MSRArthur Heymans
2022-09-14timer: Change timer util functions to 64-bitRob Barnes
2022-07-25arch/x86: Fix MAX_CPUS check proper for late X2APIC configSubrata Banik