All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/13] linux-qoriq-4.9 : update to b226445
@ 2017-10-30  8:53 Chunrong Guo
  2017-10-30  8:53 ` [PATCH 02/13] linux-qoriq_4.4: update to e235023 Chunrong Guo
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
b226445 - sdk_dpaa: accept frames on RX even if larger than MTU
7efbd58 - arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
5cc8bc4 - irqchip/ls-scfg-msi: add LS1012a MSI support
4bfcc4a - PFE: fix compile issue on arm32
816b0a0 - staging: fsl_ppfe/eth: fix read/write/ack idx issue
899dfef - staging: fsl_ppfe/eth: remove unused functions
592c077 - dma: caam: add support for memcpy
29a234c - dma: caam: change func/field names to better match functionality
e5a45c6 - dma: caam: make internal function static
eb2f646 - dma: caam: remove unneeded function parameter
4beb859 - dma: caam: removed unsed struct fields
4c4391e6 - arm64: dts: freescale: ls1012a: fix RGMII tx delay issue
f5d83fa - arm64: dts: freescale: ls1012a: update with pppfe support
3b70359 - staging: fsl_ppfe/eth: fix RGMII tx delay issue
03342cf - change _nfct to nfct for linux 4.9
4555dbf - staging: fsl_ppfe/eth: introduce pfe driver
8cf83a7 - staging: fsl_ppfe/eth: header files for pfe driver
1b7937c - net: fsl_ppfe: dts binding for ppfe
c08ddf4 - staging: fsl_ppfe/eth: introduce pfe driver
454414d - Extend FM MAC Statistics with frame size counters (request from Nokia)
50fd1a6 - r8152: avoid rx queue more than 1000 packets
4453584 - dma: caam: fix desc error when data length is over 130815 bytes
072da00 - arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
65d7ad7 - soc: fsl: fix the compilation issue
30d4e3e - dma: caam: add dma driver using scatter-gather
c567a00 - arm64: dts: ls1012a: add caam-dma node
c0890d3 - crypto: caam: add caam-dma node to SEC4.0 device tree binding
0ee2d16 - iommu: Allow default domain type to be set on the kernel command line
6930efa - iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
9d3ff25 - iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
ac3d66b - iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
bf07fb6 - iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
a88b1fd9 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
ced09b7 - DPIO: Prefer the CPU affine DPIO
90db0bd - staging: fsl-mc/dpio: Fix incorrect comparison
5d66d65 - PCI: layerscape: Add support for ls1012a
42561e5 - soc: fsl: set rcpm bit for FTM
f929ec1 - dts: ls1012a: Add PCIe controller DT node
0afcc90 - dts: ls1012a: Add MSI controller DT node
e4921ee - dt-bindings: clockgen: Add compatible string for LS1012A
e4db8b1 - arm64: dts: ls208xa: Add the identify of the platform to support to set rcpm bit
0b449f2 - arm64: dts: ls1046a: Add the identify of the platform to support to set rcpm bit
078f0d1 - arm64: dts: ls1043a: Add the identify of the platform to support to set rcpm bit
ee27725 - arm: dts: ls1021a: Add the identify of the platform to support to set rcpm bit
ad55e42 - arm64: dts: ls1012a: Add the identify of the platform to support to set rcpm bit
d2ea49f - arm64: dts: ls1088a: Add the identify of the platform to support to set rcpm bit

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/linux/linux-qoriq_4.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.9.bb b/recipes-kernel/linux/linux-qoriq_4.9.bb
index db0d29b..c237c87 100644
--- a/recipes-kernel/linux/linux-qoriq_4.9.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.9.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
 "
-SRCREV = "1e65b659831680691ffcfca687f568367122873e"
+SRCREV = "b226445f42e0acc83db095a267bc003fcc56653b"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 02/13] linux-qoriq_4.4: update to e235023
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 03/13] management-complex: update to 10.3.4 Chunrong Guo
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
e235023 - sdk_dpaa: accept frames on RX even if larger than MTU
d9123b2 - arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
e9602ac - irqchip/ls-scfg-msi: add LS1012a MSI support
2c2c3a9 - PFE: fix compile issue on arm32
60cd1cd - staging: fsl_ppfe/eth: fix read/write/ack idx issue
9b418a1 - staging: fsl_ppfe/eth: remove unused functions
7b713b7 - arm64: dts: freescale: ls1012a: update with pppfe support
bd5ef67 - staging: fsl_ppfe/eth: introduce pfe driver
34bd3ef - staging: fsl_ppfe/eth: reverting irq array of interrupts of mii_bus structure
13a2098 - change _nfct to nfct for linux 4.4
4dc4443 - staging: fsl_ppfe/eth: introduce pfe driver
cee1dab - staging: fsl_ppfe/eth: header files for pfe driver
a62c4a44 - net: fsl_ppfe: dts binding for ppfe
6a975e1 - arm64: dts: ls1046a: Add dis_rxdet_inp3_quirk property to USB3 node
ba3d118 - dma: caam: add support for memcpy
b52e627 - dma: caam: change func/field names to better match functionality
7be6429 - dma: caam: make internal function static
b24b41f - dma: caam: remove unneeded function parameter
3c9b57b - dma: caam: removed unsed struct fields
991c353 - Extend FM MAC Statistics with frame size counters (request from Nokia)
9ca1fb9 - dma: caam: fix desc error when data length is over 130815 bytes
40b1c1b - dma: caam: add dma driver using scatter-gather
518d97d - arm64: dts: ls1012a: add caam-dma node
2b72db0 - crypto: caam: add caam-dma node to SEC4.0 device tree binding
a160bbb - r8152: avoid rx queue more than 1000 packets
84e7a34 - staging: fsl-dpaa2/eth: move generic FD defines to DPIO
25322fa - staging: fsl-dpaa2/eth: Add generic FD defines to DPIO
b4a9bc9 - soc: fsl: fix the compilation issue
aefede5 - DPIO: Prefer the CPU affine DPIO
f779dcb - staging: fsl-mc/dpio: Fix incorrect comparison
0ee57c0 - crypto: caam/qi2 - fix gfp allocation flags (part II)
9375c90 - crypto: caam/qi2 - fix gfp allocation flags (part I)
8543511 - crypto: caam/qi2 - fix fd_flt_dma dma unmapping direction
f965f5f - crypto: caam/qi2 - fix caam_exit_common() signature
843f687 - crypto: caam/qi2 - DPAA2-CAAM driver up-rev
4a65fba - crypto: caam - fix incorrect define
80fe999 - crypto: caam - Remove unused dentry members
7a11770 - crypto: caam - free qman_fq after kill_fq
3b13203 - crypto: caam - clean-up in caam_init_rng()
9a9a6f5 - crypto: caam - remove unused variables in caam_drv_private
54430f6 - crypto: caam - remove unused sg_to_sec4_sg_len()
7a69034 - crypto: caam/qi - lower driver verbosity
686caeb - crypto: caam/qi - handle large number of S/Gs case
a679cb9 - crypto: caam/qi - properly set IV after {en,de}crypt
69c7781 - crypto: caam - properly set IV after {en,de}crypt
d62c00e - crypto: caam/qi - fix typo in authenc alg driver name
6252332 - crypto: caam - fix gfp allocation flags (part II)
7d20b7c - crypto: caam - fix gfp allocation flags (part I)
d90d76d - crypto: caam - make of_device_ids const.
4d6269a - crypto: caam - fix error return code in caam_qi_init()
0384e62 - crypto: tcrypt - remove AES-XTS-192 speed tests
791dd43 - PCI: layerscape: Add support for ls1012a
accb346 - soc: fsl: set rcpm bit for FTM
9f91720 - dts: ls1012a: Add PCIe controller DT node
e6e7067 - dts: ls1012a: Add MSI controller DT node
2b6b580 - dt-bindings: clockgen: Add compatible string for LS1012A
e894f84d - arm64: dts: ls208xa: Add the identify of the platform to support to set rcpm bit
c0bf60be - arm64: dts: ls1046a: Add the identify of the platform to support to set rcpm bit
2053368 - arm64: dts: ls1043a: Add the identify of the platform to support to set rcpm bit
ccbd24c - arm: dts: ls1021a: Add the identify of the platform to support to set rcpm bit
85c51b9 - arm64: dts: ls1012a: Add the identify of the platform to support to set rcpm bit
116b960 - arm64: dts: ls1088a: Add the identify of the platform to support to set rcpm bit

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/linux/linux-qoriq_4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb
index 1bb8471..72177a3 100644
--- a/recipes-kernel/linux/linux-qoriq_4.4.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \
 "
-SRCREV = "953d4679940ecc280cb3c5312b086d05f7897395"
+SRCREV = "e235023f9e3dee101ee31f3b1ddaa3c8aacd6d03"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 03/13] management-complex: update to 10.3.4
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
  2017-10-30  8:53 ` [PATCH 02/13] linux-qoriq_4.4: update to e235023 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 04/13] rcw: update to 6719b04 Chunrong Guo
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
824745f - Add the prebuilt binaries of mc 10.3.4 release
840aa8e - Initial commit to add README

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 .../management-complex_10.3.2.bb                   | 39 ----------------------
 .../management-complex_10.3.4.bb                   | 39 ++++++++++++++++++++++
 2 files changed, 39 insertions(+), 39 deletions(-)
 delete mode 100644 recipes-dpaa2/management-complex/management-complex_10.3.2.bb
 create mode 100644 recipes-dpaa2/management-complex/management-complex_10.3.4.bb

