[coreboot-gerrit] New patch to review for coreboot: 5d83a05 bayleybay_fsp: Add comments for the MMC/SD devices in devicetree

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Sat Jun 21 05:22:37 CEST 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6089

-gerrit

commit 5d83a052fd5cd12b934fd0421c17e9db32b626b6
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Fri Jun 20 21:10:09 2014 -0600

    bayleybay_fsp: Add comments for the MMC/SD devices in devicetree
    
    This just adds some additional comments for the EMMC / SD / SDIO PCI
    devices in devicetree.
    
    The documentation states that the EMMC 4.1 device shouldn't be used,
    but it's available to enable in the FSP.  Because it can be enabled,
    I've included it in the devicetree even though its use is discouraged.
    
    Change-Id: I64633fe1908368f69a8d4031aa900b0bceb2189e
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/mainboard/intel/bayleybay_fsp/devicetree.cb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/intel/bayleybay_fsp/devicetree.cb b/src/mainboard/intel/bayleybay_fsp/devicetree.cb
index 66e0e4e..dd6ec93 100644
--- a/src/mainboard/intel/bayleybay_fsp/devicetree.cb
+++ b/src/mainboard/intel/bayleybay_fsp/devicetree.cb
@@ -44,14 +44,14 @@ chip soc/intel/fsp_baytrail
 		device pci 02.0 on end	# 8086 0F31 - GFX
 		device pci 03.0 off end # 8086 0F38 - MIPI - camera interface
 
-		device pci 10.0 off end	# 8086 0F14 - EMMC 4.1 Port
-		device pci 11.0 on end	# 8086 0F15 - SDIO Port
-		device pci 12.0 on end	# 8086 0F16 - SD Port
+		device pci 10.0 off end	# 8086 0F14 - EMMC 4.1 Port (MMC1 pins) - (DO NOT USE) - Only 1 EMMC port at a time
+		device pci 11.0 on end	# 8086 0F15 - SDIO Port (SD2 pins)
+		device pci 12.0 on end	# 8086 0F16 - SD Port (SD3 pins)
 		device pci 13.0 on end	# 8086 0F23 - SATA AHCI (0F20, 0F21, 0F22, 0F23)
 		device pci 14.0 off end	# 8086 0F35 - USB XHCI - Only 1 USB controller at a time
 		device pci 15.0 off end	# 8086 0F28 - LP Engine Audio
 		device pci 16.0 off end # 8086 0F37 - OTG controller
-		device pci 17.0 on end	# 8086 0F50 - EMMC 4.5 Port
+		device pci 17.0 on end	# 8086 0F50 - EMMC 4.5 Port (MMC1 pins) - Only 1 EMMC port at a time
 		device pci 18.0 on end	# 8086 0F40 - SIO - DMA
 		device pci 18.1 on end	# 8086 0F41 -   I2C Port 1
 		device pci 18.2 on end	# 8086 0F42 -   I2C Port 2



More information about the coreboot-gerrit mailing list