summaryrefslogtreecommitdiff
path: root/target/or1k/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-01 22:47:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-01 22:48:16 +0200
commitc5c6f661665450bb2a1f9e217fd5022cf7cbdfcd (patch)
treef1a8ce7031c92e157103518b83c96f64e2a87c22 /target/or1k/systems
parent77dcf4f883cd9ee840e7d431ed982fa982a60405 (diff)
or1k: add basic qemu support
Kernel boots, userland not.
Diffstat (limited to 'target/or1k/systems')
-rw-r--r--target/or1k/systems/qemu-or1k6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/or1k/systems/qemu-or1k b/target/or1k/systems/qemu-or1k
new file mode 100644
index 000000000..6bddce795
--- /dev/null
+++ b/target/or1k/systems/qemu-or1k
@@ -0,0 +1,6 @@
+config ADK_TARGET_SYSTEM_QEMU_OR1K
+ bool "Qemu Emulator"
+ select ADK_TARGET_QEMU
+ help
+ Qemu Emulator for OR1K architecture.
+