From 2c021383c0ab847c927e8e964c3f55dd4d6deb0c Mon Sep 17 00:00:00 2001 From: Jeremy Compostella Date: Thu, 8 Sep 2022 16:53:15 -0700 Subject: 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 Change-Id: I23bf79a3e8918499f6c51e6ef829312d5872181a Reviewed-on: https://review.coreboot.org/c/coreboot/+/67466 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/cpu/intel/haswell/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cpu') diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig index 4a7a7fd9a8..b486fd92e2 100644 --- a/src/cpu/intel/haswell/Kconfig +++ b/src/cpu/intel/haswell/Kconfig @@ -36,4 +36,7 @@ config SMM_RESERVED_SIZE config MAX_CPUS int default 8 + +config CPU_INTEL_NUM_FIT_ENTRIES + default 6 endif -- cgit v1.2.3