summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/64bit: Fix building with -jxArthur Heymans2022-10-121-1/+1
* cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h>Elyes Haouas2022-10-061-2/+2
* cpu/intel/common/fsb.c: Sorte includes and add <stdint.h>Elyes Haouas2022-10-061-4/+5
* cpu/intel/car/romstage.c: Clean up includes and add <types.h>Elyes Haouas2022-10-061-3/+3
* cpu/x86/smm/smm_module_loader.c: Clean up includesElyes Haouas2022-10-061-5/+1
* cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h>Elyes Haouas2022-10-061-8/+8
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-5/+1
* cpu/x86/smm/smihandler: use lapicid()Felix Held2022-09-241-6/+2
* cpu/x86/mp_init: drop unused MAX_APIC_IDS defineFelix Held2022-09-241-2/+0
* include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.hFelix Held2022-09-242-2/+0
* cpu/x86/smm/smihandler: use existing LAPIC ID register definitionFelix Held2022-09-231-2/+2
* cpu/x86/smm/smm_module_loader.c: Fix STM setupEugene Myers2022-09-221-1/+1
* cpu/intel/haswell: Update Broadwell ULT µcode updatesAngel Pons2022-09-201-1/+1
* cpu/intel/haswell: Hook up Crystal Well µcode updatesAngel Pons2022-09-201-0/+2
* cpu/intel/haswell: Do not include useless µcode updatesAngel Pons2022-09-201-2/+7
* soc/amd: Do SMM relocation via MSRArthur Heymans2022-09-152-6/+24
* cpu/intel/haswell: Allow up to six microcodes in the FIT tableJeremy Compostella2022-09-151-0/+3
* soc/amd/common: Add common function to get cpu countArthur Heymans2022-09-144-4/+8
* timer: Change timer util functions to 64-bitRob Barnes2022-09-141-1/+1
* arch/x86: Fix MAX_CPUS check proper for late X2APIC configSubrata Banik2022-07-251-1/+1
* treewide: Remove unused <cpu/x86/mtrr.h>Elyes Haouas2022-07-204-4/+0
* cpu/amd: Reformat codeElyes Haouas2022-07-197-58/+55
* cpu/x86: Allow SoC to select the `X2APIC_LATE_WORKAROUND`Subrata Banik2022-07-181-0/+6
* arch/x86: Add X2APIC_LATE_WORKAROUNDSubrata Banik2022-07-182-7/+24
* cpu/amd/pi/00730F01/update_microcode.c: Fix some white spaces issuesElyes Haouas2022-07-171-1/+1
* cpu: Get rid of unnecessary blank line {before,after} barceElyes HAOUAS2022-07-179-12/+0
* arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans2022-07-141-1/+0
* cpu/amd: Add common helpers for TSEG and SMMArthur Heymans2022-07-136-29/+33
* cpu/x86/mp_init: retype do_smm element in mp_state struct to boolFelix Held2022-07-131-4/+4
* intel/microcode: Change log type from BIOS_ERR to BIOS_WARNINGSubrata Banik2022-06-261-2/+2
* microcode: Add error msg in case `intel_microcode_find()` return NULLSubrata Banik2022-06-221-1/+3
* cpu/intel/microcode: Create helper function to load microcode patchSubrata Banik2022-06-221-31/+26
* cpu/intel/microcode: Have API to re-load microcode patchSubrata Banik2022-06-221-0/+32
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* cpu/intel/microcode: Fix `device enumeration` boot regressionSubrata Banik2022-06-171-7/+2
* cpu/Makefile.inc: Fix rebuilding a new targetArthur Heymans2022-06-171-3/+3
* cpu/x86/smm/smm_module_loader.c: Fix formatted printElyes Haouas2022-06-151-4/+4
* arch/x86: Add a common romstage entryArthur Heymans2022-06-071-12/+3
* cpu/intel/microcode: Have provision to re-load microcode patchSubrata Banik2022-06-072-2/+17
* cpu/amd/agesa: Use common MRC_CACHE code to save S3 dataArthur Heymans2022-06-062-23/+1
* drivers/amd/agesa: Don't save regular boot MTRR to flashArthur Heymans2022-06-061-1/+1
* cpu/x86/smm_module_loader: Use struct region in cpu mapArthur Heymans2022-06-031-28/+17
* cpu/x86/smm: Use struct region to check overlapping sectionsArthur Heymans2022-06-031-149/+119
* cpu/x86/smm_module_loader: Update loggingArthur Heymans2022-06-031-1/+1
* cpu/x86/mp_init.c: Prolong delay on synchronous APIArthur Heymans2022-06-021-2/+2
* cpu/intel/model_fxx: Select SSE2Arthur Heymans2022-06-023-0/+3
* cpu/x86/smm_module_loader: Drop superfluous checksArthur Heymans2022-06-021-47/+5
* cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verificationJulius Werner2022-06-011-2/+2
* mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEGArthur Heymans2022-06-011-2/+1
* Revert "cpu/x86/mtrr: Make useful MTRR functions available for all boot stages"Arthur Heymans2022-06-013-71/+60