coreboot-kgpe-d16/src/cpu/intel
Jeremy Compostella 2c021383c0 cpu/intel/haswell: Allow up to six microcodes in the FIT table
Haswell and Broadwell platforms usually stitch six microcode
patches. It has worked so far with the default value of four thanks a
bug which is being fixed by `util/ifittool: Error out if microcodes do
not fit the FIT table' commit.

BUG=b:245380705
TEST=Jenkins build without failing on the FIT table size

Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Change-Id: I23bf79a3e8918499f6c51e6ef829312d5872181a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67466
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2022-09-15 13:01:13 +00:00
..
car arch/x86: Mark prepare_and_run_postcar noreturn 2022-07-14 23:10:30 +00:00
common cpu/intel/common: Add support for energy performance preference (EPP) 2022-03-09 22:57:04 +00:00
fit cbfs: Add CBFS_TYPE_INTEL_FIT and exclude it from CBFS verification 2022-06-01 19:45:22 +00:00
haswell cpu/intel/haswell: Allow up to six microcodes in the FIT table 2022-09-15 13:01:13 +00:00
hyperthreading cpu/intel/hyperthreading: Add missing header <arch/cpu.h> 2021-11-22 16:59:45 +00:00
microcode cpu: Get rid of unnecessary blank line {before,after} barce 2022-07-17 18:57:54 +00:00
model_6bx cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_6ex cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_6fx cpu: Get rid of unnecessary blank line {before,after} barce 2022-07-17 18:57:54 +00:00
model_6xx cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_65x cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_67x cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_68x cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_106cx cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_206ax cpu: Get rid of unnecessary blank line {before,after} barce 2022-07-17 18:57:54 +00:00
model_1067x cpu/x86/lapic: Move LAPIC configuration to MP init 2022-02-05 07:59:04 +00:00
model_2065x cpu: Get rid of unnecessary blank line {before,after} barce 2022-07-17 18:57:54 +00:00
model_f2x cpu/intel/model_fxx: Select SSE2 2022-06-02 15:58:34 +00:00
model_f3x cpu/intel/model_fxx: Select SSE2 2022-06-02 15:58:34 +00:00
model_f4x cpu/intel/model_fxx: Select SSE2 2022-06-02 15:58:34 +00:00
slot_1 cpu: Get rid of unnecessary blank line {before,after} barce 2022-07-17 18:57:54 +00:00
smm
socket_441 cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
socket_BGA956 cpu/x86: Introduce and use CPU_X86_LAPIC 2021-10-26 17:44:14 +00:00
socket_FCBGA559 nb/intel/pineview: Use cbfs mcache 2022-04-27 13:04:12 +00:00
socket_LGA775 cpu/intel/socket_LGA775: Drop 'select SSE' 2022-01-27 14:51:16 +00:00
socket_m cpu/intel/socket_m: Drop 'select SSE' 2022-01-27 14:51:24 +00:00
socket_mPGA604 cpu/intel/*/Kconfig: move selection of CPU_X86_CACHE_HELPER 2021-10-26 17:43:29 +00:00
socket_p cpu/intel/socket_p: Increase DCACHE_RAM_SIZE 2022-04-27 13:04:23 +00:00
speedstep cpu/intel/speedstep: Constify get_cst_entries() 2021-10-19 15:00:01 +00:00
turbo
Kconfig
Makefile.inc