diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 17:20:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 17:20:08 +0200 |
commit | 059e14579d5783a322d4e985e08eaaca408607bc (patch) | |
tree | 30465383a501ef8585b80609d8ea45947f92bddf /target/mips/sys-available | |
parent | 4d50bcbbb8223abaf2f10b0879e96e18160f5d83 (diff) | |
parent | e1e592c0b31a381ae5ea65606e2ae72d7582d0ca (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips/sys-available')
-rw-r--r-- | target/mips/sys-available/qemu-mips64 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/mips/sys-available/qemu-mips64 b/target/mips/sys-available/qemu-mips64 new file mode 100644 index 000000000..d5335caa9 --- /dev/null +++ b/target/mips/sys-available/qemu-mips64 @@ -0,0 +1,16 @@ +config ADK_TARGET_SYSTEM_QEMU_MIPS64 + bool "Qemu Emulator (mips64 big endian)" + select ADK_mips + select ADK_big + select ADK_qemu_mips64 + select ADK_KERNEL_MIPS_MALTA + select ADK_KERNEL_CPU_BIG_ENDIAN + select ADK_CPU_MIPS64 + select ADK_HARDWARE_QEMU + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_HDD + help + Qemu support for mips64 big endian architecture. + |