From c57564d38abf7cc7d1edadf4fa6f2b465848565f Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 8 Aug 2024 13:17:34 +0530 Subject: [PATCH] mb/google/brya: Enable storing ISH FW version for trulo This change enables storing the ISH firmware version on the Trulo baseboard by selecting the `SOC_INTEL_STORE_ISH_FW_VERSION` config option. BUG=b:354607924 TEST=Able to dump ISH version on trulo. > cbmem -c | grep ISH [DEBUG] ISH version: 5.4.2.7780 Change-Id: I69a7fa19c53f435ef1f6306b259f703c7b196137 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83820 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) Reviewed-by: Dinesh Gehlot --- src/mainboard/google/brya/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 2201ce7823..5c788fe003 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -117,6 +117,7 @@ config BOARD_GOOGLE_BASEBOARD_TRULO select SOC_INTEL_COMMON_MMC_OVERRIDE select SOC_INTEL_CSE_LITE_COMPRESS_ME_RW select SOC_INTEL_CSE_LITE_SYNC_IN_RAMSTAGE + select SOC_INTEL_STORE_ISH_FW_VERSION select SOC_INTEL_TWINLAKE select SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_TI50