Youness Alaoui has uploaded this change for review. ( https://review.coreboot.org/22968
Change subject: purism/librem_skl: Improve boot time by enabling SPD Block Read ......................................................................
purism/librem_skl: Improve boot time by enabling SPD Block Read
The Librem 13 v2 and Librem 15 v3 require the DAT0 quirk enabled. This speeds up the SPD read ('calling FspMemoryInit' phase) from 218ms to 62ms
Change-Id: I94caed7e725b1686ebe5707a8337ee2067dd4d0c Signed-off-by: Youness Alaoui youness.alaoui@puri.sm --- M src/mainboard/purism/librem_skl/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/22968/1
diff --git a/src/mainboard/purism/librem_skl/Kconfig b/src/mainboard/purism/librem_skl/Kconfig index fc77518..2f132de 100644 --- a/src/mainboard/purism/librem_skl/Kconfig +++ b/src/mainboard/purism/librem_skl/Kconfig @@ -8,6 +8,8 @@ # Workaround for EC/KBC IRQ1 select SERIRQ_CONTINUOUS_MODE select MAINBOARD_USES_FSP2_0 + select SPD_READ_BY_BLOCK + select SMBUS_BLOCK_READ_DAT0_QUIRK
if BOARD_PURISM_BASEBOARD_LIBREM_SKL