]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/e500.c
PPC: e500: Move to u-boot as firmware
authorAlexander Graf <agraf@suse.de>
Sun, 19 Jan 2014 23:27:25 +0000 (00:27 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:35 +0000 (13:24 +0200)
commit3812c71ffaa2cf733c3087792b859fef30b7545f
tree45d408e530c7199a8f1ec69dac077109f2bf5d47
parent4e73c781923fd5b7608db65156cfa72c4b31ba1d
PPC: e500: Move to u-boot as firmware

Almost all platforms QEMU emulates have some sort of firmware they can load
to expose a guest environment that closely resembles the way it would look
like on real hardware.

This patch introduces such a firmware on our e500 platforms. U-boot is the
default firmware for most of these systems and as such our preferred choice.

For backwards compatibility reasons (and speed and simplicity) we skip u-boot
when you use -kernel and don't pass in -bios. For all other combinations like
-kernel and -bios or no -kernel you get u-boot as firmware.

This allows you to modify the boot environment, execute a networked boot through
the e1000 emulation and execute u-boot payloads.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c