summaryrefslogtreecommitdiff
path: root/target/mips64el/sys-available
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-05 00:18:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-05 00:18:18 +0100
commitd0398dc33628c501388d32dcb3faf68859dd6bcb (patch)
tree401c29c68bfe46cd79276029e77c85fc82f77b8a /target/mips64el/sys-available
parentabbe4e3293c77bc5f6215a9eb4c1d20923bbf951 (diff)
update mips qemu targets. 64 Bit kernels still does not boot completely
Diffstat (limited to 'target/mips64el/sys-available')
-rw-r--r--target/mips64el/sys-available/lemote-yeelong1
-rw-r--r--target/mips64el/sys-available/qemu-mips64el14
-rw-r--r--target/mips64el/sys-available/toolchain-mips64el1
3 files changed, 16 insertions, 0 deletions
diff --git a/target/mips64el/sys-available/lemote-yeelong b/target/mips64el/sys-available/lemote-yeelong
index f19b36140..b1a91491e 100644
--- a/target/mips64el/sys-available/lemote-yeelong
+++ b/target/mips64el/sys-available/lemote-yeelong
@@ -2,6 +2,7 @@ config ADK_TARGET_SYSTEM_LEMOTE_YEELONG
bool "Lemote Yeelong laptop"
select ADK_mips64el
select ADK_lemote_yeelong
+ select ADK_LINUX_64
select ADK_TARGET_WITH_USB_BOOT
select ADK_TARGET_WITH_USB
select ADK_TARGET_WITH_PCI
diff --git a/target/mips64el/sys-available/qemu-mips64el b/target/mips64el/sys-available/qemu-mips64el
new file mode 100644
index 000000000..47818f392
--- /dev/null
+++ b/target/mips64el/sys-available/qemu-mips64el
@@ -0,0 +1,14 @@
+config ADK_TARGET_SYSTEM_QEMU_MIPS64EL
+ bool "Qemu Emulator"
+ select ADK_mips64el
+ select ADK_qemu_mips64el
+ select ADK_LINUX_64
+ select ADK_KERNEL_MIPS_MALTA
+ select ADK_HARDWARE_QEMU
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_INPUT
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_HDD
+ help
+ Qemu support for mips64 little endian architecture.
+
diff --git a/target/mips64el/sys-available/toolchain-mips64el b/target/mips64el/sys-available/toolchain-mips64el
index 51ae40951..a403df0cd 100644
--- a/target/mips64el/sys-available/toolchain-mips64el
+++ b/target/mips64el/sys-available/toolchain-mips64el
@@ -3,6 +3,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_MIPS64EL
select ADK_mips64el
select ADK_toolchain_mips64el
select ADK_TOOLCHAIN_ONLY
+ select ADK_LINUX_64
help
Build a mips64 little endian toolchain.