All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Add "-uboot" option
@ 2012-02-22  6:58 Evgeny Voevodin
  2012-02-22  6:58 ` [Qemu-devel] [PATCH 1/2] ARM: " Evgeny Voevodin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Evgeny Voevodin @ 2012-02-22  6:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: kyungmin.park, m.kozlov, i.mitsyanko, d.solodkiy, Evgeny Voevodin

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.

Evgeny Voevodin (2):
  ARM: Add "-uboot" option.
  ARM: exynos, integratorcp: Specify U-Boot start address.

 hw/arm-misc.h       |    1 +
 hw/arm_boot.c       |   51 ++++++++++++++++++++++++++++++++++++++-------------
 hw/exynos4210.h     |    1 +
 hw/exynos4_boards.c |    1 +
 hw/integratorcp.c   |    1 +
 qemu-options.hx     |    8 ++++++++
 sysemu.h            |    1 +
 vl.c                |    4 ++++
 8 files changed, 55 insertions(+), 13 deletions(-)

-- 
1.7.5.4

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

end of thread, other threads:[~2012-02-22  8:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-22  6:58 [Qemu-devel] [PATCH 0/2] Add "-uboot" option Evgeny Voevodin
2012-02-22  6:58 ` [Qemu-devel] [PATCH 1/2] ARM: " Evgeny Voevodin
2012-02-22  6:58 ` [Qemu-devel] [PATCH 2/2] ARM: exynos, integratorcp: Specify U-Boot start address Evgeny Voevodin
2012-02-22  8:12 ` [Qemu-devel] [PATCH 0/2] Add "-uboot" option Peter Maydell
2012-02-22  8:29   ` Evgeny Voevodin
2012-02-22  8:34     ` Peter Maydell

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.