summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "cpu/x86: Add function to set `put_back_original_solution` variable"Arthur Heymans2022-06-011-6/+1
* cpu/x86/mtrr: Allow for multiple TEMP MTRR rangesArthur Heymans2022-06-011-1/+28
* cpu/x86/smm_module_load: Fix SMM stub paramsKyösti Mälkki2022-05-311-0/+2
* cpu/x86: Allow SoC to select the LAPIC access modeSubrata Banik2022-05-291-0/+12
* cpu/x86/mp_init.c: Drop 'real' vs 'used' save stateArthur Heymans2022-05-282-36/+11
* cpu/x86/smm_module_load: Rewrite setup_stubArthur Heymans2022-05-281-71/+21
* cpu/x86/smm_module_loader: Add a convenient ss_topArthur Heymans2022-05-281-8/+7
* cpu/x86/smm_module_loader.c: Rewrite setupArthur Heymans2022-05-281-176/+135
* cpu/x86/smm: Drop 'entry' struct elementArthur Heymans2022-05-281-4/+2
* cpu/x86/smm: Refactor creating a stub/save state mapArthur Heymans2022-05-281-42/+32
* cpu/x86/smm: Remove heapArthur Heymans2022-05-232-9/+2
* arch/x86/postcar_loader.c: Change prepare_and_run_postcar signatureArthur Heymans2022-05-161-3/+1
* arch/x86/postcar: Set up postcar MTRR in C codeArthur Heymans2022-05-162-16/+25
* cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronouslyKane Chen2022-05-161-9/+57
* cpu/amd: Remove unused <cpu/x86/pae.h>Elyes Haouas2022-05-164-4/+0
* cpu/intel/model_2065x: Drop unused function declarationAngel Pons2022-05-051-3/+0
* cpu/intel/socket_p: Increase DCACHE_RAM_SIZEArthur Heymans2022-04-271-1/+1
* nb/intel/pineview: Use cbfs mcacheArthur Heymans2022-04-271-1/+1
* cpu/x86/64bit: Generate static page tables from an assembly fileArthur Heymans2022-04-252-0/+47
* cpu/x86/64bit: Add a separate Makefile.incArthur Heymans2022-04-252-2/+9
* {arch,cpu}: Remove redundant <arch/cpu.h>Elyes HAOUAS2022-04-242-2/+0
* cpu/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-243-3/+0
* cpu/amd: Remove unused <cbmem.h>Elyes HAOUAS2022-04-221-1/+0
* cpu/x86/fpu_enable.inc: Remove file used by romccArthur Heymans2022-04-211-22/+0
* cpu/x86/Kconfig*: Guard with ARCH_X86Arthur Heymans2022-04-192-0/+8
* x86/mtrr: Print address ranges inclusive to be more consistentWerner Zeh2022-04-141-3/+3
* cpu/x86/mtrr: Use `need_restore_mtrr` to set put_back_original_solutionSubrata Banik2022-04-131-1/+1
* cpu/x86: Add function to set `put_back_original_solution` variableKane Chen2022-04-131-0/+5
* cpu/x86/smm: Add sinkhole mitigation to relocatable smmstubArthur Heymans2022-04-111-0/+39