[Armadeus-commitlog] SF.net SVN: armadeus:[1316] trunk/buildroot
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-06-02 14:22:15
|
Revision: 1316
http://armadeus.svn.sourceforge.net/armadeus/?rev=1316&view=rev
Author: artemys
Date: 2009-06-02 14:22:01 +0000 (Tue, 02 Jun 2009)
Log Message:
-----------
[LINUX] Makes inkernel (i.MXL) framebuffer driver the default one for APF27, starting from 2.6.29. Freescale one is kept as an option until inkernel one supports graphic window.
Modified Paths:
--------------
trunk/buildroot/local/apf27_test/linux-2.6.29.config
trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.config
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
Modified: trunk/buildroot/local/apf27_test/linux-2.6.29.config
===================================================================
--- trunk/buildroot/local/apf27_test/linux-2.6.29.config 2009-06-01 23:00:33 UTC (rev 1315)
+++ trunk/buildroot/local/apf27_test/linux-2.6.29.config 2009-06-02 14:22:01 UTC (rev 1316)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29
-# Wed May 13 09:02:28 2009
+# Tue Jun 2 15:41:01 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1091,18 +1091,13 @@
#
# Frame buffer hardware drivers
#
+CONFIG_FB_IMX=y
CONFIG_FB_IMX_SHARP_LQ043_TFT=y
# CONFIG_FB_IMX_MICROTIPS_MTF_T035_TFT is not set
# CONFIG_FB_IMX_SHARP_LQ057_TFT is not set
# CONFIG_FB_IMX_OPTREX_F51900_CSTN is not set
# CONFIG_FB_IMX_MOTOROLA_A910_TFT is not set
-CONFIG_FB_MXC=y
-
-#
-# MXC framebuffer options
-#
-CONFIG_FB_MXC_SYNC_PANEL=y
-# CONFIG_FB_MXC_OVERLAY is not set
+# CONFIG_FB_MXC is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Modified: trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.config
===================================================================
--- trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.config 2009-06-01 23:00:33 UTC (rev 1315)
+++ trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.config 2009-06-02 14:22:01 UTC (rev 1316)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29
-# Wed May 27 19:47:22 2009
+# Tue Jun 2 15:41:01 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1068,7 +1068,7 @@
# Graphics support
#
# CONFIG_VGASTATE is not set
-CONFIG_VIDEO_OUTPUT_CONTROL=y
+# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
@@ -1091,19 +1091,13 @@
#
# Frame buffer hardware drivers
#
-# CONFIG_FB_IMX is not set
+CONFIG_FB_IMX=y
CONFIG_FB_IMX_SHARP_LQ043_TFT=y
# CONFIG_FB_IMX_MICROTIPS_MTF_T035_TFT is not set
# CONFIG_FB_IMX_SHARP_LQ057_TFT is not set
# CONFIG_FB_IMX_OPTREX_F51900_CSTN is not set
# CONFIG_FB_IMX_MOTOROLA_A910_TFT is not set
-CONFIG_FB_MXC=y
-
-#
-# MXC framebuffer options
-#
-CONFIG_FB_MXC_SYNC_PANEL=y
-# CONFIG_FB_MXC_OVERLAY is not set
+# CONFIG_FB_MXC is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch 2009-06-01 23:00:33 UTC (rev 1315)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch 2009-06-02 14:22:01 UTC (rev 1316)
@@ -4,8 +4,8 @@
Index: linux-2.6.29/arch/arm/mach-mx2/apf27.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.29/arch/arm/mach-mx2/apf27.c 2009-05-27 15:46:04.000000000 +0200
-@@ -0,0 +1,1571 @@
++++ linux-2.6.29/arch/arm/mach-mx2/apf27.c 2009-06-02 15:40:48.000000000 +0200
+@@ -0,0 +1,1572 @@
+ /*
+ * apf27.c
+ *
@@ -58,6 +58,7 @@
+#include <mach/mmc.h>
+#ifdef CONFIG_FB_MXC
+#include <mach/imx_fb.h>
++#include <mach/imxfb.h>
+#endif
+#include <mach/mxc_nand.h>
+#include <mach/mxc_ehci.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|