Subrata Banik has submitted this change. ( https://review.coreboot.org/c/coreboot/+/85580?usp=email )
Change subject: mb/google/brox: Apply ISH_FW_VERSION in Kconfig ......................................................................
mb/google/brox: Apply ISH_FW_VERSION in Kconfig
Apply ISH_FW_VERSION in Kconfig to improve boot time. 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 of G3 boot. Confirm the test result is pass.
Change-Id: I31db0925a81b6ec68ee6afcb262e540ba7db206a Signed-off-by: Ren Kuo ren.kuo@quanta.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/85580 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Karthik Ramasubramanian kramasub@google.com Reviewed-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/brox/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Karthik Ramasubramanian: Looks good to me, approved build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved
diff --git a/src/mainboard/google/brox/Kconfig b/src/mainboard/google/brox/Kconfig index 11bcfe6..1731d51 100644 --- a/src/mainboard/google/brox/Kconfig +++ b/src/mainboard/google/brox/Kconfig @@ -34,6 +34,7 @@ select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES select SOC_INTEL_COMMON_BASECODE_DEBUG_FEATURE select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V1 + select SOC_INTEL_STORE_ISH_FW_VERSION if DRIVERS_INTEL_ISH
config BOARD_GOOGLE_BASEBOARD_BROX def_bool n