diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-11 11:42:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-11 11:42:32 +0200 |
commit | cf30d2922270a47c9e0336611477befcf8fa4239 (patch) | |
tree | 161a867e57a7962f28fe98fa4087d47d21cded9c /target/loongarch/systems | |
parent | 8d2b0f40a83c1e0544ab192a4236bf511d6ab506 (diff) |
add basic loongarch support, qemu does not boot the kernel, yet
Diffstat (limited to 'target/loongarch/systems')
-rw-r--r-- | target/loongarch/systems/qemu-loongarch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/loongarch/systems/qemu-loongarch b/target/loongarch/systems/qemu-loongarch new file mode 100644 index 000000000..b5f6c3d34 --- /dev/null +++ b/target/loongarch/systems/qemu-loongarch @@ -0,0 +1,7 @@ +config ADK_TARGET_SYSTEM_QEMU_LOONGARCH + bool "Qemu Emulator" + select ADK_TARGET_QEMU + select ADK_TARGET_CPU_LOONGARCH + help + Support for Qemu Emulator Loongarch architecture. + |