diff options
author | Subrata Banik <subratabanik@google.com> | 2024-08-08 13:17:34 +0530 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-08-09 09:23:44 +0000 |
commit | c57564d38abf7cc7d1edadf4fa6f2b465848565f (patch) | |
tree | 21f68f587eb61804c64f6ae3f7a0de3b4658c5ea /src/mainboard/google/brya/Kconfig | |
parent | 8d19e0faa186905c99f849b7f30967ceadc9797d (diff) |
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 <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83820
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Diffstat (limited to 'src/mainboard/google/brya/Kconfig')
-rw-r--r-- | src/mainboard/google/brya/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |