summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel2021-10-055-2/+121
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-053-5/+5
* arch/x86,cpu/x86: Disable the %gs and %fs segmentsRaul E Rangel2021-09-295-5/+10
* arch/x86,cpu/x86: Move cpu_info initialization instructions into macroRaul E Rangel2021-09-271-0/+10
* cpu/x86/mp_init: add expansion for SIPI acronymFelix Held2021-09-271-1/+1
* cpu/x86/mp_init: Add comment to smm_do_relocationRaul E Rangel2021-09-241-0/+5
* cpu: add missing arch/cpu.h includesFelix Held2021-09-173-0/+3
* cpu/x86/tsc: Deduplicate Makefile logicAngel Pons2021-09-0818-22/+7
* cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcodingSubrata Banik2021-09-041-1/+1
* AGESA f15tn: Hook up IDS options to KconfigAngel Pons2021-08-221-0/+1
* cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPIFelix Held2021-07-272-3/+8
* arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_tRaul E Rangel2021-07-261-1/+1
* include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSRFelix Held2021-07-161-1/+1
* src: use mca_clear_status function instead of open codingFelix Held2021-07-147-57/+9
* cpu/intel/*/*_init: use mca_get_bank_count()Felix Held2021-07-143-9/+4
* include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held2021-07-147-8/+8
* cpu/amd/*/model_*_init: use mca_get_bank_count()Felix Held2021-07-124-12/+8
* soc/intel: Fix microcode loadingTim Wawrzynczak2021-07-091-2/+2
* Makefile.inc: Fix IFITTOOL dependenciesArthur Heymans2021-07-071-2/+2
* cpu/intel/car/core2/cache_as_ram: Add x86_64 supportPatrick Rudolph2021-07-072-5/+21
* ironlake: Add support for x86_64Patrick Rudolph2021-07-071-0/+1
* cpu/intel/car/p4: Add x86_64 supportArthur Heymans2021-07-061-0/+11
* arch/x86: Use ENV_X86_64 instead of _x86_64_Patrick Rudolph2021-07-066-9/+9
* cpu/intel/car/p4-netburst: Prepare for x86_64Arthur Heymans2021-07-052-6/+11
* cpu/qemu-x86: Increase heap sizeAngel Pons2021-07-021-0/+3
* src: Consolidate x86_64 support KconfigAngel Pons2021-07-022-14/+2
* src: Introduce `ARCH_ALL_STAGES_X86`Angel Pons2021-07-0218-18/+0
* src: Move `select ARCH_X86` to platformsAngel Pons2021-06-3018-0/+18
* Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80sMartin Roth2021-06-252-4/+0
* cpu/qemu-x86/Kconfig: Drop redundant selectsAngel Pons2021-06-251-2/+0
* soc/intel/common/block/smm: Add `mainboard_smi_finalize`Aseda Aboagye2021-06-192-0/+2
* 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