summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/smm: Fix typoPatrick Georgi2021-05-101-1/+1
* *x86: fix x2apic mode boot issueWonkyu Kim2021-05-101-14/+17
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* arch/x86: Always include walkcbfs.SArthur Heymans2021-05-061-1/+0
* src/cpu/x86/smm: remove debug message; not thread safeRocky Phagura2021-05-051-3/+1
* cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OSTim Wawrzynczak2021-04-293-12/+30
* cpu/x86: Fix control flow UNREACHABLE issueJohn Zhao2021-04-231-1/+1
* src: Replace remaining {get,set}_option() instancesAngel Pons2021-04-231-1/+1
* cpu/x86/smm/smm_module_loaderv2.c: Rename fileArthur Heymans2021-04-192-1/+1
* cpu/x86/smm: Drop the V1 smmloaderArthur Heymans2021-04-195-431/+4
* cpu/x86/smm_loaderv2: Use the permanent stack top during relocationArthur Heymans2021-04-193-25/+18
* cpu/intel/common: use lapicid apiWonkyu Kim2021-04-151-0/+8
* *x86: Support x2apic modeWonkyu Kim2021-04-153-9/+52
* 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