[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-12-g118638a
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2009-07-13 11:32:05
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 118638ae108283a499d3e55a1b979b75f58d76a7 (commit)
from ad8270b7d8d19199db0f21330a263b86ec8aa579 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 118638ae108283a499d3e55a1b979b75f58d76a7
Author: nicolas colombain <nic...@ar...>
Date: Mon Jul 13 13:31:29 2009 +0200
add LW700AT9003
-----------------------------------------------------------------------
Summary of changes:
.../2.6.29/023-armadeus-fblcd-kconfig.patch | 8 +++++++-
.../2.6.29/281-apf27-armadeus-add_apf27.c.patch | 6 ++++--
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/023-armadeus-fblcd-kconfig.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/023-armadeus-fblcd-kconfig.patch
index aca4522..f00aecd 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/023-armadeus-fblcd-kconfig.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/023-armadeus-fblcd-kconfig.patch
@@ -10,7 +10,7 @@ Index: linux-2.6.29.4/drivers/video/Kconfig
config FB_IMX
tristate "Motorola i.MX LCD support"
depends on FB && ARM && ARCH_IMX
-@@ -402,6 +403,42 @@
+@@ -402,6 +403,48 @@
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
@@ -48,6 +48,12 @@ Index: linux-2.6.29.4/drivers/video/Kconfig
+ help
+ Motorola A910 screen, a 1.2" color QVGA, TFT panel.
+ The native resolution is 240x320.
++
++config FB_IMX_CHIMEI_LW700AT9003_TFT
++ bool "LW700AT9003"
++ help
++ Chimei LW700AT9003, a 7" 18 bits, TFT panel.
++ The native resolution is 800x600.
+endchoice
+
config FB_CYBER2000
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
index 6176fe3..b29af1d 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
@@ -5,7 +5,7 @@ Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ linux-2.6.29.4/arch/arm/mach-mx2/apf27.c 2009-06-22 15:19:21.000000000 +0200
-@@ -0,0 +1,1587 @@
+@@ -0,0 +1,1589 @@
+ /*
+ * apf27.c
+ *
@@ -315,7 +315,7 @@ Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
+ .irq = 0
+ },
+#ifdef CONFIG_VIDEO_AD9889
-+ [1] = {
++ [1] = {
+ .type = "ad9889",
+ .flags = 0,
+ .addr = 0x39,
@@ -541,6 +541,8 @@ Index: linux-2.6.29.4/arch/arm/mach-mx2/apf27.c
+ .mode = "Sharp-LQ043",
+# elif CONFIG_FB_IMX_SHARP_LQ057_TFT
+ .mode = "Sharp-LQ057",
++#elif CONFIG_FB_IMX_CHIMEI_LW700AT9003_TFT
++ .mode = "LW700AT9003",
+# endif
+ .init = apf27_fb_init,
+ .exit = apf27_fb_exit,
hooks/post-receive
--
armadeus
|