[coreboot-gerrit] New patch to review for coreboot: mainboard/intel/galileo: Enable SPI controllers

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Mar 16 21:41:13 CET 2016


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14109

-gerrit

commit 9c219dce6ad58fff9452a15c08dbd9ac09f66c4f
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Thu Mar 3 15:30:48 2016 -0800

    mainboard/intel/galileo: Enable SPI controllers
    
    Enable the SPI controllers on the Quark SoC.
    
    Testing on Galileo:
    *  Edit the src/mainboard/intel/galileo/Makefile.inc file:
       *  Add "select ADD_FSP_PDAT_FILE"
       *  Add "select ADD_FSP_RAW_BIN"
       *  Add "select ADD_RMU_FILE"
    *  Place the FSP.bin file in the location specified by CONFIG_FSP_FILE
    *  Place the pdat.bin files in the location specified by
       CONFIG_FSP_PDAT_FILE
    *  Place the rmu.bin file in the location specified by CONFIG_RMU_FILE
    *  Build EDK2 CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc to generate
       UEFIPAYLOAD.fd
    *  Load the SPI driver stack
    *  Testing is successful when the time is able to be displayed on a
       set of seven-segment displays controlled by a Maxim MAX6950 SPI
       display controller.
    
    Change-Id: Ic9c4575730c5a9a27cf9a38a41e82d8462467f3f
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/mainboard/intel/galileo/devicetree.cb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/intel/galileo/devicetree.cb b/src/mainboard/intel/galileo/devicetree.cb
index c171aa0..05edffc 100644
--- a/src/mainboard/intel/galileo/devicetree.cb
+++ b/src/mainboard/intel/galileo/devicetree.cb
@@ -37,8 +37,8 @@ chip soc/intel/quark
 		device pci 14.5 on end	# 8086 0936 - HSUART 1
 		device pci 14.6 off end	# 8086 0937 - 10/100 Ethernet MAC 0
 		device pci 14.7 off end	# 8086 0937 - 10/100 Ethernet MAC 1
-		device pci 15.0 off end	# 8086 0935 - SPI controller 0
-		device pci 15.1 off end	# 8086 0935 - SPI controller 1
+		device pci 15.0 on end	# 8086 0935 - SPI controller 0
+		device pci 15.1 on end	# 8086 0935 - SPI controller 1
 		device pci 15.2 off end	# 8086 0934 - I2C/GPIO controller
 		device pci 17.0 on end	# 8086 11C3 - PCIe Root Port 0
 		device pci 17.1 off end	# 8086 11C4 - PCIe Root Port 1



More information about the coreboot-gerrit mailing list