[Armadeus-commitlog] SF.net SVN: armadeus:[1338] trunk/buildroot
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-06-08 16:05:49
|
Revision: 1338
http://armadeus.svn.sourceforge.net/armadeus/?rev=1338&view=rev
Author: artemys
Date: 2009-06-08 16:05:43 +0000 (Mon, 08 Jun 2009)
Log Message:
-----------
[LINUX] Adds a Linux config option to say if the APF27 has an onboard FPGA or not
Modified Paths:
--------------
trunk/buildroot/local/apf27_test/linux-2.6.29.4.config
trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.config
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/282-apf27-armadeus-add_apf27_to_build_system.patch
Modified: trunk/buildroot/local/apf27_test/linux-2.6.29.4.config
===================================================================
--- trunk/buildroot/local/apf27_test/linux-2.6.29.4.config 2009-06-08 15:25:46 UTC (rev 1337)
+++ trunk/buildroot/local/apf27_test/linux-2.6.29.4.config 2009-06-08 16:05:43 UTC (rev 1338)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29.4
-# Wed Jun 3 09:02:33 2009
+# Mon Jun 8 17:22:54 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -185,6 +185,7 @@
# MX2 Platforms
#
CONFIG_MACH_APF27=y
+CONFIG_MACH_APF27_FPGA=y
# CONFIG_MACH_MX27ADS is not set
# CONFIG_MACH_PCM038 is not set
# CONFIG_MXC_IRQ_PRIOR 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-08 15:25:46 UTC (rev 1337)
+++ trunk/buildroot/target/device/armadeus/apf27/apf27-linux-2.6.29.config 2009-06-08 16:05:43 UTC (rev 1338)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29.4
-# Sun Jun 7 16:04:28 2009
+# Mon Jun 8 17:22:54 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -186,6 +186,7 @@
# MX2 Platforms
#
CONFIG_MACH_APF27=y
+CONFIG_MACH_APF27_FPGA=y
# CONFIG_MACH_MX27ADS is not set
# CONFIG_MACH_PCM038 is not set
# CONFIG_MXC_IRQ_PRIOR is not set
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/282-apf27-armadeus-add_apf27_to_build_system.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/282-apf27-armadeus-add_apf27_to_build_system.patch 2009-06-08 15:25:46 UTC (rev 1337)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/282-apf27-armadeus-add_apf27_to_build_system.patch 2009-06-08 16:05:43 UTC (rev 1338)
@@ -1,6 +1,8 @@
---- ref/linux-2.6.27-rc9/arch/arm/mach-mx2/Kconfig 2008-10-14 00:51:57.000000000 +0200
-+++ linux-2.6.27-rc9/arch/arm/mach-mx2/Kconfig 2008-10-10 09:09:36.000000000 +0200
-@@ -10,6 +10,14 @@ config MACH_MX27
+Index: linux-2.6.29.4/arch/arm/mach-mx2/Kconfig
+===================================================================
+--- linux-2.6.29.4.orig/arch/arm/mach-mx2/Kconfig 2009-06-08 16:58:38.000000000 +0200
++++ linux-2.6.29.4/arch/arm/mach-mx2/Kconfig 2009-06-08 17:20:05.000000000 +0200
+@@ -10,6 +10,20 @@
comment "MX2 Platforms"
depends on ARCH_MX2
@@ -9,15 +11,23 @@
+ depends on MACH_MX27
+ select MXC_ULPI
+ help
-+ Include support for APF27 platform. This includes specific
++ Include support for APF27 platform. This includes specific
+ configurations for the module and its peripherals.
+
++config MACH_APF27_FPGA
++ bool "board has a FPGA"
++ depends on MACH_APF27
++ help
++ Select this if your APF27 has an onboard FPGA.
++
config MACH_MX27ADS
bool "MX27ADS platform"
depends on MACH_MX27
---- ref/linux-2.6.27-rc9/arch/arm/mach-mx2/Makefile 2008-10-14 00:51:55.000000000 +0200
-+++ linux-2.6.27-rc9/arch/arm/mach-mx2/Makefile 2008-10-09 09:15:32.000000000 +0200
-@@ -10,6 +10,7 @@ obj-$(CONFIG_MACH_MX27) += cpu_imx27.o
+Index: linux-2.6.29.4/arch/arm/mach-mx2/Makefile
+===================================================================
+--- linux-2.6.29.4.orig/arch/arm/mach-mx2/Makefile 2009-06-08 16:58:37.000000000 +0200
++++ linux-2.6.29.4/arch/arm/mach-mx2/Makefile 2009-06-08 17:16:03.000000000 +0200
+@@ -10,6 +10,7 @@
obj-$(CONFIG_MACH_MX27) += clock_imx27.o
obj-$(CONFIG_CPU_FREQ_IMX27) += cpufreq_imx27.o
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|