qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 3/3] xilinx_zynq: set initrd and dtb location


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v1 3/3] xilinx_zynq: set initrd and dtb locations
Date: Tue, 10 Apr 2012 18:58:11 +0100

On 2 April 2012 06:20, Peter A. G. Crosthwaite
<address@hidden> wrote:
> The xilinx published kernel and linux test binaries expects initrd and dtb to
> be at these locations

Isn't this just broken? The documented ABI for the bootloader
to kernel interface tells the kernel where to find the initrd
(either via the ATAGS list or inside the device tree blob),
and if you're using a device tree blob then we pass its location
in a register. For device tree in particular it is extremely
clear: "Device tree can be located anywhere in system RAM".

I don't want to add hacky workarounds for broken guests; if
you must run broken guests you can run the whole boot rom
or equivalent that the hardware does...

-- PMM



reply via email to

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