summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd/family_10h-family_15h: Fix 'if' condition identical branchesElyes HAOUAS2019-06-211-3/+2
* Rampayload: Able to build coreboot without ramstageSubrata Banik2019-06-111-12/+16
* cpu/amd/family_10h-family_15h: Remove variable set but not usedElyes HAOUAS2019-06-031-14/+8
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-293-4/+7
* cpu/x86/mtrr: Assert that MSR arrays are fully initializedJacob Garber2019-05-291-1/+3
* src/cpu/x86/lapic/lapic.c: Add missing newlineChristian Walter2019-05-281-1/+1
* sb/intel/common/smi.c: Remove unused functionsArthur Heymans2019-05-272-172/+0
* cpu/intel/model_2065x: Put stage cache in TSEGArthur Heymans2019-05-274-0/+57
* cpu/intel/model_2065x: Use parallel MP initArthur Heymans2019-05-273-83/+72
* src/drivers/intel/fsp1_0: Move PLATFORM_USES_FSP1_0Arthur Heymans2019-05-271-7/+0
* nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-05-252-1/+10
* cpu/amd/quadcore: Remove variable set but not usedElyes HAOUAS2019-05-231-3/+3
* {arch,cpu}/x86, drivers/intel: Restore cpu_index error handlingJacob Garber2019-05-162-3/+16
* lapic/lapic_cpu_init: Add cpu_add_map_entry() to store default_apic_idSubrata Banik2019-05-131-0/+2
* nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber2019-05-122-5/+1
* arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() functionSubrata Banik2019-05-121-28/+7
* 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