aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2023-04-21include/cpu/amd/mtrr: rename functions to get top of memory regionsFelix Held
2023-04-18src/cpu/power9: move part of scom.h to scom.cSergii Dmytruk
2023-04-17cpu,soc/intel: Separate single SSDT CPU entryKyösti Mälkki
2023-04-14cpu,soc/intel: Sync ACPI CPU object implementationsKyösti Mälkki
2023-04-14cpu,soc/intel: Use acpigen_write_processor_device()Elyes Haouas
2023-04-14cpu/intel/speedstep: Refactor P-state coordinationKyösti Mälkki
2023-04-14intel/i82371eb,speedstep: Use dev_count_cpu()Kyösti Mälkki
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-17cpu/amd/pi/00730F01/model_16_init: use CPUID_FROM_FMS macroFelix Held
2023-02-17cpu/amd/pi/00730F01/model_16_init: use CPUID_ALL_STEPPINGS_MASKFelix Held
2023-02-15cpu/x86/smm: Enable setting SMM console log level from mainboardJohnny Lin
2023-02-09arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held
2023-02-08cpu/intel/model_206ax/model_206ax_init: use CPUID_ALL_STEPPINGS_MASKFelix Held
2023-02-08arch/x86/cpu: introduce and use device_match_maskFelix Held
2023-02-08mb/samsung: Enable VBOOT_VBNV_FLASHYu-Ping Wu
2023-02-07src: Move POST_BOOTBLOCK_CAR to common postcodes and use itMartin Roth
2023-02-07tree: Drop repeated wordsAlexander Goncharov
2023-01-09treewide: Remove unused <cpu/amd/msr.h>Elyes Haouas
2022-12-23cpu/x86: Set up a separate stack for APsArthur Heymans
2022-12-17Add option to use Ada code in romstageJeremy Compostella
2022-12-16cpu/intel: Fix clearing MTRR for clang 64bitArthur 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-14cpu/intel/206ax: Fix generating C state entriesArthur 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-12-05cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfmArthur Heymans
2022-12-01cpu/intel/model_206ax: Remove fake lapic deviceArthur Heymans
2022-12-01cpu/intel/sandybridge: Use enum for ACPI C statesArthur Heymans
2022-11-28aopen/dxplplusu: Support SMM_ASEG and SMM_TSEGKyösti Mälkki
2022-11-25cpu/intel/model_2065x: Don't use a magic APICArthur Heymans
2022-11-25cpu/intel/haswell: Move chip_ops to cpu clusterArthur Heymans
2022-11-23cpu/intel/car: Define post codesMartin Roth
2022-11-22src/cpu: Remove unnecessary space after castsElyes Haouas
2022-11-21cpu/intel/socket_*: Clean up Kconfig filesElyes Haouas
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-12cpu/intel/socket_mPGA604: Drop non-working SSE2 disablementKyösti Mälkki
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-07mb/qemu/x86: Remove option for LEGACY_SMP_INITArthur Heymans
2022-11-07cpu/amd/agesa: Remove leftover codeArthur Heymans
2022-11-07{cpu/nb}/amd/family16: Remove platformArthur Heymans
2022-11-07{cpu/nb}/amd/family15tn: Remove platformArthur Heymans
2022-11-07{cpu/nb}/amd/family14: 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-28cpu/intel/common: Fix typecasting issueSridhar Siricilla
2022-10-27cpu/x86/mp_init: adjust timeout for final SIPIJonathan Zhang
2022-10-27mb/lenovo/haswell: Enable VBOOT_VBNV_FLASHYu-Ping Wu
2022-10-26cpu/x86: Clean up includesElyes Haouas
2022-10-26cpu/intel: 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/intel/common/fsb.c: Sorte includes and add <stdint.h>Elyes Haouas
2022-10-06cpu/intel/car/romstage.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-29treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto
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-20cpu/intel/haswell: Update Broadwell ULT µcode updatesAngel Pons
2022-09-20cpu/intel/haswell: Hook up Crystal Well µcode updatesAngel Pons
2022-09-20cpu/intel/haswell: Do not include useless µcode updatesAngel Pons
2022-09-15soc/amd: Do SMM relocation via MSRArthur Heymans
2022-09-15cpu/intel/haswell: Allow up to six microcodes in the FIT tableJeremy Compostella
2022-09-14soc/amd/common: Add common function to get cpu countArthur Heymans
2022-09-14timer: Change timer util functions to 64-bitRob Barnes