summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
Commit message (Expand)AuthorAgeFilesLines
...
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-3/+1
* Use 3rdparty/intel-microcodeArthur Heymans2019-07-0115-17/+17
* intel/fsp_rangeley: Use fixed FSB/BCLK value 100 MHzKyösti Mälkki2019-07-011-0/+1
* src/cpu: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-06-223-3/+0
* cpu: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-213-0/+3
* cpu/intel/haswell: Link monotonic_timer.c in early stagesArthur Heymans2019-06-211-0/+3
* cpu/intel/haswell: Link tsc_freq.c in the bootblockArthur Heymans2019-06-211-0/+1
* cpu/intel/{haswell,model_206{5,a}x}: Use MSR_CORE_THREAD_COUNT for msr at 0x35Elyes HAOUAS2019-06-216-6/+6
* 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
* nb/intel/pineview: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans2019-05-252-1/+10
* nb/intel/snb: Drop NORTHBRIDGE_INTEL_IVYBRIDGENico Huber2019-05-122-5/+1
* 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
* 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
* src: Use include <reset.h> when appropriateElyes HAOUAS2019-03-291-1/+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-251-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-209-9/+0
* 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-0814-21/+21
* src: Drop unused include <arch/acpi.h>Elyes HAOUAS2019-03-061-1/+0
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-043-18/+14
* 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-011-0/+1
* 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/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-272-0/+89
* 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