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: John Linn
Subject: Re: [Qemu-devel] [PATCH v1 3/3] xilinx_zynq: set initrd and dtb locations
Date: Tue, 10 Apr 2012 11:53:17 -0600

> -----Original Message-----
> From: Peter A. G. Crosthwaite [mailto:address@hidden
> Sent: Sunday, April 01, 2012 10:20 PM
> To: address@hidden; address@hidden;
> address@hidden; address@hidden;
> address@hidden
> Cc: Duy Le; John Linn; address@hidden
> Subject: [PATCH v1 3/3] xilinx_zynq: set initrd and dtb locations
> 
> The xilinx published kernel and linux test binaries expects initrd and
> dtb to
> be at these locations
> 
> Signed-off-by: Peter A. G. Crosthwaite
> <address@hidden>

Signed-off-by: John Linn <address@hidden>

> ---
>  hw/xilinx_zynq.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/hw/xilinx_zynq.c b/hw/xilinx_zynq.c
> index 56d0b96..31d9e81 100644
> --- a/hw/xilinx_zynq.c
> +++ b/hw/xilinx_zynq.c
> @@ -174,6 +174,8 @@ static void zynq_init(ram_addr_t ram_size, const
> char *boot_device,
>      zynq_binfo.kernel_filename = kernel_filename;
>      zynq_binfo.kernel_cmdline = kernel_cmdline;
>      zynq_binfo.initrd_filename = initrd_filename;
> +    zynq_binfo.initrd_offset = 0x00800000;
> +    zynq_binfo.dtb_offset = 0x01000000;
>      zynq_binfo.nb_cpus = smp_cpus;
>      zynq_binfo.write_secondary_boot = zynq_write_secondary_boot;
>      zynq_binfo.secondary_cpu_reset_hook = zynq_reset_secondary;
> --
> 1.7.3.2
> 


This email and any attachments are intended for the sole use of the named 
recipient(s) and contain(s) confidential information that may be proprietary, 
privileged or copyrighted under applicable law. If you are not the intended 
recipient, do not read, copy, or forward this email message or any attachments. 
Delete this email message and any attachments immediately.





reply via email to

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