From 65c9772c2c565647713e217ffef5d3e629c250b7 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sun, 13 Aug 2023 20:02:34 +0000 Subject: mb/google/rex: Dump ISH version for `rex_ec_ish` variant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch selects `SOC_INTEL_STORE_ISH_FW_VERSION` config to dump the ISH version as part of the .final hook. BUG=b:285405031 TEST=Able to build and boot google/rex_ec_ish. Verify the ISH version is same as MFIT ISH version section. > cbmem -c | grep "ISH" [DEBUG]  ISH version: 5.6.0.28821 Change-Id: I052af85ad836ab81ff6c510bb74e042b11940a65 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/77178 Reviewed-by: Kapil Porwal Reviewed-by: Dinesh Gehlot Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/mainboard/google/rex/Kconfig.name | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard') diff --git a/src/mainboard/google/rex/Kconfig.name b/src/mainboard/google/rex/Kconfig.name index 89255b3f27..fc9a4771bb 100644 --- a/src/mainboard/google/rex/Kconfig.name +++ b/src/mainboard/google/rex/Kconfig.name @@ -23,6 +23,7 @@ config BOARD_GOOGLE_KARIS4ES config BOARD_GOOGLE_REX_EC_ISH bool "-> Rex EC ISH" select BOARD_GOOGLE_MODEL_REX + select SOC_INTEL_STORE_ISH_FW_VERSION config BOARD_GOOGLE_OVIS bool "-> Ovis" -- cgit v1.2.3