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

repository service svn at openbios.org
Sun Jun 30 05:13:13 CEST 2013


Author: agraf
Date: Sun Jun 30 05:13:13 2013
New Revision: 1168
URL: http://tracker.coreboot.org/trac/openbios/changeset/1168

Log:
Mac99: Expose as MacRISC2 platform

The PowerMac2,1 is a MacRISC2 system. Expose it as compatible.

Signed-off-by: Alexander Graf <agraf at suse.de>

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	Fri Jun 28 23:08:38 2013	(r1167)
+++ trunk/openbios-devel/arch/ppc/qemu/init.c	Sun Jun 30 05:13:13 2013	(r1168)
@@ -744,6 +744,9 @@
         push_str("MacRISC");
         fword("encode-string");
         fword("encode+");
+        push_str("MacRISC2");
+        fword("encode-string");
+        fword("encode+");
         push_str("Power Macintosh");
         fword("encode-string");
         fword("encode+");



More information about the OpenBIOS mailing list