[OpenBIOS] [commit] r1314 - trunk/openbios-devel/arch/ppc/qemu

repository service svn at openbios.org
Mon Aug 25 15:07:54 CEST 2014


Author: mcayland
Date: Mon Aug 25 15:07:53 2014
New Revision: 1314
URL: http://tracker.coreboot.org/trac/openbios/changeset/1314

Log:
arch/ppc/qemu: Rename root node for Macs to match Apple

Apple calls the root node of the device tree "device-tree" and MorphOS
relies on this to decide what properties to get. Make it happy.

Signed-off-by: BALATON Zoltan <balaton at eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>

Modified:
   trunk/openbios-devel/arch/ppc/qemu/tree.fs

Modified: trunk/openbios-devel/arch/ppc/qemu/tree.fs
==============================================================================
--- trunk/openbios-devel/arch/ppc/qemu/tree.fs	Sun Aug 17 15:06:47 2014	(r1313)
+++ trunk/openbios-devel/arch/ppc/qemu/tree.fs	Mon Aug 25 15:07:53 2014	(r1314)
@@ -12,7 +12,8 @@
 \ -------------------------------------------------------------
 
 " /" find-device
-
+\ Apple calls the root node device-tree
+" device-tree" device-name
 [IFDEF] CONFIG_PPC64 2 [ELSE] 1 [THEN] encode-int " #address-cells" property
 1 encode-int " #size-cells" property
 h# 05f5e100 encode-int " clock-frequency" property



More information about the OpenBIOS mailing list