From 9c1bb6d8dd6a06f87daddbd341538b41e17e2365 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Thu, 21 Dec 2017 13:10:45 -0500 Subject: purism/librem_skl: Improve boot time by enabling SPD Word Read MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This speeds up the SPD read ('calling FspMemoryInit' phase) from 218ms to 134ms consistently. Tested on both the Librem 13 v2 and Librem 15 v3. Change-Id: I44fbe96c256972bd074537159771d61fe7adf082 Signed-off-by: Youness Alaoui Reviewed-on: https://review.coreboot.org/22969 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki --- src/mainboard/purism/librem_skl/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/purism/librem_skl/Kconfig b/src/mainboard/purism/librem_skl/Kconfig index fc77518693..f68fd239f9 100644 --- a/src/mainboard/purism/librem_skl/Kconfig +++ b/src/mainboard/purism/librem_skl/Kconfig @@ -8,6 +8,7 @@ config BOARD_PURISM_BASEBOARD_LIBREM_SKL # Workaround for EC/KBC IRQ1 select SERIRQ_CONTINUOUS_MODE select MAINBOARD_USES_FSP2_0 + select SPD_READ_BY_WORD if BOARD_PURISM_BASEBOARD_LIBREM_SKL -- cgit v1.2.3