All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] make -kernel optional for all ARM boards
@ 2013-09-24  0:01 Peter Maydell
  2013-09-24  0:01 ` [Qemu-devel] [PATCH 1/2] hw/arm/boot: Make user not specifying a kernel not an error Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2013-09-24  0:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: Grant Likely, Andreas Färber, patches

Make -kernel optional for all ARM boards, by allowing
arm_load_kernel() to return without doing anything if no
kernel filename was provided. In this case we will start
execution at address zero (as the hardware does). This
allows the user to provide a flash image or similar on
some boards; in particular it's possible to run a UEFI
image on the versatile express boards.

The second patch tidies up a few boards which had already
effectively provided this flexibility at the board level.

Peter Maydell (2):
  hw/arm/boot: Make user not specifying a kernel not an error
  hw/arm: Tidy up conditional calls to arm_load_kernel

 hw/arm/boot.c     |  6 ++++--
 hw/arm/omap_sx1.c | 10 ++++------
 hw/arm/palm.c     | 10 ++++------
 hw/arm/z2.c       | 12 +++++-------
 4 files changed, 17 insertions(+), 21 deletions(-)

-- 
1.7.11.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-30 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24  0:01 [Qemu-devel] [PATCH 0/2] make -kernel optional for all ARM boards Peter Maydell
2013-09-24  0:01 ` [Qemu-devel] [PATCH 1/2] hw/arm/boot: Make user not specifying a kernel not an error Peter Maydell
2013-09-24  0:01 ` [Qemu-devel] [PATCH 2/2] hw/arm: Tidy up conditional calls to arm_load_kernel Peter Maydell
2013-09-30 13:58 ` [Qemu-devel] [PATCH 0/2] make -kernel optional for all ARM boards Andreas Färber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.