diff --git a/recipes-dpaa2/management-complex/management-complex_10.3.2.bb b/recipes-dpaa2/management-complex/management-complex_10.3.2.bb
deleted file mode 100644
index 84c952c..0000000
--- a/recipes-dpaa2/management-complex/management-complex_10.3.2.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-SUMMARY = "DPAA2 Management Complex Firmware"
-LICENSE = "Freescale-Binary-EULA"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0ef9ba7621bd36f5fef5009fbeb56b00"
-
-inherit deploy
-
-INHIBIT_DEFAULT_DEPS = "1"
-
-SRC_URI = "git://github.com/qoriq-open-source/mc-binary.git;nobranch=1"
-SRCREV = "5e4a0d854def8cc4090cb86b26ac4ac18e7e4143"
-
-S = "${WORKDIR}/git"
-
-REGLEX_ls2088a = "ls2088a"
-REGLEX_ls1088a = "ls1088a"
-
-do_install () {
-    install -d ${D}/boot
-    install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
-}
-
-do_deploy () {
-    install -d ${DEPLOYDIR}/mc_app
-    install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
-    # make a symlink to the latest binary
-    for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
-        ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
-    done
-}
-addtask deploy before do_build after do_install
-
-PACKAGES += "${PN}-image"
-FILES_${PN}-image += "/boot"
-
-INHIBIT_PACKAGE_STRIP = "1"
-
-COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
diff --git a/recipes-dpaa2/management-complex/management-complex_10.3.4.bb b/recipes-dpaa2/management-complex/management-complex_10.3.4.bb
new file mode 100644
index 0000000..010e998
--- /dev/null
+++ b/recipes-dpaa2/management-complex/management-complex_10.3.4.bb
@@ -0,0 +1,39 @@
+SUMMARY = "DPAA2 Management Complex Firmware"
+LICENSE = "Freescale-Binary-EULA"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0ef9ba7621bd36f5fef5009fbeb56b00"
+
+inherit deploy
+
+INHIBIT_DEFAULT_DEPS = "1"
+
+SRC_URI = "git://github.com/qoriq-open-source/mc-binary.git;nobranch=1"
+SRCREV = "824745fe1580b281bebb808321c3f41353a3140a"
+
+S = "${WORKDIR}/git"
+
+REGLEX_ls2088a = "ls2088a"
+REGLEX_ls1088a = "ls1088a"
+
+do_install () {
+    install -d ${D}/boot
+    install -m 755 ${S}/${REGLEX}/*.itb ${D}/boot
+}
+
+do_deploy () {
+    install -d ${DEPLOYDIR}/mc_app
+    install -m 755 ${S}/${REGLEX}/*.itb ${DEPLOYDIR}/mc_app
+    # make a symlink to the latest binary
+    for mc_binary in `ls ${DEPLOYDIR}/mc_app |sort`;do
+        ln -sfT ${mc_binary} ${DEPLOYDIR}/mc_app/mc.itb
+    done
+}
+addtask deploy before do_build after do_install
+
+PACKAGES += "${PN}-image"
+FILES_${PN}-image += "/boot"
+
+INHIBIT_PACKAGE_STRIP = "1"
+
+COMPATIBLE_MACHINE = "(ls2080ardb|ls2088a|ls1088a)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 04/13] rcw: update to 6719b04
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
  2017-10-30  8:53 ` [PATCH 02/13] linux-qoriq_4.4: update to e235023 Chunrong Guo
  2017-10-30  8:53 ` [PATCH 03/13] management-complex: update to 10.3.4 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 05/13] uboot : update to fbedf04 Chunrong Guo
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
6719b04 - Ls1043a: add workaround for pcie errata A-009859

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/rcw/rcw_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/rcw/rcw_git.bb b/recipes-bsp/rcw/rcw_git.bb
index 9c2b156..66877a7 100644
--- a/recipes-bsp/rcw/rcw_git.bb
+++ b/recipes-bsp/rcw/rcw_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "change-file-endianess-native tcl-native"
 inherit deploy siteinfo
 
 SRC_URI = "git://github.com/qoriq-open-source/rcw.git;nobranch=1"
-SRCREV = "1a6236a34166219de324a105971eb9de05cde76e"
+SRCREV = "6719b046ee87b04026fe163e6c8fbbebba2186aa"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 05/13] uboot : update to fbedf04
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (2 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 04/13] rcw: update to 6719b04 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 06/13] restool: update to 8f08b9d Chunrong Guo
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
fbedf04 - armv8: Workaround for USB erratum A-009007 on LS1088A
07dce79 - board: freescale: ls1012a: fix RGMII tx delay issue
39bd068 - armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID
aad3422 - armv8: configs: ls1012a: correct the generic timer frequency issue
0f0e241 - configs: ls1012a: add pfe configuration for LS1012A
a518a57 - fsl: csu: enable ns access for PFE
d91e382 - armv8: fsl-lsch2: configure pfe's scfg & dcfg registers
99089ae - armv8: fsl-lsch2: add pfe macros and update ccsr_scfg structure
7b2f1c3 - armv8: fsl-lsch2: initialize pfe gemac
f0640ed - board: freescale: ls1012a: enable network support on ls1012a platforms
af5f822 - drivers: net: pfe_eth: LS1012A PFE headers
676ef26 - drivers: net: pfe_eth: provide pfe commands
74b6833 - drivers: net: pfe_eth: LS1012A PFE driver introduction
3ddb3d3 - armv8: fsl-layerscape: Add support of GPIO structure
091c401 - driver: fsl-mc: memset pointers after malloc
4dcd33d - armv8: ls1088a: Update MC boot sequence
2dcba27 - arm64: ls2088ardb: Fix nor fall back option failure
c64ac4c - QE: Set QE_IRAM_READY after uploading firmware

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb b/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb
index ed99828..ea9e7c8 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2017.09.bb
@@ -20,7 +20,7 @@ DEPENDS_append_qoriq-ppc = " boot-format-native"
 
 SRC_URI = "git://github.com/qoriq-open-source/u-boot.git;nobranch=1 \
 "
-SRCREV = "503eff00a7119d2690a662ed64e83e4782b7d3d9"
+SRCREV = "fbedf04c1bad675eadbac86febdcf759441a02af"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 06/13] restool: update to 8f08b9d
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (3 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 05/13] uboot : update to fbedf04 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 07/13] fmlib: update to 95f34b1 Chunrong Guo
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
8f08b9d - scripts: remove symbolic links from repo
a22e095 - Makefile: change instalation path to $(DESTDIR)/usr/local/bin
9279f35 - Makefile: remove useless assignments
b92d1e1 - Makefile: do not force a specific hash style
fbea3ee - Makefile: create restool as a dynamically linked binary
1546b8a - Makefile: automatically generate list of source files
7ef0194 - remove unused variables

Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 recipes-dpaa2/restool/restool_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb
index 3b56102..7cec353 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -7,7 +7,7 @@ RDEPENDS_${PN} += "bash"
 SRC_URI = "git://github.com/qoriq-open-source/restool.git;nobranch=1 \
     file://0001-restool-fix-build-error-with-gcc7.patch"
 
-SRCREV = "87c3abe305d02a866404237773d4f736ab5247b2"
+SRCREV = "8f08b9d499e84f9057784c2036f0ddf75ae3fc70"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 07/13] fmlib: update to 95f34b1
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (4 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 06/13] restool: update to 8f08b9d Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 08/13] cst :update to 5e0ce70 Chunrong Guo
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
95f34b1 - Extend FM MAC Statistics with frame size counters (request from Nokia)
97dd99c - FMC cleanup fix - first version

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.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 aca0135..bd1e794 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
 PR = "r1"
 
 SRC_URI = "git://github.com/qoriq-open-source/fmlib.git;nobranch=1"
-SRCREV = "9f20cab379212e8fab907b17910e31a6a86380dd"
+SRCREV = "95f34b1fe585ba0eced11433c88a593a16baf281"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 08/13] cst :update to 5e0ce70
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (5 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 07/13] fmlib: update to 95f34b1 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 09/13] fmc: update to 8c9f127 Chunrong Guo
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*include the following changes:
5e0ce70 - Separate secboot_hdrs.bin for different boot typt

Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 recipes-devtools/cst/cst_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index dc0ae5e..37ee71c 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -12,7 +12,7 @@ inherit kernel-arch
 SRC_URI = "git://github.com/qoriq-open-source/cst.git;nobranch=1 \
     file://0001-gen_otpmk_drbg-fails-compilation-due-to-uninitialize.patch \
 "
-SRCREV = "1afb40c13097fc9e8a641aa5d0420498fea01c65"
+SRCREV = "5e0ce7047c0185007efec2757fe4c55d49f95aad"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 09/13] fmc: update to 8c9f127
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (6 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 08/13] cst :update to 5e0ce70 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 10/13] ppfe-firmware: update recipes Chunrong Guo
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

 *include the following changes:
8c9f127 - FMC cleanup fix - first version

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
index 8bfde71..a5712ff 100644
--- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
@@ -7,7 +7,7 @@ PR = "r2"
 DEPENDS = "libxml2 fmlib tclap"
 
 SRC_URI = "git://github.com/qoriq-open-source/fmc.git;nobranch=1"
-SRCREV = "4377bfc24626a0db3bedb6e1cbb201f6f6df964c"
+SRCREV = "8c9f127138dc803bf58bef75e9fc092dc60f9c53"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 10/13] ppfe-firmware: update recipes
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (7 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 09/13] fmc: update to 8c9f127 Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 11/13] ls1012ardb : add itbimage support Chunrong Guo
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*update SRC_URI

*update to 97cd13d
include the following changes:
97cd13d - DNCPE-372 Add ls1012a sbl firmware itb
4089bcf - DNCPE-372 Update binary files
4943138 - DNCPE-372 Update binary files

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
index f300419..ab0015a 100644
--- a/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
+++ b/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=f1c407c0fccab5cd0bf9b92565f
 
 INHIBIT_DEFAULT_DEPS = "1"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/engine-pfe-bin.git;nobranch=1"
-SRCREV = "5d984557d9b542bdd8bd469537126c05dd167dcc"
+SRC_URI = "git://github.com/qoriq-open-source/engine-pfe-bin.git;nobranch=1"
+SRCREV = "97cd13d3070d7199e62881bc495b332194b67edd"
 
 S = "${WORKDIR}/git"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 11/13] ls1012ardb : add itbimage support
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (8 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 10/13] ppfe-firmware: update recipes Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 12/13] fmc: set EXTRA_OEMAKE_PLATFORM for ls1088a Chunrong Guo
  2017-10-30  8:53 ` [PATCH 13/13] ceetm: update recipes Chunrong Guo
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 conf/machine/ls1012ardb.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf
index 8fe7bed..c0b438a 100644
--- a/conf/machine/ls1012ardb.conf
+++ b/conf/machine/ls1012ardb.conf
@@ -10,6 +10,12 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
 require conf/machine/include/qoriq-arm64.inc
 require conf/machine/include/arm/arch-arm64.inc
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+DTB_LOAD = "0x90000000"
+UBOOT_ENTRYPOINT = "0x80080000"
+
 UBOOT_CONFIG ??= "qspi-secure-boot qspi"
 UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 12/13] fmc: set EXTRA_OEMAKE_PLATFORM for ls1088a
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (9 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 11/13] ls1012ardb : add itbimage support Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-10-30  8:53 ` [PATCH 13/13] ceetm: update recipes Chunrong Guo
  11 siblings, 0 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
index a5712ff..7076da1 100644
--- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
@@ -21,6 +21,7 @@ EXTRA_OEMAKE_virtclass-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING
 EXTRA_OEMAKE_PLATFORM ?= ""
 EXTRA_OEMAKE_PLATFORM_ls1043a = "ls1043"
 EXTRA_OEMAKE_PLATFORM_ls1046a = "ls1046"
+EXTRA_OEMAKE_PLATFORM_ls1088a = "ls1088"
 
 do_compile () {
     oe_runmake MACHINE=${EXTRA_OEMAKE_PLATFORM} -C source
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 13/13] ceetm: update recipes
  2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
                   ` (10 preceding siblings ...)
  2017-10-30  8:53 ` [PATCH 12/13] fmc: set EXTRA_OEMAKE_PLATFORM for ls1088a Chunrong Guo
@ 2017-10-30  8:53 ` Chunrong Guo
  2017-11-02  7:51   ` C.r. Guo
  2017-11-06 12:06   ` Otavio Salvador
  11 siblings, 2 replies; 15+ messages in thread
From: Chunrong Guo @ 2017-10-30  8:53 UTC (permalink / raw)
  To: meta-freescale; +Cc: chunrong.guo

From: Chunrong Guo <chunrong.guo@nxp.com>

*Fix wrong md5sum of license file
fix the below error:
|ERROR: ceetm-git-r0 do_populate_lic: QA Issue: ceetm: The LIC_FILES_CHKSUM does not
| match for file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287

*Change git repository URL

*Update to f58304d
This includes the following changes:
f58304d - Update Copyright owners
6fe89a0 - ceetm: use IPROUTE2_DIR in build include path for LSDK
896094f - ceetm: update include path for LSDK/flex-builder
74f2393 - ceetm: fix small compiler warnings
20be45f - ceetm: restructure sources for LSDK integration

*Add iproute2 to SRC_URI
because ceetms compile depend heard file in iproute2-dbg package

*Add md5/sha256 checksums of iproute2

*Update EXTRA_OEMAKE to fix compile error
fix the below error:
|q_ceetm.h:33:10: fatal error: include/utils.h: No such file or directory

*Fix the installation directory
fix the below error:
|cp: cannot stat 'aarch64-qoriq-poky-linux/ceetm/git-r0/git/bin/q_ceetm.so': No such file or directory

*Update COMPATIBLE_MACHINE for ls1088a

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/ceetm/ceetm_git.bb | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index 44ca577..b64e26b 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -1,22 +1,27 @@
 DESCRIPTION = "CEETM TC QDISC"
 LICENSE = "GPLv2 & BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
+LIC_FILES_CHKSUM = "file://COPYING;md5=dde0931a586dd5b30076639e29ba3a7b"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;branch=sdk-v2.0.x"
-SRCREV = "a237e094c3316a55727b855d15480e664545316a"
+SRC_URI = "git://github.com/qoriq-open-source/ceetm.git;nobranch=1 \
+           ${KERNELORG_MIRROR}/linux/utils/net/iproute2/iproute2-4.11.0.tar.xz;name=iproute2;destsuffix=git/iproute2 \
+"
+SRCREV = "f58304d7e2185003d0f4ff604bc8e4316d463a03"
+
+SRC_URI[iproute2.md5sum] = "7a9498de88bcca95c305df6108ae197e"
+SRC_URI[iproute2.sha256sum] = "72671028bda696d0cb8f48ec8e702581c3a501caeed33eec3a81d7041cbc8026"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}"
+EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" IPROUTE2_DIR="${WORKDIR}/iproute2-4.11.0"'
 
 do_install(){
     mkdir -p ${D}/${libdir}/tc
-    cp ${S}/bin/q_ceetm.so ${D}/${libdir}/tc/
+    cp ${S}/q_ceetm.so ${D}/${libdir}/tc/
 }
 
 FILES_${PN} += "${libdir}/tc"
 INHIBIT_PACKAGE_STRIP = "1"
 
-COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a)"
+COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a|ls1088a)"
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
 
-- 
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCH 13/13] ceetm: update recipes
  2017-10-30  8:53 ` [PATCH 13/13] ceetm: update recipes Chunrong Guo
@ 2017-11-02  7:51   ` C.r. Guo
  2017-11-06 12:06   ` Otavio Salvador
  1 sibling, 0 replies; 15+ messages in thread
From: C.r. Guo @ 2017-11-02  7:51 UTC (permalink / raw)
  To: Chunrong Guo, meta-freescale

pings

-----Original Message-----
From: Chunrong Guo [mailto:B40290@freescale.com] 
Sent: Monday, October 30, 2017 4:54 PM
To: meta-freescale@yoctoproject.org
Cc: Zhenhua Luo <zhenhua.luo@nxp.com>; C.r. Guo <chunrong.guo@nxp.com>
Subject: [PATCH 13/13] ceetm: update recipes

From: Chunrong Guo <chunrong.guo@nxp.com>

*Fix wrong md5sum of license file
fix the below error:
|ERROR: ceetm-git-r0 do_populate_lic: QA Issue: ceetm: The 
|LIC_FILES_CHKSUM does not  match for 
|file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287

*Change git repository URL

*Update to f58304d
This includes the following changes:
f58304d - Update Copyright owners
6fe89a0 - ceetm: use IPROUTE2_DIR in build include path for LSDK 896094f - ceetm: update include path for LSDK/flex-builder
74f2393 - ceetm: fix small compiler warnings 20be45f - ceetm: restructure sources for LSDK integration

*Add iproute2 to SRC_URI
because ceetms compile depend heard file in iproute2-dbg package

*Add md5/sha256 checksums of iproute2

*Update EXTRA_OEMAKE to fix compile error fix the below error:
|q_ceetm.h:33:10: fatal error: include/utils.h: No such file or 
|directory

*Fix the installation directory
fix the below error:
|cp: cannot stat 
|'aarch64-qoriq-poky-linux/ceetm/git-r0/git/bin/q_ceetm.so': No such 
|file or directory

*Update COMPATIBLE_MACHINE for ls1088a

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
---
 recipes-kernel/ceetm/ceetm_git.bb | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/recipes-kernel/ceetm/ceetm_git.bb b/recipes-kernel/ceetm/ceetm_git.bb
index 44ca577..b64e26b 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -1,22 +1,27 @@
 DESCRIPTION = "CEETM TC QDISC"
 LICENSE = "GPLv2 & BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
+LIC_FILES_CHKSUM = "file://COPYING;md5=dde0931a586dd5b30076639e29ba3a7b"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/ceetm.git;branch=sdk-v2.0.x"
-SRCREV = "a237e094c3316a55727b855d15480e664545316a"
+SRC_URI = "git://github.com/qoriq-open-source/ceetm.git;nobranch=1 \
+           
+${KERNELORG_MIRROR}/linux/utils/net/iproute2/iproute2-4.11.0.tar.xz;name=iproute2;destsuffix=git/iproute2 \ "
+SRCREV = "f58304d7e2185003d0f4ff604bc8e4316d463a03"
+
+SRC_URI[iproute2.md5sum] = "7a9498de88bcca95c305df6108ae197e"
+SRC_URI[iproute2.sha256sum] = "72671028bda696d0cb8f48ec8e702581c3a501caeed33eec3a81d7041cbc8026"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SYSROOT=${STAGING_DIR_TARGET}"
+EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" IPROUTE2_DIR="${WORKDIR}/iproute2-4.11.0"'
 
 do_install(){
     mkdir -p ${D}/${libdir}/tc
-    cp ${S}/bin/q_ceetm.so ${D}/${libdir}/tc/
+    cp ${S}/q_ceetm.so ${D}/${libdir}/tc/
 }
 
 FILES_${PN} += "${libdir}/tc"
 INHIBIT_PACKAGE_STRIP = "1"
 
-COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a)"
+COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a|ls1046a|ls1088a)"
 PACKAGE_ARCH = "${MACHINE_SOCARCH}"
 
--
1.9.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCH 13/13] ceetm: update recipes
  2017-10-30  8:53 ` [PATCH 13/13] ceetm: update recipes Chunrong Guo
  2017-11-02  7:51   ` C.r. Guo
@ 2017-11-06 12:06   ` Otavio Salvador
  1 sibling, 0 replies; 15+ messages in thread
From: Otavio Salvador @ 2017-11-06 12:06 UTC (permalink / raw)
  To: Chunrong Guo; +Cc: meta-freescale, Chunrong Guo

On Mon, Oct 30, 2017 at 6:53 AM, Chunrong Guo <B40290@freescale.com> wrote:
> From: Chunrong Guo <chunrong.guo@nxp.com>
>
> *Fix wrong md5sum of license file
> fix the below error:
> |ERROR: ceetm-git-r0 do_populate_lic: QA Issue: ceetm: The LIC_FILES_CHKSUM does not
> | match for file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287
>
> *Change git repository URL
>
> *Update to f58304d
> This includes the following changes:
> f58304d - Update Copyright owners
> 6fe89a0 - ceetm: use IPROUTE2_DIR in build include path for LSDK
> 896094f - ceetm: update include path for LSDK/flex-builder
> 74f2393 - ceetm: fix small compiler warnings
> 20be45f - ceetm: restructure sources for LSDK integration
>
> *Add iproute2 to SRC_URI
> because ceetms compile depend heard file in iproute2-dbg package
>
> *Add md5/sha256 checksums of iproute2
>
> *Update EXTRA_OEMAKE to fix compile error
> fix the below error:
> |q_ceetm.h:33:10: fatal error: include/utils.h: No such file or directory
>
> *Fix the installation directory
> fix the below error:
> |cp: cannot stat 'aarch64-qoriq-poky-linux/ceetm/git-r0/git/bin/q_ceetm.so': No such file or directory
>
> *Update COMPATIBLE_MACHINE for ls1088a
>
> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>

I accepted all patches except this one. You must depends on iproute
and not include it here too.

-- 
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] 15+ messages in thread

end of thread, other threads:[~2017-11-06 12:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30  8:53 [PATCH 01/13] linux-qoriq-4.9 : update to b226445 Chunrong Guo
2017-10-30  8:53 ` [PATCH 02/13] linux-qoriq_4.4: update to e235023 Chunrong Guo
2017-10-30  8:53 ` [PATCH 03/13] management-complex: update to 10.3.4 Chunrong Guo
2017-10-30  8:53 ` [PATCH 04/13] rcw: update to 6719b04 Chunrong Guo
2017-10-30  8:53 ` [PATCH 05/13] uboot : update to fbedf04 Chunrong Guo
2017-10-30  8:53 ` [PATCH 06/13] restool: update to 8f08b9d Chunrong Guo
2017-10-30  8:53 ` [PATCH 07/13] fmlib: update to 95f34b1 Chunrong Guo
2017-10-30  8:53 ` [PATCH 08/13] cst :update to 5e0ce70 Chunrong Guo
2017-10-30  8:53 ` [PATCH 09/13] fmc: update to 8c9f127 Chunrong Guo
2017-10-30  8:53 ` [PATCH 10/13] ppfe-firmware: update recipes Chunrong Guo
2017-10-30  8:53 ` [PATCH 11/13] ls1012ardb : add itbimage support Chunrong Guo
2017-10-30  8:53 ` [PATCH 12/13] fmc: set EXTRA_OEMAKE_PLATFORM for ls1088a Chunrong Guo
2017-10-30  8:53 ` [PATCH 13/13] ceetm: update recipes Chunrong Guo
2017-11-02  7:51   ` C.r. Guo
2017-11-06 12:06   ` Otavio Salvador

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.