mb/google/skyrim/var/markarth: Override SPI flash bus speed
Add configuration to bump up the SPI flash bus speed from 66 MHz to 100 MHz for starting next phase. BUG=b:267539952 TEST=None Signed-off-by: John Su <john_su@compal.corp-partner.google.com> Change-Id: Id46201351780bb5bc05422ff36dad6972285690e Reviewed-on: https://review.coreboot.org/c/coreboot/+/72870 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Chao Gui <chaogui@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Frank Wu <frank_wu@compal.corp-partner.google.com>
This commit is contained in:
parent
9df32cc206
commit
74793855dd
|
@ -158,6 +158,7 @@ config OVERRIDE_EFS_SPI_SPEED_MIN_BOARD
|
|||
hex
|
||||
default 0x5 if BOARD_GOOGLE_SKYRIM
|
||||
default 0x1 if BOARD_GOOGLE_FROSTFLOW
|
||||
default 0x1 if BOARD_GOOGLE_MARKARTH
|
||||
default 0xffffffff
|
||||
help
|
||||
Minimum board version starting which the Override EFS SPI Speed
|
||||
|
|
Loading…
Reference in New Issue