[coreboot-gerrit] Change in coreboot[master]: purism/librem_skl: Improve boot time by enabling SPD Block Read

Youness Alaoui (Code Review) gerrit at coreboot.org
Thu Dec 21 17:41:44 CET 2017


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 at 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
 

-- 
To view, visit https://review.coreboot.org/22968
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I94caed7e725b1686ebe5707a8337ee2067dd4d0c
Gerrit-Change-Number: 22968
Gerrit-PatchSet: 1
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171221/3e4b64a2/attachment-0001.html>


More information about the coreboot-gerrit mailing list