summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/arch-options/mips64el23
-rw-r--r--build/entities/common.ent3
-rw-r--r--build/entities/tftp-images.ent9
-rw-r--r--build/templates/docstruct.ent1
4 files changed, 35 insertions, 1 deletions
diff --git a/build/arch-options/mips64el b/build/arch-options/mips64el
new file mode 100644
index 000000000..a450f3c8e
--- /dev/null
+++ b/build/arch-options/mips64el
@@ -0,0 +1,23 @@
+# This file contains architecture specific variables for
+# the 'mips64el' architecture
+# It is sourced by the build scripts
+
+archspec="mips64el;not-x86;not-s390;not-powerpc"
+arch_listname="mips"
+arch_porturl="mips"
+# This is coming from the lowmem package
+minimum_memory=33
+# These two options should be set if condition 'smp' is set below
+smp_config_section="Kernel type"
+smp_config_option="Multi-Processing support"
+
+# Options below are assembled into one variable 'condition'
+# in the build scripts
+fdisk="fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-bootp;supports-nfsroot"
+boot=""
+frontend="newt;not-gtk"
+other="supports-serial-console"
+smp="supports-smp-sometimes"
+goodies=""
+status="not-checked"
diff --git a/build/entities/common.ent b/build/entities/common.ent
index c65b9a7c1..ebf45ffd4 100644
--- a/build/entities/common.ent
+++ b/build/entities/common.ent
@@ -24,7 +24,7 @@
<!-- proper nouns for architectures -->
<!ENTITY arch-title
- "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='armel'>32-bit soft-float ARM</phrase><phrase arch='armhf'>32-bit hard-float ARMv7</phrase><phrase arch='arm64'>64-bit ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
+ "<phrase arch='any-amd64'>64-bit PC</phrase><phrase arch='armel'>32-bit soft-float ARM</phrase><phrase arch='armhf'>32-bit hard-float ARMv7</phrase><phrase arch='arm64'>64-bit ARM</phrase><phrase arch='hppa'>PA-RISC</phrase><phrase arch='any-i386'>32-bit PC</phrase><phrase arch='ia64'>IA-64</phrase><phrase arch='mips'>Mips</phrase><phrase arch='mips64el'>64-bit Mipsel</phrase><phrase arch='mipsel'>Mipsel</phrase><phrase arch='powerpc'>PowerPC</phrase><phrase arch='ppc64el'>64-bit PowerPC (little-endian)</phrase><phrase arch='sparc'>SPARC</phrase><phrase arch='s390'>S/390</phrase>">
<!-- general things from installer -->
<!ENTITY ekey "<keycap>e</keycap>">
@@ -139,6 +139,7 @@ to first switch tasksel to that DE using the following command, e.g:
<phrase arch='kfreebsd-amd64'>58097</phrase>
<phrase arch='kfreebsd-i386'>58082</phrase>
<phrase arch='mips'>59834</phrase>
+ <phrase arch='mips64el'>59931</phrase>
<phrase arch='mipsel'>59931</phrase>
<phrase arch='powerpc'>60345</phrase>
<phrase arch='ppc64el'>59305</phrase>
diff --git a/build/entities/tftp-images.ent b/build/entities/tftp-images.ent
index c1ae58a32..c6eb73e0f 100644
--- a/build/entities/tftp-images.ent
+++ b/build/entities/tftp-images.ent
@@ -116,6 +116,15 @@
<ulink url="&downloadable-file;r4k-ip22/tftpboot.img">.../current/r4k-ip22/tftpboot.img</ulink>
</para></listitem>
+<!-- mips64el tftp images checked 2002-03-15 -->
+
+<listitem arch="mips64el"><para>
+<ulink url="&downloadable-file;tftpimage-r3k-kn02">.../current/tftpimage-r3k-kn02</ulink>
+</para></listitem>
+<listitem arch="mips64el"><para>
+<ulink url="&downloadable-file;tftpimage-r4k-kn04">.../current/tftpimage-r4k-kn04</ulink>
+</para></listitem>
+
<!-- mipsel tftp images checked 2002-03-15 -->
<listitem arch="mipsel"><para>
diff --git a/build/templates/docstruct.ent b/build/templates/docstruct.ent
index 78f61b889..65d677876 100644
--- a/build/templates/docstruct.ent
+++ b/build/templates/docstruct.ent
@@ -25,6 +25,7 @@
<!ENTITY supported-kfreebsd-amd64.xml SYSTEM "##SRCPATH##/hardware/supported/kfreebsd/amd64.xml">
<!ENTITY supported-ia64.xml SYSTEM "##SRCPATH##/hardware/supported/ia64.xml">
<!ENTITY supported-mips.xml SYSTEM "##SRCPATH##/hardware/supported/mips.xml">
+ <!ENTITY supported-mips64el.xml SYSTEM "##SRCPATH##/hardware/supported/mips64el.xml">
<!ENTITY supported-mipsel.xml SYSTEM "##SRCPATH##/hardware/supported/mipsel.xml">
<!ENTITY supported-powerpc.xml SYSTEM "##SRCPATH##/hardware/supported/powerpc.xml">
<!ENTITY supported-s390.xml SYSTEM "##SRCPATH##/hardware/supported/s390.xml">