summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/intel/car/non-evict: Select NO_FIXED_XIP_ROM_SIZEArthur Heymans2019-04-254-8/+4
* cpu/intel/speedstep/acpi: Use get_ia32_fsb_x3() functionElyes HAOUAS2019-04-231-24/+7
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-233-1/+2
* nb/intel/haswell: Add an option for where verstage startsArthur Heymans2019-04-211-0/+2
* cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-04-214-59/+13
* cpu/x86: Move checking for MTRR's as a proxy for proper CPU resetArthur Heymans2019-04-211-0/+45
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-062-3/+3
* cpu/ti/am335x: Fix checkpatch warningsDaniel Lim Wee Soong2019-04-012-10/+11
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-292-2/+0
* Move calls to quick_ram_check() before CBMEM initKyösti Mälkki2019-03-271-4/+0
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-253-3/+3
* 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