[coreboot-gerrit] New patch to review for coreboot: 32393b0 qemu: add southbridge devices to device tree

Gerd Hoffmann (kraxel@redhat.com) gerrit at coreboot.org
Fri May 31 13:41:09 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 32393b059d0b18b70ecbeb7f8ca311089b7f27bc
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 eebe3d4..9f38cc5 100644
--- a/src/mainboard/emulation/qemu-x86/devicetree.cb
+++ b/src/mainboard/emulation/qemu-x86/devicetree.cb
@@ -8,8 +8,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