summaryrefslogtreecommitdiffstats
path: root/target/Kconfig
diff options
context:
space:
mode:
authorXiaojuan Yang2022-06-06 14:43:20 +0200
committerRichard Henderson2022-06-06 20:09:03 +0200
commita8a506c3907093a064dd2d475564e677fb1bf148 (patch)
tree8bfc9e744b51740649e21796049aae592268f216 /target/Kconfig
parenttarget/loongarch: Add timer related instructions support. (diff)
downloadqemu-a8a506c3907093a064dd2d475564e677fb1bf148.tar.gz
qemu-a8a506c3907093a064dd2d475564e677fb1bf148.tar.xz
qemu-a8a506c3907093a064dd2d475564e677fb1bf148.zip
hw/loongarch: Add support loongson3 virt machine type.
Emulate a 3A5000 board use the new loongarch instruction. 3A5000 belongs to the Loongson3 series processors. The board consists of a 3A5000 cpu model and the virt bridge. The host 3A5000 board is really complicated and contains many functions.Now for the tcg softmmu mode only part functions are emulated. More detailed info you can see https://github.com/loongson/LoongArch-Documentation Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220606124333.2060567-31-yangxiaojuan@loongson.cn> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/Kconfig')
-rw-r--r--target/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/Kconfig b/target/Kconfig
index ae7f24fc66..83da0bd293 100644
--- a/target/Kconfig
+++ b/target/Kconfig
@@ -4,6 +4,7 @@ source avr/Kconfig
source cris/Kconfig
source hppa/Kconfig
source i386/Kconfig
+source loongarch/Kconfig
source m68k/Kconfig
source microblaze/Kconfig
source mips/Kconfig