summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-2018-17/+1
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0851-134/+134
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-065-5/+0
* x86/car: Fix incorrect config usageJulius Werner2019-03-061-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0411-11/+11
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-044-20/+16
* cpu/intel/model_1067x: Don't try to apply MCU a second timeNico Huber2019-03-031-3/+0
* cpu/intel/model_1067x: Implement microcode loadingNico Huber2019-03-031-0/+11
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-019-0/+9
* cpu/x86/mtrr/mtrr.c:Avoid static scan false positiveRichard Spiegel2019-02-281-0/+2
* cpu/intel: Remove socket_BGA1284Nico Huber2019-02-284-20/+0
* cpu/intel: Rename socket_mPGA478MN to socket_pNico Huber2019-02-284-4/+4
* cpu/intel: Remove models 69x and 6dxNico Huber2019-02-287-121/+0
* cpu/intel/socket_m: Remove models 69x and 6dxNico Huber2019-02-282-4/+0
* cpu/intel: Rename socket_mFCPGA478 to socket_mNico Huber2019-02-284-4/+4
* cpu/intel: Remove `socket_mPGA478`Nico Huber2019-02-281-9/+0
* security/vboot: Add measured boot modePhilipp Deppenwiese2019-02-253-0/+4
* cpu/x86/smm: Add qemu's SMM-Revision LevelPatrick Rudolph2019-02-251-0/+1
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-2/+2
* cpu/intel/common: Add newline to set_feature_ctrl_lock() outputMatt DeVillier2019-02-211-1/+1
* cpu/intel/common: Add Nehalem for FSB detectionKyösti Mälkki2019-02-131-2/+5
* cpu/intel/common: Split get_ia32_fsb()Kyösti Mälkki2019-02-131-1/+9
* postcar: Make more use of postcar_frame_add_romcache()Nico Huber2019-02-121-2/+1
* cpu/intel/car/*/cache_as_ram.S: Add brackets around operandArthur Heymans2019-02-102-2/+2
* cpu/intel/model_1067x: Check for lock bit on IA32_FEATURE_CONTROLArthur Heymans2019-02-081-5/+13
* cpu/intel/microcode: Enable verbose outputPhilipp Deppenwiese2019-01-291-2/+14
* src/cpu/intel: Set get_ia32_fsb function commonElyes HAOUAS2019-01-273-46/+96
* cpu/intel: Configure IA32_FEATURE_CONTROL for alternative SMRRArthur Heymans2019-01-245-12/+18
* cpu/intel/model_406dx: Remove the notion of CPU socketsArthur Heymans2019-01-246-20/+9
* cpu/intel/model_206ax: Remove the notion of socketsArthur Heymans2019-01-2410-60/+9
* nb/intel/pineview: Use parallel MP initArthur Heymans2019-01-231-17/+0
* nb/intel/x4x: Use parallel MP initArthur Heymans2019-01-233-50/+0
* nb/intel/i945: Use parallel MP initArthur Heymans2019-01-238-21/+18
* nb/intel/gm45: Use parallel MP initArthur Heymans2019-01-235-8/+105
* arch/x86: Align _start16bit with C_ENVIRONMENT_BOOBLOCKKyösti Mälkki2019-01-231-1/+2
* cpu/intel/model_206ax: Use parallel MP initArthur Heymans2019-01-226-87/+166
* cpu/intel/smm/gen1: Add pineview to the check for alt SMRR MSR'sArthur Heymans2019-01-222-7/+23
* cpu/intel/car: Remove unneeded white spaceElyes HAOUAS2019-01-174-8/+8
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-163-3/+0
* cpu/intel/socket_FCBGA559: Use the non-evict cache as ram setupArthur Heymans2019-01-155-2/+24
* AGESA: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki2019-01-144-32/+0
* binaryPI: Drop CONFIG_CBB and CONFIG_CDBKyösti Mälkki2019-01-143-24/+0
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-142-2/+0
* cpu/intel/gen1/smmrelocate: Check for sanity on SMRRArthur Heymans2019-01-141-1/+1
* cpu/intel/car/non-evict: Update microcode in CAR setupArthur Heymans2019-01-141-7/+36
* arch/x86: Enforce CPU stack alignmentKyösti Mälkki2019-01-142-15/+16
* aopen/dxplplusu: Switch to C_ENVIRONMENT_BOOTBLOCKKyösti Mälkki2019-01-132-1/+8
* arch/x86: Drop Kconfig AP_SIPI_VECTORKyösti Mälkki2019-01-134-8/+14