[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-352-g1e42bc2
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2017-10-31 08:36:12
|
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 1e42bc2410e7ce922e1cdb02bec768c28dbf01dd (commit)
from ad1c27b502b04d3808974032a2283eab896c7b20 (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 1e42bc2410e7ce922e1cdb02bec768c28dbf01dd
Author: Sébastien Szymanski <seb...@ar...>
Date: Tue Oct 31 09:43:51 2017 +0100
[UBOOT]: apf28: fix 502 patch to make dtb working again
-----------------------------------------------------------------------
Summary of changes:
patches/u-boot/2017.01/0502-add-APF28.patch | 60 ++++++++++++-----------------
1 file changed, 25 insertions(+), 35 deletions(-)
diff --git a/patches/u-boot/2017.01/0502-add-APF28.patch b/patches/u-boot/2017.01/0502-add-APF28.patch
index 6f3edcb..113de54 100644
--- a/patches/u-boot/2017.01/0502-add-APF28.patch
+++ b/patches/u-boot/2017.01/0502-add-APF28.patch
@@ -24,11 +24,10 @@ Signed-off-by: Philippe Reynes <tr...@ya...>
create mode 100644 board/armadeus/apf28/spl_boot.c
create mode 100644 configs/apf28_defconfig
-diff --git a/board/armadeus/apf28/Kconfig b/board/armadeus/apf28/Kconfig
-new file mode 100644
-index 0000000..4417140
+Index: uboot-2017.01/board/armadeus/apf28/Kconfig
+===================================================================
--- /dev/null
-+++ b/board/armadeus/apf28/Kconfig
++++ uboot-2017.01/board/armadeus/apf28/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_APF28
+
@@ -45,11 +44,10 @@ index 0000000..4417140
+ default "apf28"
+
+endif
-diff --git a/board/armadeus/apf28/MAINTAINERS b/board/armadeus/apf28/MAINTAINERS
-new file mode 100644
-index 0000000..84b52bf
+Index: uboot-2017.01/board/armadeus/apf28/MAINTAINERS
+===================================================================
--- /dev/null
-+++ b/board/armadeus/apf28/MAINTAINERS
++++ uboot-2017.01/board/armadeus/apf28/MAINTAINERS
@@ -0,0 +1,6 @@
+APF28 BOARD
+M: Eric Jarrige <eri...@ar...>
@@ -57,11 +55,10 @@ index 0000000..84b52bf
+F: board/armadeus/apf28/
+F: include/configs/apf28.h
+F: configs/apf28_defconfig
-diff --git a/board/armadeus/apf28/Makefile b/board/armadeus/apf28/Makefile
-new file mode 100644
-index 0000000..b3cd638
+Index: uboot-2017.01/board/armadeus/apf28/Makefile
+===================================================================
--- /dev/null
-+++ b/board/armadeus/apf28/Makefile
++++ uboot-2017.01/board/armadeus/apf28/Makefile
@@ -0,0 +1,13 @@
+#
+# (C) Copyright 2000-2006
@@ -76,11 +73,10 @@ index 0000000..b3cd638
+else
+obj-y := spl_boot.o
+endif
-diff --git a/board/armadeus/apf28/apf28.c b/board/armadeus/apf28/apf28.c
-new file mode 100644
-index 0000000..f2962d7
+Index: uboot-2017.01/board/armadeus/apf28/apf28.c
+===================================================================
--- /dev/null
-+++ b/board/armadeus/apf28/apf28.c
++++ uboot-2017.01/board/armadeus/apf28/apf28.c
@@ -0,0 +1,130 @@
+/*
+ * APF28 motherboard based on DENX M28 module
@@ -212,11 +208,10 @@ index 0000000..f2962d7
+}
+#endif
+#endif
-diff --git a/board/armadeus/apf28/cmd_ocotp.c b/board/armadeus/apf28/cmd_ocotp.c
-new file mode 100644
-index 0000000..c0e8676
+Index: uboot-2017.01/board/armadeus/apf28/cmd_ocotp.c
+===================================================================
--- /dev/null
-+++ b/board/armadeus/apf28/cmd_ocotp.c
++++ uboot-2017.01/board/armadeus/apf28/cmd_ocotp.c
@@ -0,0 +1,252 @@
+/*
+ * Copyright (C) 2012-2015 Eric Jarrige <eri...@ar...>
@@ -470,11 +465,10 @@ index 0000000..c0e8676
+ "ocotp blow <addr> <value> - Blow some fuses\n"
+ "ocotp blow fecmac<n> <0x##:0x##:0x##:0x##:0x##:0x##> "
+ "- Blow fecmac<n> MAC address");
-diff --git a/board/armadeus/apf28/mx28_bcb.c b/board/armadeus/apf28/mx28_bcb.c
-new file mode 100644
-index 0000000..419f590
+Index: uboot-2017.01/board/armadeus/apf28/mx28_bcb.c
+===================================================================
--- /dev/null
-+++ b/board/armadeus/apf28/mx28_bcb.c
++++ uboot-2017.01/board/armadeus/apf28/mx28_bcb.c
@@ -0,0 +1,540 @@
+/*
+ * i.MX28 NANDÂ Boot Control Blocks generator
@@ -1016,11 +1010,10 @@ index 0000000..419f590
+ "mx28 Boot Control Block sub system",
+ "nand.write [Firmware max size] - Update NAND BCB tables\n"
+ " default firmware max size is 1MiB");
-diff --git a/board/armadeus/apf28/spl_boot.c b/board/armadeus/apf28/spl_boot.c
-new file mode 100644
-index 0000000..441bb40
+Index: uboot-2017.01/board/armadeus/apf28/spl_boot.c
+===================================================================
--- /dev/null
-+++ b/board/armadeus/apf28/spl_boot.c
++++ uboot-2017.01/board/armadeus/apf28/spl_boot.c
@@ -0,0 +1,189 @@
+/*
+ * Freescale i.MX28 Boot setup for the APF28 board
@@ -1211,12 +1204,11 @@ index 0000000..441bb40
+
+ mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup));
+}
-diff --git a/configs/apf28_defconfig b/configs/apf28_defconfig
-new file mode 100644
-index 0000000..e6c2b60
+Index: uboot-2017.01/configs/apf28_defconfig
+===================================================================
--- /dev/null
-+++ b/configs/apf28_defconfig
-@@ -0,0 +1,36 @@
++++ uboot-2017.01/configs/apf28_defconfig
+@@ -0,0 +1,37 @@
+CONFIG_ARM=y
+CONFIG_TARGET_APF28=y
+CONFIG_SPL_GPIO_SUPPORT=y
@@ -1254,5 +1246,3 @@ index 0000000..e6c2b60
+CONFIG_USB=y
+CONFIG_USB_STORAGE=y
+CONFIG_OF_LIBFDT=y
---
-2.1.4
hooks/post-receive
--
armadeus
|