diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-06 19:56:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-06 19:56:45 +0100 |
commit | a8de6415b23cf8e2f0ed5a7e355b55ed73a4feb8 (patch) | |
tree | 630f7a64116aed315ba49890b94fe75bc9f8a94c /target/ppc/systems/qemu-ppc-mpc8544ds | |
parent | 7ad9bd33ece63ea288e3b36ca85f2cbd31abba3b (diff) |
ppc: add more cpu types, add mpc8544ds qemu sample
Diffstat (limited to 'target/ppc/systems/qemu-ppc-mpc8544ds')
-rw-r--r-- | target/ppc/systems/qemu-ppc-mpc8544ds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/ppc/systems/qemu-ppc-mpc8544ds b/target/ppc/systems/qemu-ppc-mpc8544ds new file mode 100644 index 000000000..a71eb4639 --- /dev/null +++ b/target/ppc/systems/qemu-ppc-mpc8544ds @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_QEMU_PPC_MPC8544DS + bool "Qemu Emulator (mpc8544ds)" + select ADK_TARGET_QEMU + select ADK_TARGET_CPU_PPC_8548 + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Support for Qemu Emulator PPC architecture (mpc8544ds). + |