summaryrefslogtreecommitdiffstats
path: root/src/cpu/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* cpu/x86/Kconfig: Remove unused CPU_ADDR_BITSArthur Heymans2021-11-031-4/+0
* src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper functionFelix Held2021-10-261-6/+0
* cpu/x86: drop CPU_X86_LAPIC Kconfig optionFelix Held2021-10-261-4/+0
* cpu/x86: Introduce and use `CPU_X86_LAPIC`Felix Held2021-10-261-0/+4
* cpu/x86: Introduce `CPU_X86_CACHE_HELPER`Felix Held2021-10-261-0/+6
* cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MPRaul E Rangel2021-10-211-0/+1
* arch/x86,cpu/x86: Introduce new method for accessing cpu_infoRaul E Rangel2021-10-051-0/+8
* cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPIFelix Held2021-07-271-1/+3
* cpu/x86/Kconfig: Increase SMM stack size to 0x800 on x86_64Patrick Rudolph2021-06-151-0/+1
* cpu/x86/lapic: Separate stop_this_cpu()Kyösti Mälkki2021-06-101-2/+0
* cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODEKyösti Mälkki2021-06-091-0/+22
* cpu/x86: Drop Kconfig PARALLEL_CPU_INITKyösti Mälkki2021-06-071-5/+0
* cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki2021-06-071-1/+6
* cpu/x86/mtrr: Use a Kconfig for reserving MTRRs for OSTim Wawrzynczak2021-04-291-0/+10
* cpu/x86/smm: Drop the V1 smmloaderArthur Heymans2021-04-191-8/+0
* cpu/x86/smm: Introduce SMM module loader version 2Rocky Phagura2020-08-151-0/+8
* arch/x86: Remove NO_FIXED_XIP_ROM_SIZEKyösti Mälkki2020-06-151-10/+0
* arch/x86: Remove XIP_ROM_SIZEKyösti Mälkki2020-06-151-5/+0
* nb/intel/nehalem: Rename to ironlakeAngel Pons2020-03-151-1/+1
* prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADINGJulius Werner2020-03-111-9/+0
* arch/x86: Drop uses of ROMCC_BOOTBLOCKArthur Heymans2019-12-191-1/+0
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+1
* cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki2019-11-031-6/+3
* cpu/x86: Add a prog_run hook to set up caching of XIP stagesArthur Heymans2019-11-021-0/+10
* cpu/x86 mp_init: Add option for AMD INIT SIPI sequenceMarshall Dawson2019-08-091-0/+8
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-4/+11
* cpu/x86: Declare SMM_ASEGKyösti Mälkki2019-07-091-0/+9
* drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2Kyösti Mälkki2019-07-081-10/+0
* src/drivers/intel/fsp1_0: Move PLATFORM_USES_FSP1_0Arthur Heymans2019-05-271-7/+0
* x86/mp_init: Add configurable stack size for SMM relocateMarshall Dawson2018-10-291-0/+8
* cpu/x86: Make SMM stack size configurableRaul E Rangel2018-06-141-0/+8
* arch/x86: Always select RELOCATABLE_MODULESKyösti Mälkki2018-06-061-1/+0
* arch/x86: Drop leftover ROMCC supportKyösti Mälkki2018-06-061-1/+0
* cpu/x86: don't utilize UDELAY_IO if GENERIC_UDELAYAaron Durbin2018-01-251-1/+1
* cpu/x86: allow AP callbacks after MP initAaron Durbin2016-12-081-0/+6
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin2016-08-181-7/+0
* cpu/x86: Support CPUs without rdmsr/wrmsr instructionsLee Leahy2016-07-271-0/+7
* cpu/x86: don't treat all chipsets the same regarding XIP_ROM_SIZEAaron Durbin2016-05-061-0/+11
* cpu/x86: remove BACKUP_DEFAULT_SMM_REGION optionAaron Durbin2016-05-041-6/+0
* src/cpu/x86: remove TSC_CALIBRATE_WITH_IOAaron Durbin2016-04-111-6/+0
* cpu/x86: Sort some Kconfig optionsStefan Reinauer2016-03-081-9/+14
* x86/smm: Initialize SMM on some CPUs one-by-oneDamien Zammit2015-12-021-0/+11
* smmhandler: on i945..nehalem, crash if LAPIC overlaps with ASEGPatrick Georgi2015-10-291-0/+7
* smm: Merge configs SMM_MODULES and SMM_TSEGVladimir Serbinenko2015-05-281-10/+1
* fsp: Move fsp to fsp1_0Marc Jones2015-04-241-2/+2
* kconfig: drop intermittend forwarder filesStefan Reinauer2015-04-071-4/+0
* x86: Set BOOT_MEDIA_SPI_BUSDavid Hendricks2014-12-151-0/+7
* src/.../Kconfig: various small fixes to textsDaniele Forsi2014-07-231-2/+2