mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
kvm/powerpc: Add MPC8544DS board support
This patch add an emulation of MPC8544DS board. It can work on All E500 platforms. Signed-off-by: Liu Yu <yu.liu@freescale.com> Acked-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@6663 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9fdc60bf55
commit
1db09b847e
5 changed files with 309 additions and 1 deletions
|
@ -42,6 +42,7 @@ extern QEMUMachine heathrow_machine;
|
|||
extern QEMUMachine ref405ep_machine;
|
||||
extern QEMUMachine taihu_machine;
|
||||
extern QEMUMachine bamboo_machine;
|
||||
extern QEMUMachine mpc8544ds_machine;
|
||||
|
||||
/* mips_r4k.c */
|
||||
extern QEMUMachine mips_machine;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue