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

repository service svn at openbios.org
Sat Mar 8 02:00:12 CET 2014


Author: mcayland
Date: Sat Mar  8 02:00:11 2014
New Revision: 1276
URL: http://tracker.coreboot.org/trac/openbios/changeset/1276

Log:
arch/ppc/qemu.c: Update Mac99 and PReP model to PowerMac3,1

Change model name to one which is similar but supported by MorphOS and
better matches the emulated CPU.

This should be safe to change as the two models are very close and
unlikely to cause problems with other OSs but more testing is welcome.

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/init.c

Modified: trunk/openbios-devel/arch/ppc/qemu/init.c
==============================================================================
--- trunk/openbios-devel/arch/ppc/qemu/init.c	Sat Mar  8 02:00:07 2014	(r1275)
+++ trunk/openbios-devel/arch/ppc/qemu/init.c	Sat Mar  8 02:00:11 2014	(r1276)
@@ -745,12 +745,12 @@
 
         /* model */
 
-        push_str("PowerMac2,1");
+        push_str("PowerMac3,1");
         fword("model");
 
         /* compatible */
 
-        push_str("PowerMac2,1");
+        push_str("PowerMac3,1");
         fword("encode-string");
         push_str("MacRISC");
         fword("encode-string");



More information about the OpenBIOS mailing list