[coreboot-gerrit] Patch set updated for coreboot: 2923201 qemu: add southbridge devices to device tree

Gerd Hoffmann (kraxel@redhat.com) gerrit at coreboot.org
Wed Jun 5 08:16:31 CEST 2013


Gerd Hoffmann (kraxel at redhat.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3346

-gerrit

commit 29232014f810b67d0e1f744cd448f85ca8f2171d
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri May 31 13:39:24 2013 +0200

    qemu: add southbridge devices to device tree
    
    Change-Id: I911d5e4a7b6c7abf4ad73e863ab201e9e55ee0d4
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/mainboard/emulation/qemu-x86/devicetree.cb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/emulation/qemu-x86/devicetree.cb b/src/mainboard/emulation/qemu-x86/devicetree.cb
index ed64eef..b1c3a8a 100644
--- a/src/mainboard/emulation/qemu-x86/devicetree.cb
+++ b/src/mainboard/emulation/qemu-x86/devicetree.cb
@@ -3,8 +3,10 @@ chip mainboard/emulation/qemu-x86
 		device pci 0.0 on end
 
 		chip southbridge/intel/i82371eb # southbridge
-			device pci 01.0 on end
-			device pci 01.1 on end
+			device pci 01.0 on end	# ISA bridge
+			device pci 01.1 on end	# IDE
+			device pci 01.2 on end	# UHCI (only present with "qemu -usb")
+			device pci 01.3 on end	# ACPI
 			register "ide0_enable" = "1"
 			register "ide1_enable" = "1"
 			register "gpo" = "0x7fffbbff"



More information about the coreboot-gerrit mailing list