target-ppc: IBM PowerPC 440EP Bamboo reference board emulation
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 16 Dec 2008 10:44:14 +0000 (10:44 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 16 Dec 2008 10:44:14 +0000 (10:44 +0000)
commit2c9fade2001e6d0c66bfd4b2806f36a652a50000
tree2568007dd5bc7ba65e6255f71b0c281f7c07b933
parent75dd595b2e5130b0d2b35c41ea476c640b6a5fe0
target-ppc: IBM PowerPC 440EP Bamboo reference board emulation

Since most IO devices are integrated into the 440EP chip, "Bamboo support"
mostly entails implementing the -kernel, -initrd, and -append options.

These options are implemented by loading the guest as if u-boot had done it,
i.e. loading a flat device tree, updating it to hold initrd addresses, ram
size, and command line, and passing the FDT address in r3.

Since we use it with KVM, we enable the virtio block driver and include hooks
necessary for KVM support.

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6067 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile
Makefile.target
hw/boards.h
hw/ppc440_bamboo.c [new file with mode: 0644]
pc-bios/bamboo.dts [new file with mode: 0644]
target-ppc/machine.c