Hi All,
Can anyone help me regarding the instructions to build coreboot 4.11 release for Harcuvar platform.
I am not able to see the microcode, FSP_T and other settings in make menuconfig (for the Harcuvar platform).
I am already using the settings suggested under the doc "denverton-ns-coreboot-pc-001-release-notes-v1-3 " to build the coreboot version number 4.9.
I am facing the given problem when I am trying to migrate to coreboot-4.11 release (while using the same steps).
Thanks in advance, Nitin.
Hi Nitin,
Harcuvar platform/Denverton soc was not fully updated for coreboot 4.11. We are working on that.
As a starting point you need to add two options to denverton_ns soc Kconfig file:
diff --git a/src/soc/intel/denverton_ns/Kconfig b/src/soc/intel/denverton_ns/Kconfig index cb3713d3b0..0d657cfc2d 100644 --- a/src/soc/intel/denverton_ns/Kconfig +++ b/src/soc/intel/denverton_ns/Kconfig @@ -32,6 +32,8 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON select SOC_INTEL_COMMON_RESET select PLATFORM_USES_FSP2_0 + select FSP_CAR + select SUPPORT_CPU_UCODE_IN_CBFS select C_ENVIRONMENT_BOOTBLOCK select IOAPIC select HAVE_SMI_HANDLER
BR, Mariusz
Hi Mariusz,
Thanks for your reply.
I will try out with the given settings. Is there is a new release happening for (coreboot denverton_soc) ?
Regards, Nitin.