[coreboot-gerrit] New patch to review for coreboot: b6c40a9 i82801gx: Enable CONFIG_SPI_FLASH

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Wed Jun 26 21:15:20 CEST 2013


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3550

-gerrit

commit b6c40a933c89e8099e8e8c9db2fbebcfaa812569
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed Jun 26 19:55:21 2013 +0200

    i82801gx: Enable CONFIG_SPI_FLASH
    
    Change-Id: I306d79697c730ba03730590554aeb540c0a1b5ed
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/southbridge/intel/i82801gx/Kconfig      | 1 +
 src/southbridge/intel/i82801gx/Makefile.inc | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/southbridge/intel/i82801gx/Kconfig b/src/southbridge/intel/i82801gx/Kconfig
index a991f60..716c5c7 100644
--- a/src/southbridge/intel/i82801gx/Kconfig
+++ b/src/southbridge/intel/i82801gx/Kconfig
@@ -24,6 +24,7 @@ config SOUTHBRIDGE_INTEL_I82801GX
 	select HAVE_USBDEBUG
 	select USE_WATCHDOG_ON_BOOT
 	select HAVE_SMI_HANDLER
+	select SPI_FLASH
 
 if SOUTHBRIDGE_INTEL_I82801GX
 
diff --git a/src/southbridge/intel/i82801gx/Makefile.inc b/src/southbridge/intel/i82801gx/Makefile.inc
index c21b684..ad9a66e 100644
--- a/src/southbridge/intel/i82801gx/Makefile.inc
+++ b/src/southbridge/intel/i82801gx/Makefile.inc
@@ -33,6 +33,8 @@ ramstage-y += usb_ehci.c
 ramstage-y += reset.c
 ramstage-y += watchdog.c
 
+ramstage-y += ../bd82x6x/spi.c
+
 ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c
 smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
 



More information about the coreboot-gerrit mailing list