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>
This commit is contained in:
Subrata Banik 2023-08-13 20:02:34 +00:00
parent 5930263c10
commit 65c9772c2c
1 changed files with 1 additions and 0 deletions

View File

@ -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"