[powerpc] Fixed mkvmlinuz support, closes #375645

svn path=/dists/trunk/linux-2.6/; revision=6910
This commit is contained in:
Sven Luther 2006-06-27 12:22:09 +00:00
parent c618859087
commit 08ee3c903e
4 changed files with 10 additions and 7 deletions

3
debian/changelog vendored
View File

@ -9,13 +9,14 @@ linux-2.6 (2.6.17-2) UNRELEASED; urgency=low
[ Sven Luther ]
* [powerpc] Added console=hvc0 default commandline option to powerpc64 flavour.
* [powerpc] Now THERM_PM72 and all WINDFARMs are builtin, for better fan control.
* [powerpc] Fixed mkvmlinuz support, which was missing from -1. (Closes: #375645)
[ Martin Michlmayr ]
* [mipsel] Fix compilation error in dz serial driver.
* [mipsel] Update configs.
* [mipsel] Add a build fix for the Cobalt early console support.
-- Jurij Smakov <jurij@debian.org> Sat, 24 Jun 2006 10:54:59 -0700
-- Sven Luther <luther@debian.org> Tue, 27 Jun 2006 13:52:03 +0200
linux-2.6 (2.6.17-1) unstable; urgency=low

View File

@ -18,16 +18,16 @@
# Upstream status: This patch stays a debian specific patch for now,
# but it is not in a form where it could go upstream.
#
--- linux-2.6.16/arch/powerpc/Makefile.orig 2006-04-12 16:57:16.000000000 +0000
+++ linux-2.6.16/arch/powerpc/Makefile 2006-04-12 16:58:53.000000000 +0000
@@ -148,7 +148,7 @@
--- linux-2.6.17/arch/powerpc/Makefile.orig 2006-04-12 16:57:16.000000000 +0000
+++ linux-2.6.17/arch/powerpc/Makefile 2006-04-12 16:58:53.000000000 +0000
@@ -147,7 +147,7 @@
CPPFLAGS_vmlinux.lds := -Upowerpc
-BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage
+BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage mkvmlinuz_support_install
-BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage vmlinux.bin
+BOOT_TARGETS = zImage zImage.initrd znetboot znetboot.initrd vmlinux.sm uImage vmlinux.bin mkvmlinuz_support_install
.PHONY: $(BOOT_TARGETS)
PHONY += $(BOOT_TARGETS)
--- linux-2.6.16/arch/powerpc/boot/Makefile.orig 2006-04-12 16:40:11.000000000 +0000
+++ linux-2.6.16/arch/powerpc/boot/Makefile 2006-04-12 19:23:06.000000000 +0000

View File

@ -1,2 +1,4 @@
+ serial-dz.patch
+ mips-cobalt-console.patch
+ powerpc-mkvmlinuz-support-ppc.patch
+ powerpc-mkvmlinuz-support-powerpc.patch