[coreboot] [commit] r5376 - trunk/src/mainboard/emulation/qemu-x86

repository service svn at coreboot.org
Thu Apr 8 14:47:36 CEST 2010


Author: oxygene
Date: Thu Apr  8 14:47:35 2010
New Revision: 5376
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5376

Log:
cpu/emulation/qemu-x86 doesn't exist anymore, as this
is folded into mainboard/emulation/qemu-x86. Adapt code.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/mainboard/emulation/qemu-x86/chip.h
   trunk/src/mainboard/emulation/qemu-x86/devicetree.cb
   trunk/src/mainboard/emulation/qemu-x86/northbridge.c

Modified: trunk/src/mainboard/emulation/qemu-x86/chip.h
==============================================================================
--- trunk/src/mainboard/emulation/qemu-x86/chip.h	Thu Apr  8 14:46:18 2010	(r5375)
+++ trunk/src/mainboard/emulation/qemu-x86/chip.h	Thu Apr  8 14:47:35 2010	(r5376)
@@ -3,9 +3,9 @@
 struct mainboard_config {
 };
 
-struct cpu_emulation_qemu_x86_config
+struct mainboard_emulation_qemu_x86_config
 {
 };
 
-extern struct chip_operations cpu_emulation_qemu_x86_ops;
+extern struct chip_operations mainboard_emulation_qemu_x86_ops;
 

Modified: trunk/src/mainboard/emulation/qemu-x86/devicetree.cb
==============================================================================
--- trunk/src/mainboard/emulation/qemu-x86/devicetree.cb	Thu Apr  8 14:46:18 2010	(r5375)
+++ trunk/src/mainboard/emulation/qemu-x86/devicetree.cb	Thu Apr  8 14:47:35 2010	(r5376)
@@ -1,4 +1,4 @@
-chip cpu/emulation/qemu-x86
+chip mainboard/emulation/qemu-x86
 	device pci_domain 0 on 
 		device pci 0.0 on end
 

Modified: trunk/src/mainboard/emulation/qemu-x86/northbridge.c
==============================================================================
--- trunk/src/mainboard/emulation/qemu-x86/northbridge.c	Thu Apr  8 14:46:18 2010	(r5375)
+++ trunk/src/mainboard/emulation/qemu-x86/northbridge.c	Thu Apr  8 14:47:35 2010	(r5376)
@@ -152,7 +152,7 @@
 	}
 }
 
-struct chip_operations cpu_emulation_qemu_x86_ops = {
+struct chip_operations mainboard_emulation_qemu_x86_ops = {
 	CHIP_NAME("QEMU Northbridge")
 	.enable_dev = enable_dev,
 };




More information about the coreboot mailing list