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

repository service svn at openbios.org
Sun Jun 21 20:52:47 CEST 2015


Author: mcayland
Date: Sun Jun 21 20:52:47 2015
New Revision: 1345
URL: http://tracker.coreboot.org/trac/openbios/changeset/1345

Log:
ppc: add CPU reservation-granule-size property

This patch adds the 'reservation-granule-size' property to the CPU node, as is
required by Mac OS 9.

Signed-off-by: Cormac O'Brien <i.am.cormac.obrien at gmail.com>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>

Modified:
   trunk/openbios-devel/arch/ppc/qemu/init.c

Modified: trunk/openbios-devel/arch/ppc/qemu/init.c
==============================================================================
--- trunk/openbios-devel/arch/ppc/qemu/init.c	Sun Jun 21 20:52:44 2015	(r1344)
+++ trunk/openbios-devel/arch/ppc/qemu/init.c	Sun Jun 21 20:52:47 2015	(r1345)
@@ -302,6 +302,11 @@
     fword("encode-string");
     push_str("state");
     fword("property");
+
+    PUSH(0x20);
+    fword("encode-int");
+    push_str("reservation-granule-size");
+    fword("property");
 }
 
 static void



More information about the OpenBIOS mailing list