summaryrefslogtreecommitdiff
path: root/target/mips
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-10-11 11:05:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-10-11 11:05:05 +0200
commit046cf475d64cb44460ac0aeb9e53032efd8185d0 (patch)
tree46ddb06b418e42c52c0a02ba2b90f0f4d2b9b93e /target/mips
parent58de4f5caf471cecbaebdb023cd8e2c5f89bfdb3 (diff)
parentec67efc42516136adee22d15ef1fb64b32637806 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips')
-rw-r--r--target/mips/sys-available/qemu-mips64el16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/mips/sys-available/qemu-mips64el b/target/mips/sys-available/qemu-mips64el
new file mode 100644
index 000000000..8f9158bee
--- /dev/null
+++ b/target/mips/sys-available/qemu-mips64el
@@ -0,0 +1,16 @@
+config ADK_TARGET_SYSTEM_QEMU_MIPS64EL
+ bool "Qemu Emulator (mips64 little endian)"
+ select ADK_mips
+ select ADK_little
+ select ADK_qemu_mips64el
+ select ADK_KERNEL_MIPS_MALTA
+ select ADK_KERNEL_CPU_LITTLE_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 little endian architecture.
+