diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-16 16:36:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-16 18:40:45 +0200 |
commit | 500b13fb564e7e44ee2d8bbffe6d03adb68bb401 (patch) | |
tree | 5770d8dbe031f0c54e3ef3b57029a1935f7903e3 /target/cris/systems | |
parent | 524958a0e7311f7b236c650738f74bf0f30c9388 (diff) |
add basic infrastructure for qemu-cris support
Diffstat (limited to 'target/cris/systems')
-rw-r--r-- | target/cris/systems/qemu-cris | 8 | ||||
-rw-r--r-- | target/cris/systems/toolchain-cris | 1 |
2 files changed, 8 insertions, 1 deletions
diff --git a/target/cris/systems/qemu-cris b/target/cris/systems/qemu-cris new file mode 100644 index 000000000..d1df7e654 --- /dev/null +++ b/target/cris/systems/qemu-cris @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_QEMU_CRIS + bool "Qemu Emulator" + select ADK_CPU_CRIS_V32 + select ADK_TARGET_QEMU + select ADK_TARGET_KERNEL_IMAGE + help + Qemu Emulator for CRISv32 architecture. + diff --git a/target/cris/systems/toolchain-cris b/target/cris/systems/toolchain-cris index ab5be72f6..6615da6ad 100644 --- a/target/cris/systems/toolchain-cris +++ b/target/cris/systems/toolchain-cris @@ -1,6 +1,5 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_CRIS bool "Toolchain only" - select ADK_CPU_CRIS_V32 select ADK_TARGET_TOOLCHAIN select ADK_TARGET_PACKAGE_TXZ help |