j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: laurent Date: 2009-11-10 22:13:54 +0000 (Tue, 10 Nov 2009) New Revision: 607
Modified: trunk/openbios-devel/arch/ppc/qemu/init.c Log: Add "64-bit" property for PowerPC 970fx. (allows Fedora bootloader to load the good kernel, 32-bit or 64-bit)
Signed-off-by: Laurent Vivier Laurent@vivier.eu
Modified: trunk/openbios-devel/arch/ppc/qemu/init.c =================================================================== --- trunk/openbios-devel/arch/ppc/qemu/init.c 2009-11-10 21:57:00 UTC (rev 606) +++ trunk/openbios-devel/arch/ppc/qemu/init.c 2009-11-10 22:13:54 UTC (rev 607) @@ -273,6 +273,12 @@ fword("encode-int"); push_str("reg"); fword("property"); + + PUSH(0); + PUSH(0); + fword("encode-bytes"); + push_str("64-bit"); + fword("property");
fword("finish-device");