* [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I)
@ 2015-01-05 10:32 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 01/20] dtc: old SRC_URI died, changing to new working one ting.liu
` (20 more replies)
0 siblings, 21 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
Ting Liu (10):
dtc: old SRC_URI died, changing to new working one
u-boot: upgrade to 2014.07 with revision 659b6a2
t1024: add machine support for t1024qds/rdb
rename t1042rdb -> t1042rdb-pi
t1042rdb: add machine support
t104x: use kernel defconfig corenet_fmanv3_smp_defconfig
hv-cfg: t1042rdb use the same setting with t1040
skmm-ep: update revision to 27156a6
rcw: update revision to 3e89f378
p2020ds: remove as it is not supported now
Zhenhua Luo (10):
linux-qoriq: update revision to 6619b8b
asf: update revision to 16eb472
web-sysmon: update to revision 8d0c6ec
eth-config: update to revision 8040e0b
qemu: update to revision 6ac4597
flib: update to revision 4bd48d4
fmc: update to revision to 4f4a3eb
fmlib: update to revision 661d782
hypervisor: update to revision to 99b04d9
ipc: update to revision c9c92ac
conf/machine/p2020ds.conf | 16 --
conf/machine/t1024qds-64b.conf | 15 ++
conf/machine/t1024qds.conf | 15 ++
conf/machine/t1024rdb-64b.conf | 15 ++
conf/machine/t1024rdb.conf | 15 ++
conf/machine/t1040rdb-64b.conf | 2 +-
conf/machine/t1040rdb.conf | 2 +-
conf/machine/t1042rdb-64b.conf | 11 +-
conf/machine/t1042rdb-pi-64b.conf | 24 +++
conf/machine/t1042rdb-pi.conf | 23 +++
conf/machine/t1042rdb.conf | 10 +-
recipes-bsp/ipc/ipc.inc | 2 +-
recipes-bsp/rcw/rcw_git.bb | 10 +-
...ot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} | 42 ++--
recipes-devtools/qemu/qemu_fslgit.bb | 2 +-
recipes-dpaa/eth-config/eth-config_git.bb | 16 +-
recipes-dpaa/flib/flib_git.bb | 4 +-
recipes-dpaa/fmc/fmc_git.bb | 2 +-
recipes-dpaa/fmlib/fmlib_git.bb | 2 +-
recipes-extended/skmm-ep/skmm-ep_git.bb | 4 +-
recipes-extended/web-sysmon/web-sysmon_git.bb | 20 +-
recipes-kernel/asf/asf_git.bb | 2 +-
.../linux/files/configure-T1040-for-FMAN-V3L.patch | 217 ---------------------
.../files/modify-defconfig-t1040-nr-cpus.patch | 16 +-
...emove-Altivec-from-T1040-64-bit-defconfig.patch | 27 ---
recipes-kernel/linux/linux-qoriq_3.12.bb | 4 +-
recipes-virtualization/hv-cfg/hv-cfg_git.bb | 6 +
.../hypervisor/hypervisor_git.bb | 6 +-
28 files changed, 189 insertions(+), 341 deletions(-)
delete mode 100644 conf/machine/p2020ds.conf
create mode 100644 conf/machine/t1024qds-64b.conf
create mode 100644 conf/machine/t1024qds.conf
create mode 100644 conf/machine/t1024rdb-64b.conf
create mode 100644 conf/machine/t1024rdb.conf
create mode 100644 conf/machine/t1042rdb-pi-64b.conf
create mode 100644 conf/machine/t1042rdb-pi.conf
rename recipes-bsp/u-boot/{u-boot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} (78%)
delete mode 100644 recipes-kernel/linux/files/configure-T1040-for-FMAN-V3L.patch
delete mode 100644 recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch
--
1.9.1
^ permalink raw reply [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 01/20] dtc: old SRC_URI died, changing to new working one
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 02/20] linux-qoriq: update revision to 6619b8b ting.liu
` (19 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
recipes-virtualization/hypervisor/hypervisor_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
index c2a5d2c..fb76c7a 100644
--- a/recipes-virtualization/hypervisor/hypervisor_git.bb
+++ b/recipes-virtualization/hypervisor/hypervisor_git.bb
@@ -14,7 +14,7 @@ SRC_URI = " \
git://git.freescale.com/ppc/sdk/hypervisor/hypervisor.git;name=hypervisor;nobranch=1 \
git://git.freescale.com/ppc/sdk/hypervisor/kconfig.git;name=kconfig;destsuffix=git/kconfig;nobranch=1 \
git://git.freescale.com/ppc/sdk/hypervisor/libos.git;name=libos;destsuffix=git/libos;nobranch=1 \
- git://www.jdl.com/software/dtc.git;name=dtc;destsuffix=dtc \
+ git://git.kernel.org/pub/scm/utils/dtc/dtc.git;name=dtc;destsuffix=dtc \
git://git.freescale.com/ppc/sdk/hypertrk.git;name=hypertrk;destsuffix=git/hypertrk;nobranch=1 \
file://81-fsl-embedded-hv.rules \
"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 02/20] linux-qoriq: update revision to 6619b8b
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 01/20] dtc: old SRC_URI died, changing to new working one ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 03/20] u-boot: upgrade to 2014.07 with revision 659b6a2 ting.liu
` (18 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This update to fsl sdk v1.7 release.
For detailed changes, see:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/
Remove the patches which were applied in the repository.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
.../linux/files/configure-T1040-for-FMAN-V3L.patch | 217 ---------------------
.../files/modify-defconfig-t1040-nr-cpus.patch | 16 +-
...emove-Altivec-from-T1040-64-bit-defconfig.patch | 27 ---
recipes-kernel/linux/linux-qoriq_3.12.bb | 4 +-
4 files changed, 9 insertions(+), 255 deletions(-)
delete mode 100644 recipes-kernel/linux/files/configure-T1040-for-FMAN-V3L.patch
delete mode 100644 recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch
diff --git a/recipes-kernel/linux/files/configure-T1040-for-FMAN-V3L.patch b/recipes-kernel/linux/files/configure-T1040-for-FMAN-V3L.patch
deleted file mode 100644
index 9c7ab2a..0000000
--- a/recipes-kernel/linux/files/configure-T1040-for-FMAN-V3L.patch
+++ /dev/null
@@ -1,217 +0,0 @@
-From acbdc62578c0cde48847a306a0d02a26d3a9ea8a Mon Sep 17 00:00:00 2001
-From: Bob Cochran <yocto@mindchasers.com>
-Date: Fri, 31 Oct 2014 22:50:19 -0400
-Subject: [meta-fsl-ppc][PATCH] linux-qoriq: Configure T1040 for FMAN V3L
-
-Although the flag existed in Kconfig for FMAN_V3L, it was not set by
-default. Also, the T1040 and FMAN V3L only support four O/H ports, so remove
-the last two from the DTS files. Otherwise, MAJOR FM Errors will be
-reported during FMAN probing / init.
-
-Signed-off-by: Bob Cochran <yocto@mindchasers.com>
----
- arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi | 138 ++++++++++++++++++++++++
- arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 10 +-
- arch/powerpc/configs/t1040_32bit_smp_defconfig | 1 +
- arch/powerpc/configs/t1040_64bit_smp_defconfig | 1 +
- 4 files changed, 141 insertions(+), 9 deletions(-)
- create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
-
-diff --git a/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
-new file mode 100644
-index 0000000..b4f6cd6
---- /dev/null
-+++ b/arch/powerpc/boot/dts/fsl/qoriq-fman3l-0.dtsi
-@@ -0,0 +1,138 @@
-+/*
-+ * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ]
-+ *
-+ * Copyright 2012 Freescale Semiconductor Inc.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions are met:
-+ * * Redistributions of source code must retain the above copyright
-+ * notice, this list of conditions and the following disclaimer.
-+ * * Redistributions in binary form must reproduce the above copyright
-+ * notice, this list of conditions and the following disclaimer in the
-+ * documentation and/or other materials provided with the distribution.
-+ * * Neither the name of Freescale Semiconductor nor the
-+ * names of its contributors may be used to endorse or promote products
-+ * derived from this software without specific prior written permission.
-+ *
-+ *
-+ * ALTERNATIVELY, this software may be distributed under the terms of the
-+ * GNU General Public License ("GPL") as published by the Free Software
-+ * Foundation, either version 2 of that License or (at your option) any
-+ * later version.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
-+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-+ * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
-+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+
-+fman0: fman@400000 {
-+ #address-cells = <1>;
-+ #size-cells = <1>;
-+ cell-index = <0>;
-+ compatible = "fsl,fman", "simple-bus";
-+ ranges = <0 0x400000 0x100000>;
-+ reg = <0x400000 0x100000>;
-+ clock-frequency = <0>;
-+ interrupts = <
-+ 96 2 0 0
-+ 16 2 1 1>;
-+
-+ cc {
-+ compatible = "fsl,fman-cc";
-+ };
-+
-+ muram@0 {
-+ compatible = "fsl,fman-muram";
-+ reg = <0x0 0x60000>;
-+ };
-+
-+ bmi@80000 {
-+ compatible = "fsl,fman-bmi";
-+ reg = <0x80000 0x400>;
-+ };
-+
-+ qmi@80400 {
-+ compatible = "fsl,fman-qmi";
-+ reg = <0x80400 0x400>;
-+ };
-+
-+ fman0_oh1: port@82000 {
-+ cell-index = <0>;
-+ compatible = "fsl,fman-port-oh";
-+ reg = <0x82000 0x1000>;
-+ };
-+
-+ fman0_oh2: port@83000 {
-+ cell-index = <1>;
-+ compatible = "fsl,fman-port-oh";
-+ reg = <0x83000 0x1000>;
-+ };
-+
-+ fman0_oh3: port@84000 {
-+ cell-index = <2>;
-+ compatible = "fsl,fman-port-oh";
-+ reg = <0x84000 0x1000>;
-+ };
-+
-+ fman0_oh4: port@85000 {
-+ cell-index = <3>;
-+ compatible = "fsl,fman-port-oh";
-+ reg = <0x85000 0x1000>;
-+ };
-+
-+ policer@c0000 {
-+ compatible = "fsl,fman-policer";
-+ reg = <0xc0000 0x1000>;
-+ };
-+
-+ keygen@c1000 {
-+ compatible = "fsl,fman-keygen";
-+ reg = <0xc1000 0x1000>;
-+ };
-+
-+ dma@c2000 {
-+ compatible = "fsl,fman-dma";
-+ reg = <0xc2000 0x1000>;
-+ };
-+
-+ fpm@c3000 {
-+ compatible = "fsl,fman-fpm";
-+ reg = <0xc3000 0x1000>;
-+ };
-+
-+ parser@c7000 {
-+ compatible = "fsl,fman-parser";
-+ reg = <0xc7000 0x1000>;
-+ };
-+
-+ vsps@dc000 {
-+ compatible = "fsl,fman-vsps";
-+ reg = <0xdc000 0x1000>;
-+ };
-+
-+ mdio@fc000 {
-+ #address-cells = <1>;
-+ #size-cells = <0>;
-+ compatible = "fsl,fman-memac-mdio";
-+ reg = <0xfc000 0x1000>;
-+ };
-+
-+ mdio@fd000 {
-+ #address-cells = <1>;
-+ #size-cells = <0>;
-+ compatible = "fsl,fman-memac-mdio";
-+ reg = <0xfd000 0x1000>;
-+ };
-+
-+ ptp_timer0: rtc@fe000 {
-+ compatible = "fsl,fman-rtc";
-+ reg = <0xfe000 0x1000>;
-+ };
-+};
-diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
-index 75d7462..d391471 100644
---- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
-+++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
-@@ -584,7 +584,7 @@ sata@221000 {
- /include/ "qoriq-pme-0.dtsi"
- /include/ "qoriq-qman1.dtsi"
- /include/ "qoriq-bman1.dtsi"
--/include/ "qoriq-fman3-0.dtsi"
-+/include/ "qoriq-fman3l-0.dtsi"
- /include/ "qoriq-fman3-0-1g-0.dtsi"
- /include/ "qoriq-fman3-0-1g-1.dtsi"
- /include/ "qoriq-fman3-0-1g-2.dtsi"
-@@ -627,14 +627,6 @@ sata@221000 {
- port@85000 {
- fsl,qman-channel-id = <0x80c>;
- };
-- /* offline - 5 */
-- port@86000 {
-- fsl,qman-channel-id = <0x80d>;
-- };
-- /* offline - 6 */
-- port@87000 {
-- fsl,qman-channel-id = <0x80e>;
-- };
- mdio@fd000 {
- status = "disabled";
- };
-diff --git a/arch/powerpc/configs/t1040_32bit_smp_defconfig b/arch/powerpc/configs/t1040_32bit_smp_defconfig
-index a401e7c..43bf3c78 100644
---- a/arch/powerpc/configs/t1040_32bit_smp_defconfig
-+++ b/arch/powerpc/configs/t1040_32bit_smp_defconfig
-@@ -105,6 +105,7 @@ CONFIG_NETDEVICES=y
- CONFIG_FSL_PQ_MDIO=y
- CONFIG_FSL_XGMAC_MDIO=y
- CONFIG_FMAN_T4240=y
-+CONFIG_FMAN_V3L=y
- CONFIG_FSL_DPAA_ETH=y
- CONFIG_E1000=y
- CONFIG_E1000E=y
-diff --git a/arch/powerpc/configs/t1040_64bit_smp_defconfig b/arch/powerpc/configs/t1040_64bit_smp_defconfig
-index c2005f2..99c05a5 100644
---- a/arch/powerpc/configs/t1040_64bit_smp_defconfig
-+++ b/arch/powerpc/configs/t1040_64bit_smp_defconfig
-@@ -111,6 +111,7 @@ CONFIG_DUMMY=y
- CONFIG_FSL_PQ_MDIO=y
- CONFIG_FSL_XGMAC_MDIO=y
- CONFIG_FMAN_T4240=y
-+CONFIG_FMAN_V3L=y
- CONFIG_FSL_DPAA_ETH=y
- CONFIG_E1000E=y
- CONFIG_VITESSE_PHY=y
---
-1.7.9.5
diff --git a/recipes-kernel/linux/files/modify-defconfig-t1040-nr-cpus.patch b/recipes-kernel/linux/files/modify-defconfig-t1040-nr-cpus.patch
index 7b4b39c..635c2bb 100644
--- a/recipes-kernel/linux/files/modify-defconfig-t1040-nr-cpus.patch
+++ b/recipes-kernel/linux/files/modify-defconfig-t1040-nr-cpus.patch
@@ -14,14 +14,14 @@ This has been tested on t1040rdb-64b. .
Signed-off-by: Bob Cochran <yocto@mindchasers.com>
---
- arch/powerpc/configs/t1040_32bit_smp_defconfig | 2 +-
- arch/powerpc/configs/t1040_64bit_smp_defconfig | 2 +-
+ arch/powerpc/configs/corenet32_fmanv3_smp_defconfig | 2 +-
+ arch/powerpc/configs/corenet64_fmanv3_smp_defconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-diff --git a/arch/powerpc/configs/t1040_32bit_smp_defconfig b/arch/powerpc/configs/t1040_32bit_smp_defconfig
+diff --git a/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig b/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig
index a401e7c..5542248 100644
---- a/arch/powerpc/configs/t1040_32bit_smp_defconfig
-+++ b/arch/powerpc/configs/t1040_32bit_smp_defconfig
+--- a/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig
++++ b/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig
@@ -1,6 +1,6 @@
CONFIG_PPC_85xx=y
CONFIG_SMP=y
@@ -30,10 +30,10 @@ index a401e7c..5542248 100644
CONFIG_EXPERIMENTAL=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
-diff --git a/arch/powerpc/configs/t1040_64bit_smp_defconfig b/arch/powerpc/configs/t1040_64bit_smp_defconfig
+diff --git a/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig b/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig
index 1b987d9..bc0dacf 100644
---- a/arch/powerpc/configs/t1040_64bit_smp_defconfig
-+++ b/arch/powerpc/configs/t1040_64bit_smp_defconfig
+--- a/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig
++++ b/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig
@@ -2,7 +2,7 @@ CONFIG_PPC64=y
CONFIG_PPC_BOOK3E_64=y
CONFIG_ALTIVEC=y
diff --git a/recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch b/recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch
deleted file mode 100644
index e6cc881..0000000
--- a/recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e018761d719e41e3bf108cafafcb5138527752e2 Mon Sep 17 00:00:00 2001
-From: Bob Cochran <yocto@mindchasers.com>
-Date: Fri, 31 Oct 2014 16:49:57 -0400
-Subject: [meta-fsl-ppc][PATCH] linux-qoriq: Remove Altivec from T1040 64-bit defconfig
-
-T1040 uses an E5500 processor, and E5500 doesn't have an Altivec unit
-
-Signed-off-by: Bob Cochran <yocto@mindchasers.com>
----
- arch/powerpc/configs/t1040_64bit_smp_defconfig | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/arch/powerpc/configs/t1040_64bit_smp_defconfig b/arch/powerpc/configs/t1040_64bit_smp_defconfig
-index 1b987d9..c2005f2 100644
---- a/arch/powerpc/configs/t1040_64bit_smp_defconfig
-+++ b/arch/powerpc/configs/t1040_64bit_smp_defconfig
-@@ -1,6 +1,6 @@
- CONFIG_PPC64=y
- CONFIG_PPC_BOOK3E_64=y
--CONFIG_ALTIVEC=y
-+# CONFIG_ALTIVEC is not set
- CONFIG_SMP=y
- CONFIG_NR_CPUS=24
- CONFIG_SYSVIPC=y
---
-1.7.9.5
-
diff --git a/recipes-kernel/linux/linux-qoriq_3.12.bb b/recipes-kernel/linux/linux-qoriq_3.12.bb
index 5f9bc17..a590231 100644
--- a/recipes-kernel/linux/linux-qoriq_3.12.bb
+++ b/recipes-kernel/linux/linux-qoriq_3.12.bb
@@ -5,9 +5,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
file://Fix-for-CVE-2014-5045-fs-umount-on-symlink-leak.patch \
file://Fix-CVE-2014-5077-sctp-inherit-auth-capable-on-INIT-collisions.patch \
file://Fix-CVE-2014-5471_CVE-2014-5472.patch \
- file://remove-Altivec-from-T1040-64-bit-defconfig.patch \
- file://configure-T1040-for-FMAN-V3L.patch \
file://modify-defconfig-t1040-nr-cpus.patch \
"
-SRCREV = "c29fe1a733308cbe592b3af054a97be1b91cf2dd"
+SRCREV = "6619b8b55796cdf0cec04b66a71288edd3057229"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 03/20] u-boot: upgrade to 2014.07 with revision 659b6a2
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 01/20] dtc: old SRC_URI died, changing to new working one ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 02/20] linux-qoriq: update revision to 6619b8b ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 04/20] t1024: add machine support for t1024qds/rdb ting.liu
` (17 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
This updates u-boot to sdk v1.7 release which was based
on 2014.07. For detailed changes, see:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/u-boot.git/
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
...ot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} | 42 ++++++++++++++--------
1 file changed, 28 insertions(+), 14 deletions(-)
rename recipes-bsp/u-boot/{u-boot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} (78%)
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2014.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb
similarity index 78%
rename from recipes-bsp/u-boot/u-boot-qoriq_2014.01.bb
rename to recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb
index e16438f..4a1b908 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2014.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb
@@ -11,14 +11,14 @@ LIC_FILES_CHKSUM = " \
file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
"
-PV = "2014.01+fslgit"
+PV = "2014.07+fslgit"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = "boot-format-native libgcc ${@base_contains('TCMODE', 'external-fsl', '', 'virtual/${TARGET_PREFIX}gcc', d)}"
inherit deploy
SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;nobranch=1"
-SRCREV = "fe1d4f5739e752ad45ada6227a9fb19590af7194"
+SRCREV = "659b6a23a8b1f3026200bc6352dbacef53f4dcb1"
python () {
if d.getVar("TCMODE", True) == "external-fsl":
@@ -77,7 +77,7 @@ do_compile () {
fi
oe_runmake O=${board} distclean
- oe_runmake O=${board} ${board}
+ oe_runmake O=${board} ${board}_config
oe_runmake O=${board} all
case "${board}" in
@@ -89,29 +89,43 @@ do_compile () {
esac
# deal with sd/spi/nand/srio image
- UBOOT_SOURCE=u-boot
- if [ "x${UBOOT_TARGET}" != "x" ]; then
- # some boards' nand image was named as u-boot-with-spl
+ UBOOT_SOURCE=u-boot.bin
+ if [ "x${UBOOT_TARGET}" != "x" ] && echo $board |egrep -qi "SECBOOT|SECURE"; then
+ cp ${S}/${board}/${UBOOT_SOURCE} ${S}/${board}/${UBOOT_TARGET}.bin
+ elif [ "x${UBOOT_TARGET}" != "x" ]; then
+ # some boards' final binary was not named as u-boot.bin
if [ "${UBOOT_TARGET}" = "u-boot-nand" ];then
- if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS|BSC913|C293)";then
- UBOOT_SOURCE=u-boot-with-spl
+ if echo $board |egrep -q "^(BSC|C29|P10|P2020RDB)";then
+ UBOOT_SOURCE=u-boot-with-spl.bin
+ elif echo $board |egrep -q "^(B4|T1|T2|T4)";then
+ UBOOT_SOURCE=u-boot-with-spl-pbl.bin
+ elif echo $board |egrep -q "^(P2041|P3|P4|P5)";then
+ UBOOT_SOURCE=u-boot.pbl
fi
elif [ "${UBOOT_TARGET}" = "u-boot-spi" ];then
- if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
- UBOOT_SOURCE=u-boot-with-spl
+ if echo $board |egrep -q "^(P10|P2020RDB)";then
+ UBOOT_SOURCE=u-boot-with-spl.bin
+ elif echo $board |egrep -q "^(T1|T2)";then
+ UBOOT_SOURCE=u-boot-with-spl-pbl.bin
+ elif echo $board |egrep -q "^(B4|P2041|P3|P4|P5|T4)";then
+ UBOOT_SOURCE=u-boot.pbl
fi
elif [ "${UBOOT_TARGET}" = "u-boot-sd" ];then
- if echo $board |egrep -q "(P1010RDB|P1020RDB|P1021RDB|P2020RDB|P1022DS)";then
- UBOOT_SOURCE=u-boot-with-spl
+ if echo $board |egrep -q "^(P10|P2020RDB)";then
+ UBOOT_SOURCE=u-boot-with-spl.bin
+ elif echo $board |egrep -q "^(B4|T1|T2|T4)";then
+ UBOOT_SOURCE=u-boot-with-spl-pbl.bin
+ elif echo $board |egrep -q "^(P2041|P3|P4|P5)";then
+ UBOOT_SOURCE=u-boot.pbl
fi
fi
- cp ${S}/${board}/${UBOOT_SOURCE}.bin ${S}/${board}/${UBOOT_TARGET}.bin
+ cp ${S}/${board}/${UBOOT_SOURCE} ${S}/${board}/${UBOOT_TARGET}.bin
# use boot-format to regenerate spi image if BOOTFORMAT_CONFIG is not empty
if [ "${UBOOT_TARGET}" = "u-boot-spi" ] && [ -n "${BOOTFORMAT_CONFIG}" ];then
${STAGING_BINDIR_NATIVE}/boot_format \
${STAGING_DATADIR_NATIVE}/boot_format/${BOOTFORMAT_CONFIG} \
- ${S}/${board}/${UBOOT_SOURCE}.bin -spi ${S}/${board}/${UBOOT_TARGET}.bin
+ ${S}/${board}/${UBOOT_SOURCE} -spi ${S}/${board}/${UBOOT_TARGET}.bin
fi
fi
done
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 04/20] t1024: add machine support for t1024qds/rdb
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (2 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 03/20] u-boot: upgrade to 2014.07 with revision 659b6a2 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:55 ` Otavio Salvador
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 05/20] rename t1042rdb -> t1042rdb-pi ting.liu
` (16 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
conf/machine/t1024qds-64b.conf | 15 +++++++++++++++
conf/machine/t1024qds.conf | 15 +++++++++++++++
conf/machine/t1024rdb-64b.conf | 15 +++++++++++++++
conf/machine/t1024rdb.conf | 15 +++++++++++++++
4 files changed, 60 insertions(+)
create mode 100644 conf/machine/t1024qds-64b.conf
create mode 100644 conf/machine/t1024qds.conf
create mode 100644 conf/machine/t1024rdb-64b.conf
create mode 100644 conf/machine/t1024rdb.conf
diff --git a/conf/machine/t1024qds-64b.conf b/conf/machine/t1024qds-64b.conf
new file mode 100644
index 0000000..81d5763
--- /dev/null
+++ b/conf/machine/t1024qds-64b.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1024QDS
+#@SOC: t1024
+#@DESCRIPTION: Machine configuration for running T1024QDS in 64-bit mode
+#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
+
+require conf/machine/include/e5500-64b.inc
+
+SOC_FAMILY = "t1:t1024"
+UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
+KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
diff --git a/conf/machine/t1024qds.conf b/conf/machine/t1024qds.conf
new file mode 100644
index 0000000..3e5cac1
--- /dev/null
+++ b/conf/machine/t1024qds.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1024QDS
+#@SOC: t1024
+#@DESCRIPTION: Machine configuration for running T1024QDS in 32-bit mode
+#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
+
+require conf/machine/include/e5500.inc
+
+SOC_FAMILY = "t1:t1024"
+UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
+KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
new file mode 100644
index 0000000..c40bba8
--- /dev/null
+++ b/conf/machine/t1024rdb-64b.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1024RDB
+#@SOC: t1024
+#@DESCRIPTION: Machine configuration for running T1024RDB in 64-bit mode
+#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
+
+require conf/machine/include/e5500-64b.inc
+
+SOC_FAMILY = "t1:t1024"
+UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH T1024RDB_SECURE_BOOT"
+KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
new file mode 100644
index 0000000..82a0400
--- /dev/null
+++ b/conf/machine/t1024rdb.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1024RDB
+#@SOC: t1024
+#@DESCRIPTION: Machine configuration for running T1024RDB in 32-bit mode
+#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
+
+require conf/machine/include/e5500.inc
+
+SOC_FAMILY = "t1:t1024"
+UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH T1024RDB_SECURE_BOOT"
+KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 05/20] rename t1042rdb -> t1042rdb-pi
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (3 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 04/20] t1024: add machine support for t1024qds/rdb ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 06/20] t1042rdb: add machine support ting.liu
` (15 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
Current configuration of t1042rdb was targeted for
printing market, rename it to t1042rdb-pi.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
conf/machine/{t1042rdb-64b.conf => t1042rdb-pi-64b.conf} | 4 ++--
conf/machine/{t1042rdb.conf => t1042rdb-pi.conf} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename conf/machine/{t1042rdb-64b.conf => t1042rdb-pi-64b.conf} (82%)
rename conf/machine/{t1042rdb.conf => t1042rdb-pi.conf} (82%)
diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-pi-64b.conf
similarity index 82%
rename from conf/machine/t1042rdb-64b.conf
rename to conf/machine/t1042rdb-pi-64b.conf
index c3f7838..6ec3436 100644
--- a/conf/machine/t1042rdb-64b.conf
+++ b/conf/machine/t1042rdb-pi-64b.conf
@@ -1,7 +1,7 @@
#@TYPE: Machine
-#@NAME: Freescale T1042RDB
+#@NAME: Freescale T1042RDB-PI
#@SOC: t1042
-#@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode
+#@DESCRIPTION: Machine configuration for running T1042RDB-PI in 64-bit mode
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
require conf/machine/include/e5500-64b.inc
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb-pi.conf
similarity index 82%
rename from conf/machine/t1042rdb.conf
rename to conf/machine/t1042rdb-pi.conf
index feb5049..fdd4d73 100644
--- a/conf/machine/t1042rdb.conf
+++ b/conf/machine/t1042rdb-pi.conf
@@ -1,7 +1,7 @@
#@TYPE: Machine
-#@NAME: Freescale T1042RDB
+#@NAME: Freescale T1042RDB-PI
#@SOC: t1042
-#@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode
+#@DESCRIPTION: Machine configuration for running T1042RDB-PI in 32-bit mode
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
require conf/machine/include/e5500.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 06/20] t1042rdb: add machine support
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (4 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 05/20] rename t1042rdb -> t1042rdb-pi ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 07/20] t104x: use kernel defconfig corenet_fmanv3_smp_defconfig ting.liu
` (14 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
This is a board with t1042rdb u-boot/rcw/dtb, the others
are the same wtih t1040rdb
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
conf/machine/t1042rdb-64b.conf | 15 +++++++++++++++
conf/machine/t1042rdb.conf | 15 +++++++++++++++
2 files changed, 30 insertions(+)
create mode 100644 conf/machine/t1042rdb-64b.conf
create mode 100644 conf/machine/t1042rdb.conf
diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-64b.conf
new file mode 100644
index 0000000..cd01bc4
--- /dev/null
+++ b/conf/machine/t1042rdb-64b.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1042RDB
+#@SOC: t1042
+#@DESCRIPTION: Machine configuration for running T1042RDB in 64-bit mode
+#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
+
+require conf/machine/include/e5500-64b.inc
+
+SOC_FAMILY = "t1:t1042"
+UBOOT_MACHINES ?= "T1042RDB_PI"
+KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf
new file mode 100644
index 0000000..40ba9f3
--- /dev/null
+++ b/conf/machine/t1042rdb.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: Freescale T1042RDB
+#@SOC: t1042
+#@DESCRIPTION: Machine configuration for running T1042RDB in 32-bit mode
+#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
+
+require conf/machine/include/e5500.inc
+
+SOC_FAMILY = "t1:t1042"
+UBOOT_MACHINES ?= "T1042RDB_PI"
+KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 07/20] t104x: use kernel defconfig corenet_fmanv3_smp_defconfig
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (5 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 06/20] t1042rdb: add machine support ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 08/20] hv-cfg: t1042rdb use the same setting with t1040 ting.liu
` (13 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
The defconfig in kernel source was renamed.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
conf/machine/t1040rdb-64b.conf | 2 +-
conf/machine/t1040rdb.conf | 2 +-
conf/machine/t1042rdb-64b.conf | 2 +-
conf/machine/t1042rdb-pi-64b.conf | 2 +-
conf/machine/t1042rdb-pi.conf | 2 +-
conf/machine/t1042rdb.conf | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/conf/machine/t1040rdb-64b.conf b/conf/machine/t1040rdb-64b.conf
index 603bc30..7e52b72 100644
--- a/conf/machine/t1040rdb-64b.conf
+++ b/conf/machine/t1040rdb-64b.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500-64b.inc
SOC_FAMILY = "t1:t1040"
UBOOT_MACHINES ?= "T1040RDB"
KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t1040rdb.conf b/conf/machine/t1040rdb.conf
index eaac98f..d108819 100644
--- a/conf/machine/t1040rdb.conf
+++ b/conf/machine/t1040rdb.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500.inc
SOC_FAMILY = "t1:t1040"
UBOOT_MACHINES ?= "T1040RDB"
KERNEL_DEVICETREE ?= "t1040rdb.dtb t1040rdb-usdpaa.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t1042rdb-64b.conf b/conf/machine/t1042rdb-64b.conf
index cd01bc4..23c4a0f 100644
--- a/conf/machine/t1042rdb-64b.conf
+++ b/conf/machine/t1042rdb-64b.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500-64b.inc
SOC_FAMILY = "t1:t1042"
UBOOT_MACHINES ?= "T1042RDB_PI"
KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t1042rdb-pi-64b.conf b/conf/machine/t1042rdb-pi-64b.conf
index 6ec3436..1b0adea 100644
--- a/conf/machine/t1042rdb-pi-64b.conf
+++ b/conf/machine/t1042rdb-pi-64b.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500-64b.inc
SOC_FAMILY = "t1:t1042"
UBOOT_MACHINES ?= "T1042RDB_PI"
KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_64bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t1042rdb-pi.conf b/conf/machine/t1042rdb-pi.conf
index fdd4d73..7a529c3 100644
--- a/conf/machine/t1042rdb-pi.conf
+++ b/conf/machine/t1042rdb-pi.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500.inc
SOC_FAMILY = "t1:t1042"
UBOOT_MACHINES ?= "T1042RDB_PI"
KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
diff --git a/conf/machine/t1042rdb.conf b/conf/machine/t1042rdb.conf
index 40ba9f3..e10065b 100644
--- a/conf/machine/t1042rdb.conf
+++ b/conf/machine/t1042rdb.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e5500.inc
SOC_FAMILY = "t1:t1042"
UBOOT_MACHINES ?= "T1042RDB_PI"
KERNEL_DEVICETREE ?= "t1042rdb_pi.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/t1040_32bit_smp_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
JFFS2_ERASEBLOCK = "0x10000"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 08/20] hv-cfg: t1042rdb use the same setting with t1040
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (6 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 07/20] t104x: use kernel defconfig corenet_fmanv3_smp_defconfig ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 09/20] skmm-ep: update revision to 27156a6 ting.liu
` (12 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
As previous t1042rdb was renamed to t1042rdb-pi and the new t1042rdb
keep the same with t1040rdb except rcw/u-boot/dtb, update hv-cfg to
follow this.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
recipes-virtualization/hv-cfg/hv-cfg_git.bb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/recipes-virtualization/hv-cfg/hv-cfg_git.bb b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
index 0fc83e0..599bce2 100644
--- a/recipes-virtualization/hv-cfg/hv-cfg_git.bb
+++ b/recipes-virtualization/hv-cfg/hv-cfg_git.bb
@@ -27,12 +27,18 @@ do_install () {
make install
M=`echo ${MACHINE} | sed s/-64b//g`
+ if [ "t1042rdb" = "${M}" ];then
+ M=t1040rdb
+ fi
install -d ${D}/boot/hv-cfg
cp -r ${S}/${M}/${M}/* ${D}/boot/hv-cfg
}
do_deploy () {
M=`echo ${MACHINE} | sed s/-64b//g`
+ if [ "t1042rdb" = "${M}" ];then
+ M=t1040rdb
+ fi
install -d ${DEPLOYDIR}/hv-cfg
cp -r ${S}/${M}/${M}/* ${DEPLOYDIR}/hv-cfg
}
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 09/20] skmm-ep: update revision to 27156a6
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (7 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 08/20] hv-cfg: t1042rdb use the same setting with t1040 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:50 ` Otavio Salvador
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 10/20] rcw: update revision to 3e89f378 ting.liu
` (11 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
This includes following fixes:
27156a6 skmm-ep: add gcc flag '-mno-strict-align' to improve performance
d6adb62 skmm-ep: fix up skmm application segment fault
13deed1 DMA: fix the mmap failed check
bc505e5 PCIDMA: Add DMA chain and multiple channel support
68ee05f Temporarily add fsl_pci_ep_vfio.h which should be in linux
9e6e2cb PCIDMA: Change DMA BWC and memory allocation
4805577 PCIDMA: Add MSIX trigger functionality
31f653a PCIDMA: Add MSIX outbound window support
e903be6 PCIDMA: Adjust PCI EP display information
7f8012d PCIDMA: Change DMA channel initialization code
fb29219 PCIDMA: Remove duplicate code
Also add missing DEPENDS on virtual/kernel
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
recipes-extended/skmm-ep/skmm-ep_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb
index 145b1d9..64ff3af 100644
--- a/recipes-extended/skmm-ep/skmm-ep_git.bb
+++ b/recipes-extended/skmm-ep/skmm-ep_git.bb
@@ -3,12 +3,12 @@ SECTION = "skmm-ep"
LICENSE = "BSD & GPLv2"
LIC_FILES_CHKSUM = "file://Makefile;endline=30;md5=39e58bedc879163c9338596e52df5b1f"
-DEPENDS = "libedit openssl"
+DEPENDS = "libedit openssl virtual/kernel"
SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1 \
file://add-two-missing-header-files.patch \
"
-SRCREV = "448522aa1ba3f0c4a1481631dc1c3b168d410a61"
+SRCREV = "27156a6621c8f6d7f98210b1ca5cd97bde926875"
COMPATIBLE_MACHINE = "(p4080ds|t4240qds|c293pcie)"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 10/20] rcw: update revision to 3e89f378
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (8 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 09/20] skmm-ep: update revision to 27156a6 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 11/20] asf: update revision to 16eb472 ting.liu
` (10 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
This update to fsl sdk v1.7 release, the detailed
changes can be found at:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/rcw.git/
t1042rdb and t1042rdb-pi use the same rcw, update for it.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-bsp/rcw/rcw_git.bb | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 1bc60d2..5714ed0 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit deploy
SRC_URI = "git://git.freescale.com/ppc/sdk/rcw.git;nobranch=1"
-SRCREV = "261b2355e9936ecb37b61e6f58dfc48dcfb805b3"
+SRCREV = "3e89f378ed70e9b856756de8c3dbdfccb045fa0c"
S = "${WORKDIR}/git"
@@ -22,8 +22,8 @@ do_install () {
make install
M=`echo ${MACHINE} | sed s/-64b//g`
- if [ "t1042rdb" = "${M}" ];then
- M=${M}_pi
+ if [ "t1042rdb" = "${M}" ] || [ "t1042rdb-pi" = "${M}" ];then
+ M=t1042rdb_pi
fi
install -d ${D}/boot/rcw
cp -r ${S}/${M}/${M}/* ${D}/boot/rcw
@@ -31,8 +31,8 @@ do_install () {
do_deploy () {
M=`echo ${MACHINE} | sed s/-64b//g`
- if [ "t1042rdb" = "${M}" ];then
- M=${M}_pi
+ if [ "t1042rdb" = "${M}" ] || [ "t1042rdb-pi" = "${M}" ];then
+ M=t1042rdb_pi
fi
install -d ${DEPLOYDIR}/rcw
cp -r ${S}/${M}/${M}/* ${DEPLOYDIR}/rcw
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 11/20] asf: update revision to 16eb472
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (9 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 10/20] rcw: update revision to 3e89f378 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:51 ` Otavio Salvador
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 12/20] web-sysmon: update to revision 8d0c6ec ting.liu
` (9 subsequent siblings)
20 siblings, 1 reply; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This update to fsl sdk v1.7 release. The detailed changes
can be found at:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/asf.git/
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-kernel/asf/asf_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index 9597257..78112df 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & GPLv2+ & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;nobranch=1"
-SRCREV = "f107bc7dac7fe74d765dc09f66dca84951921d2c"
+SRCREV = "16eb472d6b2b34c8b605a86c469611bc8ddec1c9"
DEPENDS="virtual/kernel"
RDEPENDS_${PN} += "ipsec-tools"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 12/20] web-sysmon: update to revision 8d0c6ec
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (10 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 11/20] asf: update revision to 16eb472 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 13/20] eth-config: update to revision 8040e0b ting.liu
` (8 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This includes following fixes:
8d0c6ec Using Makefile to install the package
7d7a893 Add PM demo scripts support
472c2b1 Add startup script for web-sysmon package
ca33057 Add T4240QDS support
8508c8f Automatically scan hwmon system
522f8e2 Update the clean target of Makefile
24d3e4c Unify the template of temp/curr/in/power cgi script
cd66d0f Update the clean target of Makefile
c5dd6e8 Update description of sens_create_rrd
Update recipe to match the code changes:
1. use 'oe_runmake install'
2. install web-sysmon.sh as init script
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-extended/web-sysmon/web-sysmon_git.bb | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/recipes-extended/web-sysmon/web-sysmon_git.bb b/recipes-extended/web-sysmon/web-sysmon_git.bb
index 506c0e1..84f60d5 100644
--- a/recipes-extended/web-sysmon/web-sysmon_git.bb
+++ b/recipes-extended/web-sysmon/web-sysmon_git.bb
@@ -4,18 +4,20 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon-dev.git;nobranch=1"
-SRCREV = "d8fafc6f223054a4129d5623e89d3dcf42ac8147"
+SRCREV = "8d0c6eca1113832fabe917fd0cb25abe2d4d7157"
-S = "${WORKDIR}/git"
+inherit update-rc.d
-FILES_${PN} += "/"
+S = "${WORKDIR}/git"
RDEPENDS_${PN} = "lighttpd"
-do_install() {
- install -d ${D}/etc
- install -m 644 ${S}/lighttpd.conf ${D}/etc
- install -d ${D}/usr/local/bin
- install -m 755 ${S}/rrd/sens_update_rrd ${D}/usr/local/bin
- cp -r ${S}/rrd ${D}/usr
+EXTRA_OEMAKE += "D=${D}"
+do_install () {
+ oe_runmake install
}
+
+FILES_${PN} += "/"
+
+INITSCRIPT_NAME = "web-sysmon.sh"
+INITSCRIPT_PARAMS = "defaults 99 20"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 13/20] eth-config: update to revision 8040e0b
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (11 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 12/20] web-sysmon: update to revision 8d0c6ec ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 14/20] qemu: update to revision 6ac4597 ting.liu
` (7 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This includes following fixes:
8040e0b eth_config: Add COPYING file
7e7c062 eth_config: Added Makefile
05d30e6 eth_config: Update Shared-Mac config file to new port notation
1777d0a eth_config: General refactoring of config/policy files
8a34b20 eth_config: Moved config/policy files to obsolete folder
Update recipe to match the code changes:
* change copyright to "BSD & GPLv2+"
* call "oe_runmake install" in do_install
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-dpaa/eth-config/eth-config_git.bb | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/recipes-dpaa/eth-config/eth-config_git.bb b/recipes-dpaa/eth-config/eth-config_git.bb
index 85c3b78..878121f 100644
--- a/recipes-dpaa/eth-config/eth-config_git.bb
+++ b/recipes-dpaa/eth-config/eth-config_git.bb
@@ -1,19 +1,17 @@
DESCRIPTION = "Ethernet Configuration Files"
SECTION = "eth-config"
-LICENSE = "Freescale-EULA"
-LIC_FILES_CHKSUM = "file://COPYING;md5=cf02dc8eb5ac4a76f3812826520dea87"
+LICENSE = "BSD & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=8ed5eddbfbb84af5089ea94c382d423c"
PR = "r2"
-SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git"
-SRCREV = "96ac356dbe77948318c3806764f4a68862e30ac4"
+SRC_URI = "git://git.freescale.com/ppc/sdk/eth-config.git;branch=sdk-v1.7.x"
+SRCREV = "8040e0b1a7cb18cecfe0c7657d42f59f222b7930"
S = "${WORKDIR}/git"
+EXTRA_OEMAKE = "D=${D}"
+
do_install() {
- install -d ${D}/etc/fmc/config
- install -m 644 ${S}/*.xml ${D}/etc/fmc/config
- install -d ${D}/etc/fmc/config/shared_mac
- install -m 644 ${S}/shared_mac/*.xml ${D}/etc/fmc/config/shared_mac
- install -m 644 ${S}/shared_mac/README ${D}/etc/fmc/config/shared_mac
+ oe_runmake install
}
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 14/20] qemu: update to revision 6ac4597
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (12 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 13/20] eth-config: update to revision 8040e0b ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 15/20] flib: update to revision 4bd48d4 ting.liu
` (6 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This includes following fixes:
6ac4597 QEMU:Add support for e5500 core revision v102.1 present on T1024 SOC.
b8c87e9 Synchronized Linux headers.
f2e4612 hw/arm/virt: Support -cpu host
80cd9c1 target-arm: Provide '-cpu host' when running KVM
8e1f791 target-arm: Don't hardcode KVM target CPU to be A15
885c7a9 hw/arm: Add 'virt' platform
7ea5615 target-arm: Allow secondary KVM CPUs to be booted via PSCI
c33ac75 target-arm: Add ARMCPU field for Linux device-tree 'compatible' string
79f0d1c target-arm: Provide PSCI constants to generic QEMU code
5d1a235 hw/arm/boot: Allow boards to provide an fdt blob
badc409 device_tree.c: Terminate the empty reservemap in create_device_tree()
7a6947b target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVM
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-devtools/qemu/qemu_fslgit.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 9e51056..1a7dd8e 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -14,7 +14,7 @@ PACKAGECONFIG[lzo] = ""
PACKAGECONFIG[numa] = ""
SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1"
-SRCREV = "9e38e640275beabf6468a04cec5c403b2ac566ad"
+SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db"
S = "${WORKDIR}/git"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 15/20] flib: update to revision 4bd48d4
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (13 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 14/20] qemu: update to revision 6ac4597 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 16/20] fmc: update to revision to 4f4a3eb ting.liu
` (5 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This update to fsl sdk v1.7 release. The detailed changes
can be found at:
http://git.freescale.com/git/cgit.cgi/ppc/sdk/flib.git/
The license file changes:
1. add SPDX license identifier
2. update to 'Copyright 2008-2014'
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-dpaa/flib/flib_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
index 5673718..3ac7886 100644
--- a/recipes-dpaa/flib/flib_git.bb
+++ b/recipes-dpaa/flib/flib_git.bb
@@ -1,10 +1,10 @@
DESCRIPTION = "Foundation Library"
SECTION = "flib"
LICENSE = "BSD & GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
+LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6"
SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1"
-SRCREV = "6918b5d4ff24a5e7ab4803c849570d45f359a8d7"
+SRCREV = "4bd48d4d6dbb1bd57c3c608fe66e97f4eb8e05b9"
S = "${WORKDIR}/git"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 16/20] fmc: update to revision to 4f4a3eb
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (14 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 15/20] flib: update to revision 4bd48d4 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 17/20] fmlib: update to revision 661d782 ting.liu
` (4 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This includes following fixes:
4f4a3eb ENGR00342608: Major error on ALU PCD: IC_HASH_INDEXED numOfKeys has to b
e powerOfTwo
a3e40ab ENGR00342299: ALU PCD (fmc_pcd_ed44_skeleton_TSOC.xml) generates Segmentation fault
71deab3 ENGR00342299: ALU PCD (fmc_pcd_ed44_skeleton_TSOC.xml) generates Segmentation fault
aa34fa3 ENGR00341753: Schemes sharing between ports is not working
e6fee7f ENGR00341091: False error reported by FMC in ALU PCD: 'ERR: Unresolved cycled dependencies are found'
2fb5b1c ENGR00340476: ALU Issue with pbit marking with a given DSCP (B0198)
284a506 ENGR329197: 32 Schema limit exhausted when FMC duplicates the schemas even if same policy is attached to all the ports
0434629 ENGR00338449: Enable Test automation framework for FMC on Linux host OS
d09735b ENGR00338121: fmc: Support new convention for port type in xml config file
f46f085 Improvement to: ENGR330486: ALU B0187: FMC/libxml2 SDK1.5 FB3 : Memory leaked during PCD xml application
c2330c3 ENGR00330486: ALU B0187 : FMC/ libxml2 SDK1.5 FB3 : Memory leaked during PCD xml application
2bff057 ENGR00325623: PCD : replicator issue
4157f75 ENGR00316689: fmc: Ccnode mask support option fails to propagate into the PCD
35b9363 ENGR00320235: reassembly management with PCD xml (FMC) - FM_PCD_MAX_NUM_OF_CC_GROUPS
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-dpaa/fmc/fmc_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb
index 100940a..a9da96f 100644
--- a/recipes-dpaa/fmc/fmc_git.bb
+++ b/recipes-dpaa/fmc/fmc_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c"
PR = "r2"
SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1"
-SRCREV = "021f7206cd80eb2e85dde1fc1bc79e8fea272de4"
+SRCREV = "4f4a3ebe447c3c982d453596a82af7b40ac3a28a"
DEPENDS = "libxml2 fmlib tclap"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 17/20] fmlib: update to revision 661d782
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (15 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 16/20] fmc: update to revision to 4f4a3eb ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 18/20] hypervisor: update to revision to 99b04d9 ting.liu
` (3 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This includes following fixes:
661d782 fmlib: Fix pointer handles used in FMD wrapper
744e788 fmlib: copy CcNode pointer when appropriate
b3a7bc7 fmlib: expose configuration routines in header files
bdd6d6f capwap: sync with kernel for frag support
2eafba1 fmlib: add capwap support
87327a1 capwap: transfer to id for reassembly manip
20984f8 fmd: handle possibly undefined macro
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-dpaa/fmlib/fmlib_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index ec03886..4d394a5 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -9,7 +9,7 @@ DEPENDS += "virtual/kernel"
DEPENDS_virtclass-native = ""
SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1"
-SRCREV = "6efc100cf470f271a312860c06717928554e3492"
+SRCREV = "661d7822aa182f720029134008d7e1db07b0d504"
S = "${WORKDIR}/git"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 18/20] hypervisor: update to revision to 99b04d9
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (16 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 17/20] fmlib: update to revision 661d782 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 19/20] ipc: update to revision c9c92ac ting.liu
` (2 subsequent siblings)
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This includes following fixes:
99b04d9 update libos
805227f ccf: add b4 ccf compatibles
1ed0f70 msi: Differentiate between mpic 4.3 and older ones
4a2ede1 Revert "t1040: workaround A-008007 erratum"
The fixes in libos:
819bda2 Set error int irq index at init time
de32355 Properly unmask error interrupts
955ddac Revert "t1040: workaround A-008007 erratum"
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-virtualization/hypervisor/hypervisor_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-virtualization/hypervisor/hypervisor_git.bb b/recipes-virtualization/hypervisor/hypervisor_git.bb
index fb76c7a..3a7f838 100644
--- a/recipes-virtualization/hypervisor/hypervisor_git.bb
+++ b/recipes-virtualization/hypervisor/hypervisor_git.bb
@@ -20,9 +20,9 @@ SRC_URI = " \
"
SRCREV_FORMAT="hypervisor"
-SRCREV = "175984b6f07d9b407efc10b781cf6a05c2f3a24f"
+SRCREV = "99b04d937b944d57b2685b55584e982d8e36dd41"
SRCREV_kconfig = "a56025d4da992b856796b0eccac2e410d751dbac"
-SRCREV_libos = "99b4fb59192412ddbad27196fd5617e61cff895d"
+SRCREV_libos = "819bda2a913bc1f6afb43f5f2b026da5872866ea"
SRCREV_dtc = "a6d55e039fd22048687fe061b4609e2807efe764"
SRCREV_hypertrk = "975c98b562186afbd3bbf103ae54b96cf9b3e533"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 19/20] ipc: update to revision c9c92ac
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (17 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 18/20] hypervisor: update to revision to 99b04d9 ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 20/20] p2020ds: remove as it is not supported now ting.liu
2015-01-07 0:41 ` [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) Bob Cochran
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Zhenhua Luo <zhenhua.luo@freescale.com>
This includes following fixes:
c9c92ac B4:L1 Defense: Add support for hardware watchpoint
c4dd0bc b4860: IPC: Make dynamic user space library position independent
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
recipes-bsp/ipc/ipc.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/ipc/ipc.inc b/recipes-bsp/ipc/ipc.inc
index 22ab1e3..547771a 100644
--- a/recipes-bsp/ipc/ipc.inc
+++ b/recipes-bsp/ipc/ipc.inc
@@ -1,7 +1,7 @@
DEPENDS = "virtual/kernel"
SRC_URI = "git://git.freescale.com/ppc/sdk/ipc.git;nobranch=1"
-SRCREV = "7e36edbbc5ac5271c85d45745b3e70f47771f262"
+SRCREV = "c9c92ac6a7a31c9d878096eb7d135c22a38f20ff"
COMPATIBLE_MACHINE = "(bsc9132qds|bsc9131rdb|b4860qds|b4420qds)"
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* [meta-fsl-ppc][PATCH 20/20] p2020ds: remove as it is not supported now
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (18 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 19/20] ipc: update to revision c9c92ac ting.liu
@ 2015-01-05 10:32 ` ting.liu
2015-01-07 0:41 ` [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) Bob Cochran
20 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-05 10:32 UTC (permalink / raw)
To: meta-freescale
From: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Ting Liu <ting.liu@freescale.com>
---
conf/machine/p2020ds.conf | 16 ----------------
1 file changed, 16 deletions(-)
delete mode 100644 conf/machine/p2020ds.conf
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
deleted file mode 100644
index 96433a2..0000000
--- a/conf/machine/p2020ds.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale P2020DS
-#@SOC: p2020
-#@DESCRIPTION: Machine configuration for running P2020DS
-#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p2020"
-BOOTFORMAT_CONFIG = "config_sram_p2020ds.dat"
-UBOOT_MACHINES ?= "P2020DS P2020DS_36BIT P2020DS_DDR2 P2020DS_SDCARD P2020DS_SPIFLASH"
-KERNEL_DEVICETREE ?= "p2020ds.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
--
1.9.1
^ permalink raw reply related [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 09/20] skmm-ep: update revision to 27156a6
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 09/20] skmm-ep: update revision to 27156a6 ting.liu
@ 2015-01-05 10:50 ` Otavio Salvador
2015-01-07 4:41 ` ting.liu
0 siblings, 1 reply; 29+ messages in thread
From: Otavio Salvador @ 2015-01-05 10:50 UTC (permalink / raw)
To: Liu Ting-B28495; +Cc: meta-freescale@yoctoproject.org
On Mon, Jan 5, 2015 at 8:32 AM, <ting.liu@freescale.com> wrote:
> From: Ting Liu <ting.liu@freescale.com>
>
> This includes following fixes:
>
> 27156a6 skmm-ep: add gcc flag '-mno-strict-align' to improve performance
> d6adb62 skmm-ep: fix up skmm application segment fault
> 13deed1 DMA: fix the mmap failed check
> bc505e5 PCIDMA: Add DMA chain and multiple channel support
> 68ee05f Temporarily add fsl_pci_ep_vfio.h which should be in linux
> 9e6e2cb PCIDMA: Change DMA BWC and memory allocation
> 4805577 PCIDMA: Add MSIX trigger functionality
> 31f653a PCIDMA: Add MSIX outbound window support
> e903be6 PCIDMA: Adjust PCI EP display information
> 7f8012d PCIDMA: Change DMA channel initialization code
> fb29219 PCIDMA: Remove duplicate code
>
> Also add missing DEPENDS on virtual/kernel
>
> Signed-off-by: Ting Liu <ting.liu@freescale.com>
Please set PACKAGE_ARCH accordingly.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 11/20] asf: update revision to 16eb472
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 11/20] asf: update revision to 16eb472 ting.liu
@ 2015-01-05 10:51 ` Otavio Salvador
0 siblings, 0 replies; 29+ messages in thread
From: Otavio Salvador @ 2015-01-05 10:51 UTC (permalink / raw)
To: Liu Ting-B28495; +Cc: meta-freescale@yoctoproject.org
On Mon, Jan 5, 2015 at 8:32 AM, <ting.liu@freescale.com> wrote:
> From: Zhenhua Luo <zhenhua.luo@freescale.com>
>
> This update to fsl sdk v1.7 release. The detailed changes
> can be found at:
> http://git.freescale.com/git/cgit.cgi/ppc/sdk/asf.git/
>
> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
This should be synced up with the changes prepared for meta-fsl-arm,
so both are kept in sync.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 04/20] t1024: add machine support for t1024qds/rdb
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 04/20] t1024: add machine support for t1024qds/rdb ting.liu
@ 2015-01-05 10:55 ` Otavio Salvador
2015-01-07 4:41 ` ting.liu
0 siblings, 1 reply; 29+ messages in thread
From: Otavio Salvador @ 2015-01-05 10:55 UTC (permalink / raw)
To: Liu Ting-B28495; +Cc: meta-freescale@yoctoproject.org
Please split the patches as those are different machines.
On Mon, Jan 5, 2015 at 8:32 AM, <ting.liu@freescale.com> wrote:
> From: Ting Liu <ting.liu@freescale.com>
>
> Signed-off-by: Ting Liu <ting.liu@freescale.com>
> ---
> conf/machine/t1024qds-64b.conf | 15 +++++++++++++++
> conf/machine/t1024qds.conf | 15 +++++++++++++++
> conf/machine/t1024rdb-64b.conf | 15 +++++++++++++++
> conf/machine/t1024rdb.conf | 15 +++++++++++++++
> 4 files changed, 60 insertions(+)
> create mode 100644 conf/machine/t1024qds-64b.conf
> create mode 100644 conf/machine/t1024qds.conf
> create mode 100644 conf/machine/t1024rdb-64b.conf
> create mode 100644 conf/machine/t1024rdb.conf
>
> diff --git a/conf/machine/t1024qds-64b.conf b/conf/machine/t1024qds-64b.conf
> new file mode 100644
> index 0000000..81d5763
> --- /dev/null
> +++ b/conf/machine/t1024qds-64b.conf
> @@ -0,0 +1,15 @@
> +#@TYPE: Machine
> +#@NAME: Freescale T1024QDS
> +#@SOC: t1024
> +#@DESCRIPTION: Machine configuration for running T1024QDS in 64-bit mode
> +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> +
> +require conf/machine/include/e5500-64b.inc
> +
> +SOC_FAMILY = "t1:t1024"
> +UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
> +KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb"
> +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
> +
> +JFFS2_ERASEBLOCK = "0x10000"
> +
> diff --git a/conf/machine/t1024qds.conf b/conf/machine/t1024qds.conf
> new file mode 100644
> index 0000000..3e5cac1
> --- /dev/null
> +++ b/conf/machine/t1024qds.conf
> @@ -0,0 +1,15 @@
> +#@TYPE: Machine
> +#@NAME: Freescale T1024QDS
> +#@SOC: t1024
> +#@DESCRIPTION: Machine configuration for running T1024QDS in 32-bit mode
> +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> +
> +require conf/machine/include/e5500.inc
> +
> +SOC_FAMILY = "t1:t1024"
> +UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
> +KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-capwap.dtb"
> +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
> +
> +JFFS2_ERASEBLOCK = "0x10000"
> +
> diff --git a/conf/machine/t1024rdb-64b.conf b/conf/machine/t1024rdb-64b.conf
> new file mode 100644
> index 0000000..c40bba8
> --- /dev/null
> +++ b/conf/machine/t1024rdb-64b.conf
> @@ -0,0 +1,15 @@
> +#@TYPE: Machine
> +#@NAME: Freescale T1024RDB
> +#@SOC: t1024
> +#@DESCRIPTION: Machine configuration for running T1024RDB in 64-bit mode
> +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> +
> +require conf/machine/include/e5500-64b.inc
> +
> +SOC_FAMILY = "t1:t1024"
> +UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH T1024RDB_SECURE_BOOT"
> +KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
> +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
> +
> +JFFS2_ERASEBLOCK = "0x10000"
> +
> diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
> new file mode 100644
> index 0000000..82a0400
> --- /dev/null
> +++ b/conf/machine/t1024rdb.conf
> @@ -0,0 +1,15 @@
> +#@TYPE: Machine
> +#@NAME: Freescale T1024RDB
> +#@SOC: t1024
> +#@DESCRIPTION: Machine configuration for running T1024RDB in 32-bit mode
> +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> +
> +require conf/machine/include/e5500.inc
> +
> +SOC_FAMILY = "t1:t1024"
> +UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH T1024RDB_SECURE_BOOT"
> +KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-capwap.dtb"
> +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
> +
> +JFFS2_ERASEBLOCK = "0x10000"
> +
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I)
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
` (19 preceding siblings ...)
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 20/20] p2020ds: remove as it is not supported now ting.liu
@ 2015-01-07 0:41 ` Bob Cochran
2015-01-07 2:21 ` zhenhua.luo
2015-01-07 4:45 ` ting.liu
20 siblings, 2 replies; 29+ messages in thread
From: Bob Cochran @ 2015-01-07 0:41 UTC (permalink / raw)
To: ting.liu, meta-freescale@yoctoproject.org
Hi Ting,
FYI - I applied your patch set to meta-fsl-ppc master and rebuilt with
our custom image on t1040rdb-64b without any problems. Also, it booted
without problems.
Will start banging hard with the updated kernel and rootfs this week.
Thanks!
Bob
On 01/05/2015 05:32 AM, ting.liu@freescale.com wrote:
> From: Ting Liu <ting.liu@freescale.com>
>
> Ting Liu (10):
> dtc: old SRC_URI died, changing to new working one
> u-boot: upgrade to 2014.07 with revision 659b6a2
> t1024: add machine support for t1024qds/rdb
> rename t1042rdb -> t1042rdb-pi
> t1042rdb: add machine support
> t104x: use kernel defconfig corenet_fmanv3_smp_defconfig
> hv-cfg: t1042rdb use the same setting with t1040
> skmm-ep: update revision to 27156a6
> rcw: update revision to 3e89f378
> p2020ds: remove as it is not supported now
>
> Zhenhua Luo (10):
> linux-qoriq: update revision to 6619b8b
> asf: update revision to 16eb472
> web-sysmon: update to revision 8d0c6ec
> eth-config: update to revision 8040e0b
> qemu: update to revision 6ac4597
> flib: update to revision 4bd48d4
> fmc: update to revision to 4f4a3eb
> fmlib: update to revision 661d782
> hypervisor: update to revision to 99b04d9
> ipc: update to revision c9c92ac
>
> conf/machine/p2020ds.conf | 16 --
> conf/machine/t1024qds-64b.conf | 15 ++
> conf/machine/t1024qds.conf | 15 ++
> conf/machine/t1024rdb-64b.conf | 15 ++
> conf/machine/t1024rdb.conf | 15 ++
> conf/machine/t1040rdb-64b.conf | 2 +-
> conf/machine/t1040rdb.conf | 2 +-
> conf/machine/t1042rdb-64b.conf | 11 +-
> conf/machine/t1042rdb-pi-64b.conf | 24 +++
> conf/machine/t1042rdb-pi.conf | 23 +++
> conf/machine/t1042rdb.conf | 10 +-
> recipes-bsp/ipc/ipc.inc | 2 +-
> recipes-bsp/rcw/rcw_git.bb | 10 +-
> ...ot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} | 42 ++--
> recipes-devtools/qemu/qemu_fslgit.bb | 2 +-
> recipes-dpaa/eth-config/eth-config_git.bb | 16 +-
> recipes-dpaa/flib/flib_git.bb | 4 +-
> recipes-dpaa/fmc/fmc_git.bb | 2 +-
> recipes-dpaa/fmlib/fmlib_git.bb | 2 +-
> recipes-extended/skmm-ep/skmm-ep_git.bb | 4 +-
> recipes-extended/web-sysmon/web-sysmon_git.bb | 20 +-
> recipes-kernel/asf/asf_git.bb | 2 +-
> .../linux/files/configure-T1040-for-FMAN-V3L.patch | 217 ---------------------
> .../files/modify-defconfig-t1040-nr-cpus.patch | 16 +-
> ...emove-Altivec-from-T1040-64-bit-defconfig.patch | 27 ---
> recipes-kernel/linux/linux-qoriq_3.12.bb | 4 +-
> recipes-virtualization/hv-cfg/hv-cfg_git.bb | 6 +
> .../hypervisor/hypervisor_git.bb | 6 +-
> 28 files changed, 189 insertions(+), 341 deletions(-)
> delete mode 100644 conf/machine/p2020ds.conf
> create mode 100644 conf/machine/t1024qds-64b.conf
> create mode 100644 conf/machine/t1024qds.conf
> create mode 100644 conf/machine/t1024rdb-64b.conf
> create mode 100644 conf/machine/t1024rdb.conf
> create mode 100644 conf/machine/t1042rdb-pi-64b.conf
> create mode 100644 conf/machine/t1042rdb-pi.conf
> rename recipes-bsp/u-boot/{u-boot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} (78%)
> delete mode 100644 recipes-kernel/linux/files/configure-T1040-for-FMAN-V3L.patch
> delete mode 100644 recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch
>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I)
2015-01-07 0:41 ` [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) Bob Cochran
@ 2015-01-07 2:21 ` zhenhua.luo
2015-01-07 4:45 ` ting.liu
1 sibling, 0 replies; 29+ messages in thread
From: zhenhua.luo @ 2015-01-07 2:21 UTC (permalink / raw)
To: Bob Cochran, ting.liu@freescale.com,
meta-freescale@yoctoproject.org
Hi Bob,
Thanks a lot for your comments.
I have merged the following patches in master-next, those commits will be applied in master after build and sanity test.
Ting Liu (9):
linux-qoriq: fix building using out-of-tree
dtc: old SRC_URI died, changing to new working one
u-boot: upgrade to 2014.07 with revision 659b6a2
rename t1042rdb -> t1042rdb-pi
t1042rdb: add machine support
t104x: use kernel defconfig corenet_fmanv3_smp_defconfig
hv-cfg: t1042rdb use the same setting with t1040
rcw: update revision to 3e89f378
p2020ds: remove as it is not supported now
Zhenhua Luo (9):
linux-qoriq: update revision to 6619b8b
web-sysmon: update to revision 8d0c6ec
eth-config: update to revision 8040e0b
qemu: update to revision 6ac4597
flib: update to revision 4bd48d4
fmc: update to revision to 4f4a3eb
fmlib: update to revision 661d782
hypervisor: update to revision to 99b04d9
ipc: update to revision c9c92ac
Best Regards,
Zhenhua
> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@yoctoproject.org] On Behalf Of Bob Cochran
> Sent: Wednesday, January 07, 2015 8:42 AM
> To: Liu Ting-B28495; meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7
> patches (part I)
>
> Hi Ting,
>
> FYI - I applied your patch set to meta-fsl-ppc master and rebuilt with
> our custom image on t1040rdb-64b without any problems. Also, it booted
> without problems.
>
> Will start banging hard with the updated kernel and rootfs this week.
>
> Thanks!
>
> Bob
>
>
>
>
> On 01/05/2015 05:32 AM, ting.liu@freescale.com wrote:
> > From: Ting Liu <ting.liu@freescale.com>
> >
> > Ting Liu (10):
> > dtc: old SRC_URI died, changing to new working one
> > u-boot: upgrade to 2014.07 with revision 659b6a2
> > t1024: add machine support for t1024qds/rdb
> > rename t1042rdb -> t1042rdb-pi
> > t1042rdb: add machine support
> > t104x: use kernel defconfig corenet_fmanv3_smp_defconfig
> > hv-cfg: t1042rdb use the same setting with t1040
> > skmm-ep: update revision to 27156a6
> > rcw: update revision to 3e89f378
> > p2020ds: remove as it is not supported now
> >
> > Zhenhua Luo (10):
> > linux-qoriq: update revision to 6619b8b
> > asf: update revision to 16eb472
> > web-sysmon: update to revision 8d0c6ec
> > eth-config: update to revision 8040e0b
> > qemu: update to revision 6ac4597
> > flib: update to revision 4bd48d4
> > fmc: update to revision to 4f4a3eb
> > fmlib: update to revision 661d782
> > hypervisor: update to revision to 99b04d9
> > ipc: update to revision c9c92ac
> >
> > conf/machine/p2020ds.conf | 16 --
> > conf/machine/t1024qds-64b.conf | 15 ++
> > conf/machine/t1024qds.conf | 15 ++
> > conf/machine/t1024rdb-64b.conf | 15 ++
> > conf/machine/t1024rdb.conf | 15 ++
> > conf/machine/t1040rdb-64b.conf | 2 +-
> > conf/machine/t1040rdb.conf | 2 +-
> > conf/machine/t1042rdb-64b.conf | 11 +-
> > conf/machine/t1042rdb-pi-64b.conf | 24 +++
> > conf/machine/t1042rdb-pi.conf | 23 +++
> > conf/machine/t1042rdb.conf | 10 +-
> > recipes-bsp/ipc/ipc.inc | 2 +-
> > recipes-bsp/rcw/rcw_git.bb | 10 +-
> > ...ot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} | 42 ++--
> > recipes-devtools/qemu/qemu_fslgit.bb | 2 +-
> > recipes-dpaa/eth-config/eth-config_git.bb | 16 +-
> > recipes-dpaa/flib/flib_git.bb | 4 +-
> > recipes-dpaa/fmc/fmc_git.bb | 2 +-
> > recipes-dpaa/fmlib/fmlib_git.bb | 2 +-
> > recipes-extended/skmm-ep/skmm-ep_git.bb | 4 +-
> > recipes-extended/web-sysmon/web-sysmon_git.bb | 20 +-
> > recipes-kernel/asf/asf_git.bb | 2 +-
> > .../linux/files/configure-T1040-for-FMAN-V3L.patch | 217 ---------------------
> > .../files/modify-defconfig-t1040-nr-cpus.patch | 16 +-
> > ...emove-Altivec-from-T1040-64-bit-defconfig.patch | 27 ---
> > recipes-kernel/linux/linux-qoriq_3.12.bb | 4 +-
> > recipes-virtualization/hv-cfg/hv-cfg_git.bb | 6 +
> > .../hypervisor/hypervisor_git.bb | 6 +-
> > 28 files changed, 189 insertions(+), 341 deletions(-)
> > delete mode 100644 conf/machine/p2020ds.conf
> > create mode 100644 conf/machine/t1024qds-64b.conf
> > create mode 100644 conf/machine/t1024qds.conf
> > create mode 100644 conf/machine/t1024rdb-64b.conf
> > create mode 100644 conf/machine/t1024rdb.conf
> > create mode 100644 conf/machine/t1042rdb-pi-64b.conf
> > create mode 100644 conf/machine/t1042rdb-pi.conf
> > rename recipes-bsp/u-boot/{u-boot-qoriq_2014.01.bb => u-boot-
> qoriq_2014.07.bb} (78%)
> > delete mode 100644 recipes-kernel/linux/files/configure-T1040-for-FMAN-
> V3L.patch
> > delete mode 100644 recipes-kernel/linux/files/remove-Altivec-from-T1040-
> 64-bit-defconfig.patch
> >
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 09/20] skmm-ep: update revision to 27156a6
2015-01-05 10:50 ` Otavio Salvador
@ 2015-01-07 4:41 ` ting.liu
0 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-07 4:41 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
> -----Original Message-----
> From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf
> Of Otavio Salvador
> Sent: Monday, January 05, 2015 6:50 PM
> To: Liu Ting-B28495
> Cc: meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH 09/20] skmm-ep: update
> revision to 27156a6
>
> On Mon, Jan 5, 2015 at 8:32 AM, <ting.liu@freescale.com> wrote:
> > From: Ting Liu <ting.liu@freescale.com>
> >
> > This includes following fixes:
> >
> > 27156a6 skmm-ep: add gcc flag '-mno-strict-align' to improve
> > performance
> > d6adb62 skmm-ep: fix up skmm application segment fault
> > 13deed1 DMA: fix the mmap failed check
> > bc505e5 PCIDMA: Add DMA chain and multiple channel support 68ee05f
> > Temporarily add fsl_pci_ep_vfio.h which should be in linux 9e6e2cb
> > PCIDMA: Change DMA BWC and memory allocation
> > 4805577 PCIDMA: Add MSIX trigger functionality 31f653a PCIDMA: Add
> > MSIX outbound window support
> > e903be6 PCIDMA: Adjust PCI EP display information 7f8012d PCIDMA:
> > Change DMA channel initialization code
> > fb29219 PCIDMA: Remove duplicate code
> >
> > Also add missing DEPENDS on virtual/kernel
> >
> > Signed-off-by: Ting Liu <ting.liu@freescale.com>
>
> Please set PACKAGE_ARCH accordingly.
[Liu Ting-B28495] got it, thanks. new patch sent in PART II.
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 04/20] t1024: add machine support for t1024qds/rdb
2015-01-05 10:55 ` Otavio Salvador
@ 2015-01-07 4:41 ` ting.liu
0 siblings, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-07 4:41 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org
> -----Original Message-----
> From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf
> Of Otavio Salvador
> Sent: Monday, January 05, 2015 6:55 PM
> To: Liu Ting-B28495
> Cc: meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH 04/20] t1024: add machine
> support for t1024qds/rdb
>
> Please split the patches as those are different machines.
>
[Liu Ting-B28495] got it, thanks. new 4 patches sent in PART II.
> On Mon, Jan 5, 2015 at 8:32 AM, <ting.liu@freescale.com> wrote:
> > From: Ting Liu <ting.liu@freescale.com>
> >
> > Signed-off-by: Ting Liu <ting.liu@freescale.com>
> > ---
> > conf/machine/t1024qds-64b.conf | 15 +++++++++++++++
> > conf/machine/t1024qds.conf | 15 +++++++++++++++
> > conf/machine/t1024rdb-64b.conf | 15 +++++++++++++++
> > conf/machine/t1024rdb.conf | 15 +++++++++++++++
> > 4 files changed, 60 insertions(+)
> > create mode 100644 conf/machine/t1024qds-64b.conf create mode 100644
> > conf/machine/t1024qds.conf create mode 100644
> > conf/machine/t1024rdb-64b.conf create mode 100644
> > conf/machine/t1024rdb.conf
> >
> > diff --git a/conf/machine/t1024qds-64b.conf
> > b/conf/machine/t1024qds-64b.conf new file mode 100644 index
> > 0000000..81d5763
> > --- /dev/null
> > +++ b/conf/machine/t1024qds-64b.conf
> > @@ -0,0 +1,15 @@
> > +#@TYPE: Machine
> > +#@NAME: Freescale T1024QDS
> > +#@SOC: t1024
> > +#@DESCRIPTION: Machine configuration for running T1024QDS in 64-bit
> > +mode
> > +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> > +
> > +require conf/machine/include/e5500-64b.inc
> > +
> > +SOC_FAMILY = "t1:t1024"
> > +UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD
> T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
> > +KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-
> capwap.dtb"
> > +KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
> > +
> > +JFFS2_ERASEBLOCK = "0x10000"
> > +
> > diff --git a/conf/machine/t1024qds.conf b/conf/machine/t1024qds.conf
> > new file mode 100644 index 0000000..3e5cac1
> > --- /dev/null
> > +++ b/conf/machine/t1024qds.conf
> > @@ -0,0 +1,15 @@
> > +#@TYPE: Machine
> > +#@NAME: Freescale T1024QDS
> > +#@SOC: t1024
> > +#@DESCRIPTION: Machine configuration for running T1024QDS in 32-bit
> > +mode
> > +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> > +
> > +require conf/machine/include/e5500.inc
> > +
> > +SOC_FAMILY = "t1:t1024"
> > +UBOOT_MACHINES ?= "T1024QDS T1024QDS_D4 T1024QDS_NAND T1024QDS_SDCARD
> T1024QDS_SPIFLASH T1024QDS_SECURE_BOOT"
> > +KERNEL_DEVICETREE ?= "t1024qds.dtb t1024qds-usdpaa.dtb t1024qds-usdpaa-
> capwap.dtb"
> > +KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
> > +
> > +JFFS2_ERASEBLOCK = "0x10000"
> > +
> > diff --git a/conf/machine/t1024rdb-64b.conf
> > b/conf/machine/t1024rdb-64b.conf new file mode 100644 index
> > 0000000..c40bba8
> > --- /dev/null
> > +++ b/conf/machine/t1024rdb-64b.conf
> > @@ -0,0 +1,15 @@
> > +#@TYPE: Machine
> > +#@NAME: Freescale T1024RDB
> > +#@SOC: t1024
> > +#@DESCRIPTION: Machine configuration for running T1024RDB in 64-bit
> > +mode
> > +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> > +
> > +require conf/machine/include/e5500-64b.inc
> > +
> > +SOC_FAMILY = "t1:t1024"
> > +UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH
> T1024RDB_SECURE_BOOT"
> > +KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-
> capwap.dtb"
> > +KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3_smp_defconfig"
> > +
> > +JFFS2_ERASEBLOCK = "0x10000"
> > +
> > diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
> > new file mode 100644 index 0000000..82a0400
> > --- /dev/null
> > +++ b/conf/machine/t1024rdb.conf
> > @@ -0,0 +1,15 @@
> > +#@TYPE: Machine
> > +#@NAME: Freescale T1024RDB
> > +#@SOC: t1024
> > +#@DESCRIPTION: Machine configuration for running T1024RDB in 32-bit
> > +mode
> > +#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
> > +
> > +require conf/machine/include/e5500.inc
> > +
> > +SOC_FAMILY = "t1:t1024"
> > +UBOOT_MACHINES ?= "T1024RDB T1024RDB_NAND T1024RDB_SDCARD T1024RDB_SPIFLASH
> T1024RDB_SECURE_BOOT"
> > +KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb t1024rdb-usdpaa-
> capwap.dtb"
> > +KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_fmanv3_smp_defconfig"
> > +
> > +JFFS2_ERASEBLOCK = "0x10000"
> > +
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > meta-freescale mailing list
> > meta-freescale@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-freescale
>
>
>
> --
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.br http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I)
2015-01-07 0:41 ` [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) Bob Cochran
2015-01-07 2:21 ` zhenhua.luo
@ 2015-01-07 4:45 ` ting.liu
1 sibling, 0 replies; 29+ messages in thread
From: ting.liu @ 2015-01-07 4:45 UTC (permalink / raw)
To: Bob Cochran; +Cc: meta-freescale@yoctoproject.org
> -----Original Message-----
> From: Bob Cochran [mailto:yocto@mindchasers.com]
> Sent: Wednesday, January 07, 2015 8:42 AM
> To: Liu Ting-B28495; meta-freescale@yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7
> patches (part I)
>
> Hi Ting,
>
> FYI - I applied your patch set to meta-fsl-ppc master and rebuilt with
> our custom image on t1040rdb-64b without any problems. Also, it booted
> without problems.
>
> Will start banging hard with the updated kernel and rootfs this week.
>
[Liu Ting-B28495] hello Bob,
Thank you very much for the testing.
> Thanks!
>
> Bob
>
>
>
>
> On 01/05/2015 05:32 AM, ting.liu@freescale.com wrote:
> > From: Ting Liu <ting.liu@freescale.com>
> >
> > Ting Liu (10):
> > dtc: old SRC_URI died, changing to new working one
> > u-boot: upgrade to 2014.07 with revision 659b6a2
> > t1024: add machine support for t1024qds/rdb
> > rename t1042rdb -> t1042rdb-pi
> > t1042rdb: add machine support
> > t104x: use kernel defconfig corenet_fmanv3_smp_defconfig
> > hv-cfg: t1042rdb use the same setting with t1040
> > skmm-ep: update revision to 27156a6
> > rcw: update revision to 3e89f378
> > p2020ds: remove as it is not supported now
> >
> > Zhenhua Luo (10):
> > linux-qoriq: update revision to 6619b8b
> > asf: update revision to 16eb472
> > web-sysmon: update to revision 8d0c6ec
> > eth-config: update to revision 8040e0b
> > qemu: update to revision 6ac4597
> > flib: update to revision 4bd48d4
> > fmc: update to revision to 4f4a3eb
> > fmlib: update to revision 661d782
> > hypervisor: update to revision to 99b04d9
> > ipc: update to revision c9c92ac
> >
> > conf/machine/p2020ds.conf | 16 --
> > conf/machine/t1024qds-64b.conf | 15 ++
> > conf/machine/t1024qds.conf | 15 ++
> > conf/machine/t1024rdb-64b.conf | 15 ++
> > conf/machine/t1024rdb.conf | 15 ++
> > conf/machine/t1040rdb-64b.conf | 2 +-
> > conf/machine/t1040rdb.conf | 2 +-
> > conf/machine/t1042rdb-64b.conf | 11 +-
> > conf/machine/t1042rdb-pi-64b.conf | 24 +++
> > conf/machine/t1042rdb-pi.conf | 23 +++
> > conf/machine/t1042rdb.conf | 10 +-
> > recipes-bsp/ipc/ipc.inc | 2 +-
> > recipes-bsp/rcw/rcw_git.bb | 10 +-
> > ...ot-qoriq_2014.01.bb => u-boot-qoriq_2014.07.bb} | 42 ++--
> > recipes-devtools/qemu/qemu_fslgit.bb | 2 +-
> > recipes-dpaa/eth-config/eth-config_git.bb | 16 +-
> > recipes-dpaa/flib/flib_git.bb | 4 +-
> > recipes-dpaa/fmc/fmc_git.bb | 2 +-
> > recipes-dpaa/fmlib/fmlib_git.bb | 2 +-
> > recipes-extended/skmm-ep/skmm-ep_git.bb | 4 +-
> > recipes-extended/web-sysmon/web-sysmon_git.bb | 20 +-
> > recipes-kernel/asf/asf_git.bb | 2 +-
> > .../linux/files/configure-T1040-for-FMAN-V3L.patch | 217 -----------------
> ----
> > .../files/modify-defconfig-t1040-nr-cpus.patch | 16 +-
> > ...emove-Altivec-from-T1040-64-bit-defconfig.patch | 27 ---
> > recipes-kernel/linux/linux-qoriq_3.12.bb | 4 +-
> > recipes-virtualization/hv-cfg/hv-cfg_git.bb | 6 +
> > .../hypervisor/hypervisor_git.bb | 6 +-
> > 28 files changed, 189 insertions(+), 341 deletions(-)
> > delete mode 100644 conf/machine/p2020ds.conf
> > create mode 100644 conf/machine/t1024qds-64b.conf
> > create mode 100644 conf/machine/t1024qds.conf
> > create mode 100644 conf/machine/t1024rdb-64b.conf
> > create mode 100644 conf/machine/t1024rdb.conf
> > create mode 100644 conf/machine/t1042rdb-pi-64b.conf
> > create mode 100644 conf/machine/t1042rdb-pi.conf
> > rename recipes-bsp/u-boot/{u-boot-qoriq_2014.01.bb => u-boot-
> qoriq_2014.07.bb} (78%)
> > delete mode 100644 recipes-kernel/linux/files/configure-T1040-for-FMAN-
> V3L.patch
> > delete mode 100644 recipes-kernel/linux/files/remove-Altivec-from-T1040-
> 64-bit-defconfig.patch
> >
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2015-01-07 4:45 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05 10:32 [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 01/20] dtc: old SRC_URI died, changing to new working one ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 02/20] linux-qoriq: update revision to 6619b8b ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 03/20] u-boot: upgrade to 2014.07 with revision 659b6a2 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 04/20] t1024: add machine support for t1024qds/rdb ting.liu
2015-01-05 10:55 ` Otavio Salvador
2015-01-07 4:41 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 05/20] rename t1042rdb -> t1042rdb-pi ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 06/20] t1042rdb: add machine support ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 07/20] t104x: use kernel defconfig corenet_fmanv3_smp_defconfig ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 08/20] hv-cfg: t1042rdb use the same setting with t1040 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 09/20] skmm-ep: update revision to 27156a6 ting.liu
2015-01-05 10:50 ` Otavio Salvador
2015-01-07 4:41 ` ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 10/20] rcw: update revision to 3e89f378 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 11/20] asf: update revision to 16eb472 ting.liu
2015-01-05 10:51 ` Otavio Salvador
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 12/20] web-sysmon: update to revision 8d0c6ec ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 13/20] eth-config: update to revision 8040e0b ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 14/20] qemu: update to revision 6ac4597 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 15/20] flib: update to revision 4bd48d4 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 16/20] fmc: update to revision to 4f4a3eb ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 17/20] fmlib: update to revision 661d782 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 18/20] hypervisor: update to revision to 99b04d9 ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 19/20] ipc: update to revision c9c92ac ting.liu
2015-01-05 10:32 ` [meta-fsl-ppc][PATCH 20/20] p2020ds: remove as it is not supported now ting.liu
2015-01-07 0:41 ` [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) Bob Cochran
2015-01-07 2:21 ` zhenhua.luo
2015-01-07 4:45 ` ting.liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.