mb/google/skyrim: Set winterhold SPI fast read speed to 100MHz
Winterhold runs with the SPI fast read speed set to 100MHz. This decreases boot time by roughly 100ms. BUG=None TEST=Examine boot times. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I879e17fb0212910c7f90ba0e78ee16bea8b7cffa Reviewed-on: https://review.coreboot.org/c/coreboot/+/71888 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
This commit is contained in:
parent
7d1995cc68
commit
c29340df3c
|
@ -125,6 +125,7 @@ config EFS_SPI_READ_MODE
|
||||||
default 4 # Dual IO (1-2-2)
|
default 4 # Dual IO (1-2-2)
|
||||||
|
|
||||||
config EFS_SPI_SPEED
|
config EFS_SPI_SPEED
|
||||||
|
default 4 if BOARD_GOOGLE_WINTERHOLD
|
||||||
default 0 # 66MHz
|
default 0 # 66MHz
|
||||||
|
|
||||||
config EFS_SPI_MICRON_FLAG
|
config EFS_SPI_MICRON_FLAG
|
||||||
|
@ -134,6 +135,7 @@ config NORMAL_READ_SPI_SPEED
|
||||||
default 1 # 33MHz
|
default 1 # 33MHz
|
||||||
|
|
||||||
config ALT_SPI_SPEED
|
config ALT_SPI_SPEED
|
||||||
|
default 4 if BOARD_GOOGLE_WINTERHOLD
|
||||||
default 0 # 66MHz
|
default 0 # 66MHz
|
||||||
|
|
||||||
endif # !EM100
|
endif # !EM100
|
||||||
|
|
Loading…
Reference in New Issue