summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/haswell: Use new fixed BAR accessorsAngel Pons2021-04-101-16/+16
* cpu/x86/smm: Fix SMM start address passingMarc Jones2021-03-241-5/+6
* cpu/x86/mp_init.c: Drop unnecessary preprocessor usageArthur Heymans2021-03-191-9/+9
* cpu/x86/mp_init.c: Don't overwrite the global variable per CPUArthur Heymans2021-03-191-1/+0
* cpu/x86/smm_module_loaderv2.c: Remove noop stack size checkArthur Heymans2021-03-191-15/+5
* cpu/x86/mp_init: Allow stub sizes larger than the save state sizeArthur Heymans2021-03-193-19/+32
* cpu/x86/smm_loaderv2: Remove unused variablesArthur Heymans2021-03-191-17/+7
* cpu/x86/smm/smm_module_loaderv2.c: Constify setup_stub()Arthur Heymans2021-03-191-2/+2
* cpu/x86/smm_module_hander: Set up a save state mapArthur Heymans2021-03-193-8/+14
* cpu/x86/smm_loaderv2: Fix when only 1 CPU is presentArthur Heymans2021-03-191-15/+17
* cpu/x86/smm_stub.S: Drop smm_runtime from the stubArthur Heymans2021-03-194-46/+2
* cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_paramsArthur Heymans2021-03-192-2/+0
* cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstageArthur Heymans2021-03-193-5/+8
* cpu/x86/smm_module_handler: Add relocatable module paramsArthur Heymans2021-03-193-12/+31
* cpu/intel/fit: Reserve the FIT pointer using a .c fileArthur Heymans2021-03-192-7/+4
* cpu/intel/fit: Add the FIT table as a separate CBFS fileArthur Heymans2021-03-193-24/+49
* cpu/x86/mp_init.c: Calculate perm_smbase from ramstage dataArthur Heymans2021-03-181-1/+1
* cpu/x86/smm: Move apic_id_to_cpu map to smm_stub paramsArthur Heymans2021-03-184-9/+12
* cpu/x86/smm_stub.S: Drop unused module_handler parameterArthur Heymans2021-03-183-17/+5
* cpu/x86/smm: Move relocatable stub paramsArthur Heymans2021-03-182-24/+0
* cpu/qemu-x86: Add an option to use the smmloader v2Arthur Heymans2021-03-181-0/+14
* mb/emulation/qemu-q35: Add support for SMM_TSEG with parallel MP initArthur Heymans2021-03-181-3/+4
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-171-27/+2
* program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner2021-03-171-2/+2
* cpu/intel/microcode: Fix caching logic in intel_microcode_findFurquan Shaikh2021-03-121-7/+21
* src/cpu/x86: Add helper mp_run_on_all_apsAamir Bohra2021-03-111-0/+22
* src/cpu: Remove unused symbolsPatrick Rudolph2021-02-182-10/+0
* src: use ARRAY_SIZE where possiblePatrick Georgi2021-02-151-1/+1
* cpu/intel/haswell: Constify ACPI c-state arraysAngel Pons2021-02-141-4/+4
* cpu/intel/haswell: Drop c-state table indirectionAngel Pons2021-02-142-96/+88
* cpu/intel/model_206ax: Drop c-state table indirectionAngel Pons2021-02-142-90/+78
* cpu/intel/model_206ax: Replace `generate_cstate_entries`Angel Pons2021-02-141-37/+15
* cpu/intel/haswell/acpi.c: Correct `get_cores_per_package`Angel Pons2021-02-121-14/+4
* src: Remove unused <arch/cpu.h>Elyes HAOUAS2021-02-114-4/+3
* cpu/intel/microcode: Fix typo in function parameterElyes HAOUAS2021-02-111-1/+1
* mb/emulation/qemu: Fix SMP bootPatrick Rudolph2021-02-041-2/+2
* treewide [Kconfig]: Remove useless commentElyes HAOUAS2021-02-025-5/+5
* cpu/x86/name/name.c: Clean up includesElyes HAOUAS2021-02-011-2/+2
* sb/intel/i82801gx,ix: Drop MPEN from GNVSKyösti Mälkki2021-02-012-0/+5
* cpu/x86/mp_init.c: Print out the microcode revision of APsArthur Heymans2021-02-011-2/+6
* cpu/intel/microcode: Reuse existing function to read MCU revisionArthur Heymans2021-02-011-10/+4
* soc/intel/*: Get rid of custom microcode cachingPatrick Rudolph2021-02-013-14/+7
* cpu/intel/socket_LGA775: Align CAR DCACHE_RAM_BASE to SIZEArthur Heymans2021-01-281-1/+1
* cpu/intel/microcode: Add caching layer in intel_microcode_findPatrick Rudolph2021-01-281-1/+6
* cpu/intel/common/fsb.c: Correct code styleFrans Hendriks2021-01-281-1/+0
* cpu/amd/agesa/family15tn/fixme.cFrans Hendriks2021-01-281-7/+7
* arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limitsKyösti Mälkki2021-01-285-18/+1
* arch/x86: Top-align .init in bootblockKyösti Mälkki2021-01-281-1/+0
* cpu/x86: Rename __protected_start symbolKyösti Mälkki2021-01-282-5/+6
* cpu/x86: Link entry32.incKyösti Mälkki2021-01-283-33/+80