aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86
AgeCommit message (Expand)Author
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
2022-07-18cpu/x86: Allow SoC to select the `X2APIC_LATE_WORKAROUND`Subrata Banik
2022-07-18arch/x86: Add X2APIC_LATE_WORKAROUNDSubrata Banik
2022-07-17cpu: Get rid of unnecessary blank line {before,after} barceElyes HAOUAS
2022-07-13cpu/x86/mp_init: retype do_smm element in mp_state struct to boolFelix Held
2022-06-15cpu/x86/smm/smm_module_loader.c: Fix formatted printElyes Haouas
2022-06-03cpu/x86/smm_module_loader: Use struct region in cpu mapArthur Heymans
2022-06-03cpu/x86/smm: Use struct region to check overlapping sectionsArthur Heymans
2022-06-03cpu/x86/smm_module_loader: Update loggingArthur Heymans
2022-06-02cpu/x86/mp_init.c: Prolong delay on synchronous APIArthur Heymans
2022-06-02cpu/x86/smm_module_loader: Drop superfluous checksArthur Heymans
2022-06-01Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages"Arthur Heymans
2022-06-01Revert "cpu/x86: Add function to set `put_back_original_solution` variable"Arthur Heymans
2022-06-01cpu/x86/mtrr: Allow for multiple TEMP MTRR rangesArthur Heymans
2022-05-31cpu/x86/smm_module_load: Fix SMM stub paramsKyösti Mälkki
2022-05-29cpu/x86: Allow SoC to select the LAPIC access modeSubrata Banik
2022-05-28cpu/x86/mp_init.c: Drop 'real' vs 'used' save stateArthur Heymans
2022-05-28cpu/x86/smm_module_load: Rewrite setup_stubArthur Heymans
2022-05-28cpu/x86/smm_module_loader: Add a convenient ss_topArthur Heymans
2022-05-28cpu/x86/smm_module_loader.c: Rewrite setupArthur Heymans
2022-05-28cpu/x86/smm: Drop 'entry' struct elementArthur Heymans
2022-05-28cpu/x86/smm: Refactor creating a stub/save state mapArthur Heymans
2022-05-23cpu/x86/smm: Remove heapArthur Heymans
2022-05-16arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans
2022-05-16cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronouslyKane Chen
2022-04-25cpu/x86/64bit: Generate static page tables from an assembly fileArthur Heymans
2022-04-25cpu/x86/64bit: Add a separate Makefile.incArthur Heymans
2022-04-24{arch,cpu}: Remove redundant <arch/cpu.h>Elyes HAOUAS
2022-04-21cpu/x86/fpu_enable.inc: Remove file used by romccArthur Heymans
2022-04-19cpu/x86/Kconfig*: Guard with ARCH_X86Arthur Heymans