~psusi/ubuntu/precise/installation-guide/partitions

« back to all changes in this revision

Viewing changes to da/hardware/supported/mips.xml

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-06-25 10:28:30 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100625102830-nvfcrroep8mvhkeo
Tags: 20100518ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, armel, i386, ia64, powerpc,
    sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document pkgsel/update-policy.
  - Document preseeding user-setup's home directory encryption facility.
  - Improve examples of tasksel/first preseeding to avoid mentioning
    standard, which is installed by default.
  - Document partman-auto-lvm/guided_size.
  - Document scheme for preseeding the use of CC.archive.ubuntu.com
    mirrors.
  - Document pkgsel/updatedb.
  - Document partman/default_filesystem.
  - Document how to override the weak password check.
  - Remove comments about automatic installation methods that have been
    removed from Ubuntu.
  - Remove documentation of
    base-installer/kernel/linux/initramfs-generators; setting this to
    anything other than the default will cause the installer to fail.
* Adjust list of armel architectures for Ubuntu.
* Bump kernelversion to 2.6.35.
* Bump release version and names for Maverick.
* Update Canonical's copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- retain these comments for translator revision tracking -->
2
 
<!-- original version: 22221 untranslated -->
3
 
 
4
 
 
5
 
  <sect2 arch="mips"><title>CPU, Main Boards, and Video Support</title>
6
 
<para>
7
 
 
8
 
Debian on &arch-title; currently supports two subarchitectures:
9
 
 
10
 
<itemizedlist>
11
 
<listitem><para>
12
 
 
13
 
SGI IP22: this platform includes the SGI machines Indy, Indigo 2 and
14
 
Challenge S.  Since these machines are very similar, whenever this document
15
 
refers to the SGI Indy, the Indigo 2 and Challenge S are meant as well.
16
 
 
17
 
</para></listitem>
18
 
<listitem><para>
19
 
 
20
 
Broadcom BCM1250 (SWARM): this is an ATX form factor evaluation board from
21
 
Broadcom based on their SiByte processor family.
22
 
 
23
 
</para></listitem>
24
 
</itemizedlist>
25
 
 
26
 
Complete information regarding supported mips/mipsel machines can be found
27
 
at the <ulink url="&url-linux-mips;">Linux-MIPS homepage</ulink>.  In the
28
 
following, only the systems supported by the Debian installer will be
29
 
covered.  If you are looking for support for other subarchitectures, please
30
 
contact the <ulink url="&url-list-subscribe;">
31
 
debian-&architecture; mailing list</ulink>.
32
 
 
33
 
</para>
34
 
 
35
 
   <sect3><title>CPU</title>
36
 
<para>
37
 
 
38
 
On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400 and R5000
39
 
processors are supported by the Debian installation system on big endian
40
 
MIPS.  The Broadcom BCM1250 evaluation board comes with an SB1250 chip with
41
 
two cores which are supported in SMP mode by this installer.
42
 
 
43
 
</para><para>
44
 
 
45
 
Some MIPS machines can be operated in both big and little endian mode.  For
46
 
little endian MIPS, please read the documentation for the mipsel
47
 
architecture.
48
 
 
49
 
</para>
50
 
   </sect3>
51
 
  </sect2>
52