[OpenBIOS] [PATCH] arch/ppc/qemu: Rename root node for Macs to match Apple

BALATON Zoltan balaton at eik.bme.hu
Fri Jun 6 01:29:21 CEST 2014


On  6, Jun 2014 Alexander Graf wrote:
>>> +    /* Apple calls the root node device-tree */
>>> +    if (is_apple()) {
>>> +        push_str("device-tree");
>>> +        fword("device-name");
>>> +    }
>>> +
>>>       switch(machine_id) {
>>>       case ARCH_HEATHROW:    /* OldWorld */
>>>
>> I think for this I'd still prefer to change the default for all PPC
>> trees in arch/ppc/qemu/tree.fs... Alex/Andreas?
>
> Works for me :).

Should I send another version or can you add these two lines without the 
if around them? I've added the check based on this review comment:
http://www.openfirmware.info/pipermail/openbios/2014-March/008205.html

Regards,
BALATON Zoltan



More information about the OpenBIOS mailing list