[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-54-g02ece5f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-11-19 09:29:31
|
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 02ece5fb22480148efeab7241ee0b7684ea6fda6 (commit)
via ac7a258f35b66ca000e91c4c8975d2b02670e856 (commit)
via 01aa78625af2fa48c062bac12c0167ab7c430f2b (commit)
via 16724813c99104c4c2d33be78ce05a7075bc52dc (commit)
from 9511ad23cdd6f7fe97a42c0151f8cce19895015e (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 02ece5fb22480148efeab7241ee0b7684ea6fda6
Author: Philippe Reynes <tr...@ya...>
Date: Sun Nov 18 12:34:54 2012 +0100
Add support of linux-3.7-rc6
Signed-off-by: Julien Boibessot <jul...@ar...>
commit ac7a258f35b66ca000e91c4c8975d2b02670e856
Author: Philippe Reynes <tr...@ya...>
Date: Thu Nov 15 19:32:13 2012 +0100
update apf27 kernel 3.7 patch to v4
Signed-off-by: Julien Boibessot <jul...@ar...>
commit 01aa78625af2fa48c062bac12c0167ab7c430f2b
Author: Philippe Reynes <tr...@ya...>
Date: Wed Oct 24 18:47:01 2012 +0200
Add device tree file for the armadeus apf27
Signed-off-by: Philippe Reynes <tr...@ya...>
Signed-off-by: Eric Jarrige <eri...@ar...>
Signed-off-by: Julien Boibessot <jul...@ar...>
commit 16724813c99104c4c2d33be78ce05a7075bc52dc
Author: Julien Boibessot <jul...@ar...>
Date: Mon Nov 19 10:13:19 2012 +0100
[LINUX] 3.7: Add (incomplete) minimal APF27Dev support (non DT)
-----------------------------------------------------------------------
Summary of changes:
arch/arm/boot/dts/imx27-apf27.dts | 96 +++
...x-3.7-rc4.config => apf27-linux-3.7-rc6.config} | 0
.../device/armadeus/apf27/apf27-linux-3.7.config | 6 +-
patches/linux/{3.7-rc3 => 3.7-rc6} | 0
...d-device-tree-file-for-the-armadeus-apf27.patch | 19 +-
.../linux/3.7/0200-armadeus-add_apf27_module.patch | 3 +-
.../0201-armadeus-add_apf27dev_baseboard.patch} | 873 +++++---------------
7 files changed, 310 insertions(+), 687 deletions(-)
create mode 100644 arch/arm/boot/dts/imx27-apf27.dts
copy buildroot/target/device/armadeus/apf27/{apf27-linux-3.7-rc4.config => apf27-linux-3.7-rc6.config} (100%)
copy patches/linux/{3.7-rc3 => 3.7-rc6} (100%)
copy patches/linux/{2.6.38/281-apf27-armadeus-add_apf27.c.patch => 3.7/0201-armadeus-add_apf27dev_baseboard.patch} (64%)
diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts
new file mode 100644
index 0000000..b7d11e0
--- /dev/null
+++ b/arch/arm/boot/dts/imx27-apf27.dts
@@ -0,0 +1,96 @@
+/*
+ * Copyright 2012 Philippe Reynes <tr...@ya...>
+ * Copyright 2012 Armadeus Systems <su...@ar...>
+ *
+ * Based on code which is: Copyright 2012 Sascha Hauer, Pengutronix
+ *
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+/dts-v1/;
+/include/ "imx27.dtsi"
+
+/ {
+ model = "Armadeus apf27";
+ compatible = "armadeus,imx27-apf27", "fsl,imx27";
+
+ memory {
+ reg = <0xa0000000 0x04000000>;
+ };
+
+ clocks {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ osc26m {
+ compatible = "fsl,imx-osc26m", "fixed-clock";
+ clock-frequency = <33554432>;
+ };
+ };
+
+ soc {
+ aipi@10000000 {
+ wdog@10002000 {
+ status = "okay";
+ };
+
+ serial@1000a000 {
+ status = "okay";
+ };
+
+ ethernet@1002b000 {
+ status = "okay";
+ };
+
+ };
+
+ nand@d8000000 {
+ status = "okay";
+ nand-bus-width = <16>;
+ nand-ecc-mode = "hw";
+ nand-on-flash-bbt;
+
+ partition@0 {
+ label = "u-boot";
+ reg = <0x0 0x100000>;
+ };
+
+ partition@100000 {
+ label = "env";
+ reg = <0x100000 0x80000>;
+ };
+
+ partition@180000 {
+ label = "env2";
+ reg = <0x180000 0x80000>;
+ };
+
+ partition@200000 {
+ label = "firmware";
+ reg = <0x200000 0x80000>;
+ };
+
+ partition@280000 {
+ label = "dtb";
+ reg = <0x280000 0x80000>;
+ };
+
+ partition@300000 {
+ label = "kernel";
+ reg = <0x300000 0x500000>;
+ };
+
+ partition@800000 {
+ label = "rootfs";
+ reg = <0x800000 0xf800000>;
+ };
+ };
+
+ };
+
+};
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.7-rc4.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.7-rc6.config
similarity index 100%
copy from buildroot/target/device/armadeus/apf27/apf27-linux-3.7-rc4.config
copy to buildroot/target/device/armadeus/apf27/apf27-linux-3.7-rc6.config
diff --git a/buildroot/target/device/armadeus/apf27/apf27-linux-3.7.config b/buildroot/target/device/armadeus/apf27/apf27-linux-3.7.config
index 47eb026..f26f181 100644
--- a/buildroot/target/device/armadeus/apf27/apf27-linux-3.7.config
+++ b/buildroot/target/device/armadeus/apf27/apf27-linux-3.7.config
@@ -19,6 +19,7 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_ARCH_MXC=y
CONFIG_ARCH_IMX_V4_V5=y
CONFIG_MACH_IMX27_DT=y
+CONFIG_MACH_APF27=y
CONFIG_MXC_IRQ_PRIOR=y
CONFIG_MXC_DEBUG_BOARD=y
CONFIG_PREEMPT=y
@@ -161,8 +162,9 @@ CONFIG_SND_PCM_OSS=m
CONFIG_SND_SOC=m
CONFIG_SND_IMX_SOC=m
CONFIG_USB=y
-CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_EHCI_MXC=y
+CONFIG_USB_CHIPIDEA=y
+CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_CHIPIDEA_DEBUG=y
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y
CONFIG_USB_STORAGE=y
diff --git a/patches/linux/3.7-rc3 b/patches/linux/3.7-rc6
similarity index 100%
copy from patches/linux/3.7-rc3
copy to patches/linux/3.7-rc6
diff --git a/patches/linux/3.7/0003-Add-device-tree-file |