[coreboot-gerrit] New patch to review for coreboot: 62ceeab mainboard/asrock/e350m1: Switch 14.1 IDE off in devicetree.cb

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Tue Apr 29 17:15:18 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/5615

-gerrit

commit 62ceeab9dc5e4d5871f6d6439d5770837c3e3cc4
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Wed Apr 30 01:13:04 2014 +1000

    mainboard/asrock/e350m1: Switch 14.1 IDE off in devicetree.cb
    
    Static device PCI: 00:14.1 is not defined on this board.
    
    Change-Id: I55bbee4eef8a01e4fd340f245b32b98f61ad7e2a
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/mainboard/asrock/e350m1/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/asrock/e350m1/devicetree.cb b/src/mainboard/asrock/e350m1/devicetree.cb
index c96e45b..548842d 100644
--- a/src/mainboard/asrock/e350m1/devicetree.cb
+++ b/src/mainboard/asrock/e350m1/devicetree.cb
@@ -52,7 +52,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



More information about the coreboot-gerrit mailing list