add mips images

svn path=/dists/trunk/linux-2.6/; revision=5986
This commit is contained in:
Martin Michlmayr 2006-02-27 23:07:52 +00:00
parent 44862259f9
commit 8d41f2da58
13 changed files with 8090 additions and 6 deletions

6
debian/arch/defines vendored
View File

@ -17,12 +17,6 @@ arches:
image-ramdisk-generators: yaird initramfs-tools
type: kernel-package
[mips]
available: False
[mipsel]
available: False
[image-ramdisk-generators]
yaird: mkinitrd.yaird
initramfs-tools: mkinitramfs

3
debian/arch/mips/Makefile.inc vendored Normal file
View File

@ -0,0 +1,3 @@
#
# Variables
#

0
debian/arch/mips/config vendored Normal file
View File

1361
debian/arch/mips/config.r4k-ip22 vendored Normal file

File diff suppressed because it is too large Load Diff

1483
debian/arch/mips/config.r5k-ip32 vendored Normal file

File diff suppressed because it is too large Load Diff

1814
debian/arch/mips/config.sb1-bcm91250a vendored Normal file

File diff suppressed because it is too large Load Diff

21
debian/arch/mips/defines vendored Normal file
View File

@ -0,0 +1,21 @@
[base]
depends: yaird | initramfs-tools | linux-initramfs-tool
flavours:
r4k-ip22
r5k-ip32
sb1-bcm91250a
kernel-arch: mips
kernel-header-dirs: mips
[r4k-ip22]
class: SGI IP22
longclass: SGI IP22 (Indy, Indigo2)
[r5k-ip32]
class: SGI IP32
longclass: SGI IP32 (O2)
[sb1-bcm91250a]
class: SWARM
longclass: Broadcom BCM91250A (aka SWARM)

3
debian/arch/mipsel/Makefile.inc vendored Normal file
View File

@ -0,0 +1,3 @@
#
# Variables
#

0
debian/arch/mipsel/config vendored Normal file
View File

1565
debian/arch/mipsel/config.r5k-cobalt vendored Normal file

File diff suppressed because it is too large Load Diff

1814
debian/arch/mipsel/config.sb1-bcm91250a vendored Normal file

File diff suppressed because it is too large Load Diff

16
debian/arch/mipsel/defines vendored Normal file
View File

@ -0,0 +1,16 @@
[base]
depends: yaird | initramfs-tools | linux-initramfs-tool
flavours:
r5k-cobalt
sb1-bcm91250a
kernel-arch: mips
kernel-header-dirs: mips
[r5k-cobalt]
class: Cobalt
longclass: Cobalt (Qube, RaQ, Qube2, RaQ2)
[sb1-bcm91250a]
class: SWARM
longclass: Broadcom BCM91250A (aka SWARM)

10
debian/changelog vendored
View File

@ -4,6 +4,16 @@ linux-2.6 (2.6.15+2.6.16-rc5-0experimental.1) experimental; urgency=low
* New upstream release candidate.
[ Martin Michlmayr ]
* Add initial mips/mipsel 2.6 kernels.
* Important changes compared to the 2.4 kernels:
- Drop the XXS1500 flavour since there's little interest in it.
- Drop the LASAT flavour since these machines never went into
production.
- Drop the IP22 R5K (Indy, Indigo2) flavour since the IP22 R4K
image now also works on machines with a R5K CPU.
- Add an image for SGI IP32 (O2).
- Rename the sb1-swarm-bn flavour to sb1-bcm91250a.
- Enable PCI network (and other) modules on Cobalt. Closes: #315895.
* Add various MIPS related patches:
- Fix iomap compilation on machines without PCI.
- Improve gettimeofday on MIPS.