[Armadeus-commitlog] SF.net SVN: armadeus:[1244] trunk
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-04-30 14:03:04
|
Revision: 1244
http://armadeus.svn.sourceforge.net/armadeus/?rev=1244&view=rev
Author: artemys
Date: 2009-04-30 14:03:03 +0000 (Thu, 30 Apr 2009)
Log Message:
-----------
[BUILDROOT] Makes 2.6.29 kernel selectable (for the hackers ;-) )
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/021-armadeus-apf9328.patch
Added Paths:
-----------
trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/021-armadeus-apf9328.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/021-armadeus-apf9328.patch 2009-04-30 12:58:22 UTC (rev 1243)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/021-armadeus-apf9328.patch 2009-04-30 14:03:03 UTC (rev 1244)
@@ -3,7 +3,7 @@
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.27.13.original/arch/arm/mach-imx/apf9328.c
+++ linux-2.6.27.13.mod/arch/arm/mach-imx/apf9328.c
-@@ -0,0 +1,763 @@
+@@ -0,0 +1,762 @@
+/*
+ * linux/arch/arm/mach-imx/apf9328.c
+ *
@@ -771,7 +771,7 @@
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.27.13.original/arch/arm/mach-imx/apf9328_lcd_config.h
+++ linux-2.6.27.13.mod/arch/arm/mach-imx/apf9328_lcd_config.h
-@@ -0,0 +1,200 @@
+@@ -0,0 +1,193 @@
+/*
+ *
+ * Armadeus LCD configuration file
@@ -841,7 +841,7 @@
+}
+
+
-+static struct imx_fb_platform_data apf9328_fb_info __initdata = {
++static struct imxfb_mach_info apf9328_fb_info __initdata = {
+#ifdef CONFIG_FB_IMX_SHARP_LQ043_TFT
+ .pixclock = 62500,
+ .bpp = 16,
Added: trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff
===================================================================
--- trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff (rev 0)
+++ trunk/patches/074-buildroot-add_2_6_29_kernel_choice.diff 2009-04-30 14:03:03 UTC (rev 1244)
@@ -0,0 +1,38 @@
+--- buildroot/target/linux/Config.in.advanced.org 2009-04-30 15:04:16.000000000 +0200
++++ buildroot/target/linux/Config.in.advanced 2009-04-30 15:11:02.000000000 +0200
+@@ -48,6 +48,7 @@
+
+ config BR2_KERNEL_NEXT_VERSION
+ string
++ default "2.6.29" if BR2_LINUX_2_6_28
+ default "2.6.28" if BR2_LINUX_2_6_27
+ default "2.6.27" if BR2_LINUX_2_6_26
+ default "2.6.26" if BR2_LINUX_2_6_25
+@@ -59,6 +60,7 @@
+
+ config BR2_KERNEL_THIS_VERSION
+ string
++ default "2.6.29" if BR2_LINUX_2_6_29
+ default "2.6.28" if BR2_LINUX_2_6_28
+ default "2.6.27" if BR2_LINUX_2_6_27
+ default "2.6.26" if BR2_LINUX_2_6_26
+@@ -138,11 +140,19 @@
+
+ config BR2_LINUX_2_6_STABLE
+ bool "The latest stable Linux kernel (2.6.26.3)"
++ depends on !BR2_TARGET_ARMADEUS
+ help
+ Linux 2.6.26.3
+
++config BR2_LINUX_2_6_29
++ bool "Linux 2.6.29 (experimental)"
++ select BR2_KERNEL_BASE
++ help
++ Linux 2.6.29
++
+ config BR2_LINUX_2_6_28
+ bool "Linux 2.6.28"
++ depends on !BR2_TARGET_ARMADEUS
+ select BR2_KERNEL_BASE
+ help
+ Linux 2.6.28
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|