Ren Kuo has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85580?usp=email )
Change subject: mb/google/brox/var/jubilant: Apply ISH_FW_VERSION in Kconfig ......................................................................
mb/google/brox/var/jubilant: Apply ISH_FW_VERSION in Kconfig
Apply the ISH_FW_VERSION Kconfig to fix boot time over spec issue. It won't do some ISH init task without the config on UFS sku and cause boot to kernel time over 1.55 sec from G3 boot.
BUG=b:364971947 BRANCH=firmware-brox-16080.B TEST=cbmem -c | grep "ISH version" -> ISH version: 5.4.2.7780 Boot to OS on jubilant, run bootperf test form G3. confirm the test is pass.
Change-Id: I31db0925a81b6ec68ee6afcb262e540ba7db206a Signed-off-by: Ren Kuo ren.kuo@quanta.corp-partner.google.com --- M src/mainboard/google/brox/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/85580/1
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 11bcfe6..1be6d81 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -86,6 +86,7 @@ select DRIVERS_I2C_SX9324 select MAINBOARD_HAS_GOOGLE_STRAUSS_KEYBOARD select USE_UNIFIED_AP_FIRMWARE_FOR_UFS_AND_NON_UFS + select SOC_INTEL_STORE_ISH_FW_VERSION if DRIVERS_INTEL_ISH
if BOARD_GOOGLE_BROX_COMMON