qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] Add "-uboot" option


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 0/2] Add "-uboot" option
Date: Wed, 22 Feb 2012 08:12:35 +0000

On 22 February 2012 06:58, Evgeny Voevodin <address@hidden> wrote:
> These patches add "-uboot" option to ARM boards.
> To let user load u-boot, board should initialize
> .uboot_start in arm_boot_info struct.
> Added utilisation of "-uboot" for exynos4 and integratorcp.

Nack. This kind of thing should be done by making QEMU
load an ELF file which has u-boot in it (which at the
moment you can do with -kernel). Loading Linux kernels
is a special case in arm_boot because of the complicated
boot protocol they have and because people want to load
lots of different kernels.

-- PMM



reply via email to

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