[coreboot-gerrit] Patch set updated for coreboot: 957e72b qemu: add power management function to device tree

Gerd Hoffmann (kraxel@redhat.com) gerrit at coreboot.org
Wed Jun 5 17:11:56 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 957e72b060003afb1104a3dd22b1452a46459fc9
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Fri May 31 13:39:24 2013 +0200

    qemu: add power management function to device tree
    
    Needed to make 'register "gpo" = ...' work.
    While being at it add comments saying which device is which.
    
    Change-Id: I911d5e4a7b6c7abf4ad73e863ab201e9e55ee0d4
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/mainboard/emulation/qemu-x86/devicetree.cb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/emulation/qemu-x86/devicetree.cb b/src/mainboard/emulation/qemu-x86/devicetree.cb
index ed64eef..11b2a41 100644
--- a/src/mainboard/emulation/qemu-x86/devicetree.cb
+++ b/src/mainboard/emulation/qemu-x86/devicetree.cb
@@ -1,10 +1,10 @@
 chip mainboard/emulation/qemu-x86
 	device domain 0 on
-		device pci 0.0 on end
-
+		device pci 0.0 on end		# northbridge (i440fx)
 		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.3 on end	# ACPI
 			register "ide0_enable" = "1"
 			register "ide1_enable" = "1"
 			register "gpo" = "0x7fffbbff"



More information about the coreboot-gerrit mailing list