summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/haswell: Select `HAVE_DISPLAY_MTRRS`Angel Pons2021-06-161-0/+1
* cpu/intel/haswell: Enable MCA loggingAngel Pons2021-06-161-0/+6
* cpu/x86/mp_init: Support both xapic and x2apic with common codeArthur Heymans2021-06-161-30/+10
* nb/intel/sandybridge: Add x86_64 supportPatrick Rudolph2021-06-151-1/+7
* cpu/x86/Kconfig: Increase SMM stack size to 0x800 on x86_64Patrick Rudolph2021-06-151-0/+1
* treewide: Disable R_AMD64_32S relocation supportPatrick Rudolph2021-06-153-4/+6
* cpu/x86/lapic: Replace LOCAL_APIC_ADDR referencesKyösti Mälkki2021-06-112-1/+8
* cpu/x86/lapic: Drop read/write_around aliasesKyösti Mälkki2021-06-101-3/+3
* cpu/x86/lapic: Separate stop_this_cpu()Kyösti Mälkki2021-06-104-72/+74
* cpu/x86/lapic: Add wait_ipi_completion() helpersKyösti Mälkki2021-06-101-51/+42
* cpu/x86/lapic: Add lapic_busy() helperArthur Heymans2021-06-102-10/+10
* cpu/x86/lapic: Add lapic_send_ipi() helperArthur Heymans2021-06-102-39/+12
* cpu/x86/lapic: Do not inline some utility functionsKyösti Mälkki2021-06-102-2/+42
* cpu/x86/lapic: Add lapic_update32() helperKyösti Mälkki2021-06-101-27/+13
* cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODEKyösti Mälkki2021-06-092-0/+26
* cpu/x86/lapic: Drop IOAPIC testKyösti Mälkki2021-06-091-10/+5
* cpu/x86/lapic: Redo DEBUG_HALT_SELFKyösti Mälkki2021-06-071-25/+21
* cpu/x86/lapic: Declare start_cpu() staticKyösti Mälkki2021-06-071-1/+1
* cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INITKyösti Mälkki2021-06-071-16/+4
* cpu/x86: Drop Kconfig PARALLEL_CPU_INITKyösti Mälkki2021-06-073-14/+9
* cpu/intel/model_2065x: Drop select PARALLEL_CPU_INITKyösti Mälkki2021-06-071-1/+0
* cpu/intel/hyperthreading: Build only for selected modelsKyösti Mälkki2021-06-079-7/+4
* cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki2021-06-075-7/+9
* cpu/intel/model_206ax/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2
* cpu/intel/model_206ax/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2
* cpu/intel/haswell/acpi.c: Do not report P_BLKAngel Pons2021-06-071-8/+2
* cpu/intel/model_206ax: Do not set PMG_IO_CAPTURE_ADDR MSRAngel Pons2021-06-071-6/+0
* cpu/intel/car/romstage.c: Drop unused function argumentArthur Heymans2021-06-011-7/+2
* cpu/x86/smm: Fix u32 type mismatch in print statementPaul Menzel2021-05-301-1/+1
* cpu/x86/smm: Fix size_t type mismatch in print statementPaul Menzel2021-05-301-1/+1
* cpu/x86/smm: Fix uintptr_t type mismatches in print statementsPaul Menzel2021-05-301-6/+6
* cpu/x86/entry16.S: Make Intel CBnT TOCTOU safeArthur Heymans2021-05-281-0/+14
* cpu/amd/pi/00630F01: Remove unused directory and codeMichał Żygowski2021-05-279-310/+0
* src/intel/microcode: Add support for extended signature tableRizwan Qureshi2021-05-271-0/+50
* Add Kconfig TPMKyösti Mälkki2021-05-261-1/+1
* cpu/intel/fit: Fix top swap fitArthur Heymans2021-05-251-6/+5
* cpu/intel/fit: Remove broken ifittool argumentArthur Heymans2021-05-251-1/+1
* cpu/intel/fit: Make make fit entries depend on fit pointerArthur Heymans2021-05-251-1/+1
* cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=yArthur Heymans2021-05-1818-17/+1
* cpu/amd/pi/00730F01/model_16_init.c: create correct MTRR solutionMichał Żygowski2021-05-131-37/+28
* 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