j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
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@gmail.com 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 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