[mips/mipsel] Add an image for the Broadcom BCM91480B evaluation board (aka

"BigSur").

svn path=/dists/trunk/linux-2.6/; revision=6198
This commit is contained in:
Martin Michlmayr 2006-03-17 21:31:56 +00:00
parent bc24c34129
commit c4f99e0d9c
5 changed files with 3729 additions and 0 deletions

1859
debian/arch/mips/config.sb1a-bcm91480b vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@ flavours:
r4k-ip22
r5k-ip32
sb1-bcm91250a
sb1a-bcm91480b
kernel-arch: mips
kernel-header-dirs: mips
initrd: no
@ -22,3 +23,7 @@ longclass: SGI IP32 (O2)
class: BCM91250A
longclass: Broadcom BCM91250A (aka SWARM)
[sb1a-bcm91480b]
class: BCM91480B
longclass: Broadcom BCM91480B (aka BigSur)

1858
debian/arch/mipsel/config.sb1a-bcm91480b vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,7 @@
flavours:
r5k-cobalt
sb1-bcm91250a
sb1a-bcm91480b
kernel-arch: mips
kernel-header-dirs: mips
initrd: no
@ -17,3 +18,7 @@ longclass: Cobalt (Qube, RaQ, Qube2, RaQ2)
class: BCM91250A
longclass: Broadcom BCM91250A (aka SWARM)
[sb1a-bcm91480b]
class: BCM91480B
longclass: Broadcom BCM91480B (aka BigSur)

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ linux-2.6 (2.6.15+2.6.16-rc6-0experimental.1) UNRELEASED; urgency=low
* Default to initramfs-tools on arm and armeb.
[ Martin Michlmayr ]
* [mips/mipsel] Add an image for the Broadcom BCM91480B evaluation board
(aka "BigSur").
* [arm, armeb] Enable the netconsole module.
* [mipsel/cobalt] Enable the netconsole module.
* [mips] SB1: Fix interrupt disable hazard (Ralf Baechle).