changeset 1359:5536048765fb

Upgrade to 2.6.39 kernel.
author Rob Landley <rob@landley.net>
date Sun, 22 May 2011 06:09:29 -0500
parents 9252453c40d0
children d51e7c7a35a6
files download.sh sources/patches/linux-arm.patch
diffstat 2 files changed, 2 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Sun May 22 04:18:30 2011 -0500
+++ b/download.sh	Sun May 22 06:09:29 2011 -0500
@@ -21,8 +21,8 @@
 # Building a cross compile toolchain requires linux headers, uClibc,
 # binutils, and gcc.
 
-URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2 \
-SHA1=02aade5ad3dedd70739c9b4a05de40edbe432d25 \
+URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.39.tar.bz2 \
+SHA1=68518112821e55f4ac1df64f2e0e809cedfcc5ef \
 #UNSTABLE=http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.32-rc7.tar.bz2 \
 maybe_fork "download || dienow"
 
--- a/sources/patches/linux-arm.patch	Sun May 22 04:18:30 2011 -0500
+++ b/sources/patches/linux-arm.patch	Sun May 22 06:09:29 2011 -0500
@@ -39,24 +39,6 @@
  	help
  	  This is a variant of the ARM920.  It has slightly different
  	  instruction sequences for cache and TLB operations.  Curiously,
-@@ -388,7 +389,7 @@
- 
- # ARMv6
- config CPU_V6
--	bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE
-+	bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE || ARCH_VERSATILE_PB || ARCH_VERSATILE_AB
- 	select CPU_32v6
- 	select CPU_ABRT_EV6
- 	select CPU_PABRT_V6
-@@ -413,7 +414,7 @@
- 
- # ARMv7
- config CPU_V7
--	bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX
-+	bool "Support ARM V7 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_VERSATILE_PB || ARCH_VERSATILE_AB
- 	select CPU_32v6K
- 	select CPU_32v7
- 	select CPU_ABRT_EV7
 diff -ruN linux/arch/arm/mach-versatile/Kconfig linux.bak/arch/arm/mach-versatile/Kconfig
 --- linux/arch/arm/mach-versatile/Kconfig	2011-02-07 18:03:55.000000000 -0600
 +++ linux.bak/arch/arm/mach-versatile/Kconfig	2011-02-09 20:50:14.095413003 -0600