From cf30d2922270a47c9e0336611477befcf8fa4239 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 11 Aug 2022 11:42:32 +0200 Subject: add basic loongarch support, qemu does not boot the kernel, yet --- target/loongarch/kernel/qemu-loongarch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/loongarch/kernel/qemu-loongarch (limited to 'target/loongarch/kernel/qemu-loongarch') diff --git a/target/loongarch/kernel/qemu-loongarch b/target/loongarch/kernel/qemu-loongarch new file mode 100644 index 000000000..582028585 --- /dev/null +++ b/target/loongarch/kernel/qemu-loongarch @@ -0,0 +1,7 @@ +CONFIG_LOONGARCH=y +CONFIG_64BIT=y +CONFIG_MACH_LOONGSON64=y +CONFIG_EFI=y +CONFIG_SMP=y +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y -- cgit v1.2.3