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>
This commit is contained in:
parent
e0b1a0dbec
commit
45dabe846d
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ config BOARD_GOOGLE_BROX_COMMON
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue