* Add kernel configuration for qemu's mips/mipsel emulation, thanks to

Aurelien Jarno.

svn path=/dists/trunk/linux-2.6/; revision=7714
This commit is contained in:
Thiemo Seufer 2006-11-08 01:04:48 +00:00
parent bae20e2535
commit 935b7c4e69
7 changed files with 2707 additions and 0 deletions

1340
debian/arch/mips/config.qemu vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,7 @@ flavours:
r5k-ip32
sb1-bcm91250a
sb1a-bcm91480b
qemu
kernel-arch: mips
kernel-header-dirs: mips
@ -26,3 +27,6 @@ longclass: Broadcom BCM91250A (aka SWARM)
class: BCM91480B
longclass: Broadcom BCM91480B (aka BigSur)
[qemu]
class: QEMU
longclass: QEMU virtual machine

1340
debian/arch/mipsel/config.qemu vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,6 +5,7 @@ flavours:
sb1a-bcm91480b
r3k-kn02
r4k-kn04
qemu
kernel-arch: mips
kernel-header-dirs: mips
@ -32,3 +33,6 @@ class: R4x00 based DECstation
longclass: R4x00 based DECstations with KN04 mainboard, such as the DECstation 5000/150, the
Personal DECstation 5000/50 and the DECstation 5000/260
[qemu]
class: QEMU
longclass: QEMU virtual machine

2
debian/changelog vendored
View File

@ -8,6 +8,8 @@ linux-2.6 (2.6.18-5) UNRELEASED; urgency=low
[ Thiemo Seufer ]
* Fix build failure of hugetlbfs (closes: #397139).
* Add kernel configuration for qemu's mips/mipsel emulation, thanks to
Aurelien Jarno.
[ Bastian Blank ]
* Update vserver patch to 2.0.2.2-rc6.

View File

@ -0,0 +1,16 @@
Little endian configuration for qemu, from linux-mips.org, scheduled for
kernel.org.
diff -Nurd linux-2.6.18.orig/arch/mips/Kconfig linux-2.6.18/arch/mips/Kconfig
--- linux-2.6.18.orig/arch/mips/Kconfig 2006-09-20 05:42:06.000000000 +0200
+++ linux-2.6.18/arch/mips/Kconfig 2006-09-27 23:00:12.124563754 +0200
@@ -557,6 +557,7 @@
select SYS_HAS_CPU_MIPS32_R1
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_BIG_ENDIAN
+ select SYS_SUPPORTS_LITTLE_ENDIAN
select ARCH_SPARSEMEM_ENABLE
help
Qemu is a software emulator which among other architectures also

View File

@ -4,3 +4,4 @@
- bugfix/ia64/sal-flush-fix.patch
+ bugfix/ia64/sal-flush-fix-upstream.patch
+ bugfix/alpha/asm-subarchs.patch
+ features/mips/qemu-le-config.patch