summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--debian/archlist7
-rw-r--r--debian/changelog2
-rw-r--r--debian/control64
-rw-r--r--en/hardware/supported/mips64el.xml28
8 files changed, 106 insertions, 31 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">
diff --git a/debian/archlist b/debian/archlist
index 1ae471b2b..7461250e7 100644
--- a/debian/archlist
+++ b/debian/archlist
@@ -11,10 +11,11 @@ armhf ARM
#hppa PA-RISC (hppa)
#ia64 IA-64
mips Mips
+mips64el Mipsel 64
mipsel Mipsel
-powerpc PowerPC
+#powerpc PowerPC
ppc64el PowerPC
s390x S/390
#sparc Sparc
-kfreebsd-i386 kFreeBSD Intel x86
-kfreebsd-amd64 kFreeBSD AMD64
+#kfreebsd-i386 kFreeBSD Intel x86
+#kfreebsd-amd64 kFreeBSD AMD64
diff --git a/debian/changelog b/debian/changelog
index 4ca8cc467..92bbe613f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ installation-guide (20160630) UNRELEASED; urgency=medium
[ Samuel Thibault ]
* Document text frontend shortcuts.
* Document passing option in the x86 UEFI case.
+ * Add mips64el arch.
+ * Comment powerpc and kfreebsd archs.
[ victory ]
* Small fixes.
diff --git a/debian/control b/debian/control
index 51b7e1f58..84a6241da 100644
--- a/debian/control
+++ b/debian/control
@@ -123,26 +123,26 @@ Description: Debian installation guide for i386
# architecture, in a variety of languages.
# .
# A shorter reference, the installation HOWTO, is included in an appendix.
-
-Package: installation-guide-kfreebsd-amd64
-Architecture: all
-Depends: ${misc:Depends}
-Conflicts: installation-guide
-Description: Debian installation guide for kFreeBSD amd64
- This package contains the Debian installation guide for the kFreeBSD kernel
- running on the AMD64 architecture, in a variety of languages.
- .
- A shorter reference, the installation HOWTO, is included in an appendix.
-
-Package: installation-guide-kfreebsd-i386
-Architecture: all
-Depends: ${misc:Depends}
-Conflicts: installation-guide
-Description: Debian installation guide for kFreeBSD i386
- This package contains the Debian installation guide for the kFreeBSD kernel
- running on the Intel x86 architecture, in a variety of languages.
- .
- A shorter reference, the installation HOWTO, is included in an appendix.
+#
+#Package: installation-guide-kfreebsd-amd64
+#Architecture: all
+#Depends: ${misc:Depends}
+#Conflicts: installation-guide
+#Description: Debian installation guide for kFreeBSD amd64
+# This package contains the Debian installation guide for the kFreeBSD kernel
+# running on the AMD64 architecture, in a variety of languages.
+# .
+# A shorter reference, the installation HOWTO, is included in an appendix.
+#
+#Package: installation-guide-kfreebsd-i386
+#Architecture: all
+#Depends: ${misc:Depends}
+#Conflicts: installation-guide
+#Description: Debian installation guide for kFreeBSD i386
+# This package contains the Debian installation guide for the kFreeBSD kernel
+# running on the Intel x86 architecture, in a variety of languages.
+# .
+# A shorter reference, the installation HOWTO, is included in an appendix.
Package: installation-guide-mips
Architecture: all
@@ -154,26 +154,36 @@ Description: Debian installation guide for mips
.
A shorter reference, the installation HOWTO, is included in an appendix.
-Package: installation-guide-mipsel
+Package: installation-guide-mips64el
Architecture: all
Depends: ${misc:Depends}
Conflicts: installation-guide
-Description: Debian installation guide for mipsel
+Description: Debian installation guide for mips64el
This package contains the Debian installation guide for the little-endian
- MIPS architecture, in a variety of languages.
+ 64bit MIPS architecture, in a variety of languages.
.
A shorter reference, the installation HOWTO, is included in an appendix.
-Package: installation-guide-powerpc
+Package: installation-guide-mipsel
Architecture: all
Depends: ${misc:Depends}
Conflicts: installation-guide
-Description: Debian installation guide for powerpc
- This package contains the Debian installation guide for the big-endian
- PowerPC architecture, in a variety of languages.
+Description: Debian installation guide for mipsel
+ This package contains the Debian installation guide for the little-endian
+ MIPS architecture, in a variety of languages.
.
A shorter reference, the installation HOWTO, is included in an appendix.
+#Package: installation-guide-powerpc
+#Architecture: all
+#Depends: ${misc:Depends}
+#Conflicts: installation-guide
+#Description: Debian installation guide for powerpc
+# This package contains the Debian installation guide for the big-endian
+# PowerPC architecture, in a variety of languages.
+# .
+# A shorter reference, the installation HOWTO, is included in an appendix.
+
Package: installation-guide-ppc64el
Architecture: all
Depends: ${misc:Depends}
diff --git a/en/hardware/supported/mips64el.xml b/en/hardware/supported/mips64el.xml
new file mode 100644
index 000000000..ab1cc3804
--- /dev/null
+++ b/en/hardware/supported/mips64el.xml
@@ -0,0 +1,28 @@
+<!-- retain these comments for translator revision tracking -->
+<!-- $Id$ -->
+
+
+ <sect2 arch="mips64el"><title>CPU, Main Boards, and Video Support</title>
+<para>
+
+&debian; on &arch-title; supports the following platforms:
+
+<itemizedlist>
+<listitem><para>
+
+MIPS Malta: this platform is emulated by QEMU and is therefore a nice way
+to test and run &debian; on MIPS if you don't have the hardware.
+
+</para></listitem>
+</itemizedlist>
+
+Complete information regarding supported mips/mipsel machines can be found
+at the <ulink url="&url-linux-mips;">Linux-MIPS homepage</ulink>. In the
+following, only the systems supported by the &debian; installer will be
+covered. If you are looking for support for other subarchitectures, please
+contact the <ulink url="&url-list-subscribe;">
+debian-&arch-listname; mailing list</ulink>.
+
+</para>
+
+ </sect2>