diff options
author | Subrata Banik <subratabanik@google.com> | 2023-08-13 20:02:34 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-08-18 20:33:49 +0000 |
commit | 65c9772c2c565647713e217ffef5d3e629c250b7 (patch) | |
tree | 9945046b6f8321d270c0d74475dc339fb3ee1d1e | |
parent | 5930263c10103bed3bebfa6cfefceb06fe98d744 (diff) |
mb/google/rex: Dump ISH version for `rex_ec_ish` variant
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 <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77178
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/rex/Kconfig.name | 1 |
1 files changed, 1 insertions, 0 deletions
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" |