[coreboot-gerrit] New patch to review for coreboot: 6a9c9da mainboard/*/devicetree.cb: Toggle lacking IDE off

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sun Apr 13 10:02:58 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5498

-gerrit

commit 6a9c9da0ac3d46f23741564ef184a9d11621cab4
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/asrock/e350m1/devicetree.cb     | 2 +-
 src/mainboard/avalue/eax-785e/devicetree.cb   | 2 +-
 src/mainboard/gizmosphere/gizmo/devicetree.cb | 2 +-
 4 files changed, 4 insertions(+), 4 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/asrock/e350m1/devicetree.cb b/src/mainboard/asrock/e350m1/devicetree.cb
index c908421..64e889d 100644
--- a/src/mainboard/asrock/e350m1/devicetree.cb
+++ b/src/mainboard/asrock/e350m1/devicetree.cb
@@ -51,7 +51,7 @@ chip northbridge/amd/agesa/family14/root_complex
                                                         device i2c 51 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 # LPC        0x439d
 						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