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