[coreboot-gerrit] Patch set updated for coreboot: cfc0932 mainboard/*/devicetree.cb: Toggle lacking IDE off

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Jun 3 10:11:56 CEST 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5498

-gerrit

commit cfc0932e93a91b5eb0c69c2ae1f1127016d112f5
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sun Apr 13 17:57:31 2014 +1000

    mainboard/*/devicetree.cb: Toggle lacking IDE off
    
    These boards do not have 'IDE' or emulation of IDE/PATA on the 6
    chipset supported SATA channels. Many of these boards only have =<4 AHCI
    ports mapped off the SATA channels.
    
    Change-Id: I1c529eb94a90a97ddc51aece1be3df9f4728a309
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/advansus/a785e-i/devicetree.cb  | 2 +-
 src/mainboard/avalue/eax-785e/devicetree.cb   | 2 +-
 src/mainboard/gizmosphere/gizmo/devicetree.cb | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/advansus/a785e-i/devicetree.cb b/src/mainboard/advansus/a785e-i/devicetree.cb
index f7db1cc..1c8b690 100644
--- a/src/mainboard/advansus/a785e-i/devicetree.cb
+++ b/src/mainboard/advansus/a785e-i/devicetree.cb
@@ -54,7 +54,7 @@ chip northbridge/amd/amdfam10/root_complex
 							device i2c 53 on end
 						end
 					end # SM
-					device pci 14.1 on end # IDE    0x439c
+					device pci 14.1 off end # IDE    0x439c
 					device pci 14.2 on end # HDA    0x4383
 					device pci 14.3 on
                                                 chip superio/winbond/w83627hf
diff --git a/src/mainboard/avalue/eax-785e/devicetree.cb b/src/mainboard/avalue/eax-785e/devicetree.cb
index 42ddf01..f392a2a 100644
--- a/src/mainboard/avalue/eax-785e/devicetree.cb
+++ b/src/mainboard/avalue/eax-785e/devicetree.cb
@@ -41,7 +41,7 @@ chip northbridge/amd/amdfam10/root_complex
 					device pci 13.0 on end # USB
 					device pci 13.2 on end # USB
 					device pci 14.0 on end # SM
-					device pci 14.1 on end # IDE    0x439c
+					device pci 14.1 off end # IDE    0x439c
 					device pci 14.2 on end # HDA    0x4383
 					device pci 14.3 on
                                                 chip superio/winbond/w83627hf
diff --git a/src/mainboard/gizmosphere/gizmo/devicetree.cb b/src/mainboard/gizmosphere/gizmo/devicetree.cb
index 301f79a..bdbe3dc 100755
--- a/src/mainboard/gizmosphere/gizmo/devicetree.cb
+++ b/src/mainboard/gizmosphere/gizmo/devicetree.cb
@@ -45,7 +45,7 @@ chip northbridge/amd/agesa/family14/root_complex
 				device pci 13.1 on end # USB
 				device pci 13.2 on end # USB
 				device pci 14.0 on end # SM
-				device pci 14.1 on end # IDE	0x439c
+				device pci 14.1 off end # IDE	0x439c
 				device pci 14.2 on end # HDA	0x4383
 				device pci 14.3 on end # LPC	0x439d
 				device pci 14.4 on end # PCIB 0x4384, NOTE: this device must always be enabled or removed



More information about the coreboot-gerrit mailing list