Attention is currently required from: Tarun Tuli.
Dinesh Gehlot has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/75747?usp=email )
Change subject: mainboard/google/brya: Enable CSE version store for nissa ......................................................................
mainboard/google/brya: Enable CSE version store for nissa
This patch enables the storage of the CSE version in the CBMEM memory for the nissa board. It also specifies that the CSE version must be stored before other firmware partition versions.
BUG=b:280722061 Test=Verified the changes nissa board.
Signed-off-by: Dinesh Gehlot digehlot@google.com Change-Id: I8ffee751f29af5b34e3383b0053e1267e496e74d --- M src/mainboard/google/brya/Kconfig 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/75747/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index b27945e..c7d7c5b 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -87,7 +87,8 @@ select SOC_INTEL_ALDERLAKE_PCH_N select SOC_INTEL_CSE_LITE_COMPRESS_ME_RW select SOC_INTEL_CSE_LITE_SYNC_IN_RAMSTAGE - select SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION + select SOC_INTEL_STORE_CSE_VERSION + select SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION if SOC_INTEL_STORE_CSE_VERSION select SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_TI50 select SOC_INTEL_COMMON_MMC_OVERRIDE