qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin


From: Blue Swirl
Subject: Re: [Qemu-devel] qemu/pc-bios ppc_rom.bin
Date: Mon, 1 Oct 2007 17:55:39 +0300

On 10/1/07, Andreas Färber <address@hidden> wrote:
>
> Am 01.10.2007 um 09:12 schrieb Bob Deblier:
>
> > Ideally we should have an OpenBIOS compiled for QEMU/PPC. Is anyone
> > working on this?
>
> I had looked into this recently but it turned out that PearPC and
> others using OpenBIOS/ppc use an ELF format OpenBIOS binary that is
> incompatible with QEMU, expecting some raw image. I have no idea how
> to go about this; the (working) sparc version uses some "weird"
> assembler initializations. ;-)

You can use:
objcopy -O binary in.elf out.bin

Alternatively, Qemu could be enhanced to try loading ELF first and
binary if that fails.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]