[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] Modify qemu/hw/virtex5_ml507.c to accept a kernel uImage
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] Modify qemu/hw/virtex5_ml507.c to accept a kernel uImage file |
Date: |
Tue, 5 Jun 2012 19:19:05 +0200 |
Hi Elvis,
On 05.06.2012, at 18:58, Elvis Dowson wrote:
> Hi,
> I find that the virtex5-ml507 machine doesn't accept a kernel uImage
> file. It works fine with a vmlinux kernel image format.
>
> Which machine model should I look at, to adapt qemu/hw/virtex5_ml507.c to
> support loading vmlinux and uImage kernel image formats?
I'd say the best target to look at as example today would be
hw/ppce500_mpc8544ds.c. It should be pretty straight forward to add uimage
loading support :).
Alex