summaryrefslogtreecommitdiff
path: root/target/mips64/systems
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2025-03-18 01:46:46 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2025-03-18 01:47:24 +0100
commitd9193bc4d2fd6fa264c41b7811fd4945c0c60f21 (patch)
treef34dd0e76f7eef5679617f37b88207dec82934bd /target/mips64/systems
parent20083ae0e67aa79b93945299c0cf8184a9af0ba2 (diff)
lemote-fuloong: add experimental support, kernel works, userland does not
Diffstat (limited to 'target/mips64/systems')
-rw-r--r--target/mips64/systems/lemote-fuloong22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/mips64/systems/lemote-fuloong b/target/mips64/systems/lemote-fuloong
new file mode 100644
index 000000000..a218df997
--- /dev/null
+++ b/target/mips64/systems/lemote-fuloong
@@ -0,0 +1,22 @@
+config ADK_TARGET_SYSTEM_LEMOTE_FULOONG
+ bool "Lemote fuloong"
+ select ADK_TARGET_LITTLE_ENDIAN
+ select ADK_TARGET_CPU_MIPS64_LOONGSON2E
+ select ADK_TARGET_HARD_FLOAT
+ select ADK_TARGET_WITH_USB_BOOT
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_RTC
+ select ADK_TARGET_WITH_PATA
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_WITH_ROOT_RW
+ select ADK_TARGET_KERNEL_VMLINUZ
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
+ help
+ System profile for Lemote fuloong.
+