Attention is currently required from: Tarun Tuli.
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74386 )
Change subject: mb/google/brya: Enable CSE FPT Info config for Marasov, Nissa, Omnigul ......................................................................
mb/google/brya: Enable CSE FPT Info config for Marasov, Nissa, Omnigul
Google Brya variants like Nissa family and Marasov, Omnigul selects `SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION` to store CSE FPT information.
BUG=b:273661726 TEST=Able to build and boot google/marasov.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I234b5d272077de9a6f0a9ba69fa015cda7ebd56c --- M src/mainboard/google/brya/Kconfig M src/mainboard/google/brya/Kconfig.name 2 files changed, 20 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/74386/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index e588524..942e8b7 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -84,6 +84,7 @@ 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 SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_TI50 select SOC_INTEL_COMMON_MMC_OVERRIDE diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 0cb71d4..1cebd91 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -332,6 +332,7 @@ select BOARD_GOOGLE_BASEBOARD_BRYA select SOC_INTEL_RAPTORLAKE select DRIVERS_INTEL_ISH + select SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION select USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS
config BOARD_GOOGLE_OMNIGUL @@ -340,6 +341,7 @@ select SOC_INTEL_RAPTORLAKE select USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS select DRIVERS_INTEL_ISH + select SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION select CHROMEOS_WIFI_SAR if CHROMEOS
config BOARD_GOOGLE_CONSTITUTION