Wim Vervoorn has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40943 )
Change subject: mb/facebook/monolith: Enable reading SPD using i2c eeprom read ......................................................................
mb/facebook/monolith: Enable reading SPD using i2c eeprom read
Enable reading the SPD using i2c eeprom read routines to reduce boot time by 300 msec.
BUG=N/A TEST=tested on facebook monolith
Change-Id: Ic8995bcc9c65d05154396f7c866e95e24f263436 Signed-off-by: Wim Vervoorn wvervoorn@eltan.com --- M src/mainboard/facebook/monolith/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/40943/1
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index b4b6370..e78ceb56 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -12,6 +12,7 @@ select MAINBOARD_USES_IFD_GBE_REGION select INTEL_GMA_HAVE_VBT select VPD + select SPD_READ_USING_I2C_READ_EEPROM
config CBFS_SIZE hex "CBFS_SIZE"