j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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@eik.bme.hu Signed-off-by: Mark Cave-Ayland mark.cave-ayland@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");