qemu-devel
[Top][All Lists]
Advanced

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

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


From: Evgeny Voevodin
Subject: [Qemu-devel] [PATCH 0/2] Add "-uboot" option
Date: Wed, 22 Feb 2012 10:58:14 +0400

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




reply via email to

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