All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-freescale-layer master][PATCH v2 00/20] Update of QorIQ SDK 2.0 GA-1611 release
@ 2016-12-20 12:18 Zhenhua Luo
  2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 01/20] linux-qoriq: upgrade to SDK 2.0 GA1611 release Zhenhua Luo
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Zhenhua Luo @ 2016-12-20 12:18 UTC (permalink / raw)
  To: meta-freescale

The following is the major change.
1. upgrade u-boot to 2016.09
2. add ls1046ardb support
3. add ls1043ardb-32b and ls1046ardb-32b support 
4. move ppa to genetic git tree 
5. bug fixes for other packages

Zhenhua Luo (20):
  linux-qoriq: upgrade to SDK 2.0 GA1611 release
  fmc: upgrade to SDK 2.0 GA-1611 release
  fmlib: upgrade to SDK 2.0 GA-1611 release
  fm-ucode: support ls1046ardb boards
  eth-config: upgrade to SDK 2.0 GA-1611 release
  usdpaa: upgrade to SDK 2.0 GA-1611 release
  usdpaa-apps: upgrade to SDK 2.0 GA-1611 release
  dpa-offload: upgrade to SDK 2.0 GA-1611 release
  ppa: migrate to generic ppa tree
  u-boot: upgrade to 2016.09
  rcw: upgrade to SDK 2.0 GA-1611 release
  ceetm: support ls1046a targets
  kernel-module-ar: set CLEANBROKEN to 1
  cst: upgrade to SDK 2.0 GA-1611 release
  qemu-qoriq: support 32b build for arm64 platforms
  change-file-endianess: update byte_swap script to support ls1046
  ls1043ardb-32b: add machine conf file
  ls1046ardb: add machine conf
  ls1046ardb-32b: add machine conf
  ls1043ardb.conf: add fsl-lsch2 in MACHINEOVERRIDES

 conf/machine/ls1043ardb-32b.conf                   | 33 ++++++++++++++++++
 conf/machine/ls1043ardb.conf                       |  2 +-
 conf/machine/ls1046ardb-32b.conf                   | 33 ++++++++++++++++++
 conf/machine/ls1046ardb.conf                       | 27 +++++++++++++++
 .../openembedded-layer/recipes-dpaa/fmc/fmc_git.bb |  5 +--
 .../recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb    |  8 +++--
 .../change-file-endianess/change-file-endianess.bb | 13 +++++--
 .../change-file-endianess/byte_swap.tcl            |  6 +++-
 recipes-bsp/ppa/ppa_git.bb                         | 31 ++++++++---------
 recipes-bsp/rcw/rcw_git.bb                         | 13 ++++---
 ...ot-qoriq_2016.01.bb => u-boot-qoriq_2016.09.bb} | 40 +++++++++++++---------
 recipes-devtools/cst/cst_git.bb                    |  2 +-
 recipes-devtools/qemu/qemu-qoriq_git.bb            |  1 +
 recipes-dpaa/dpa-offload/dpa-offload_git.bb        |  6 ++--
 recipes-dpaa/eth-config/eth-config_git.bb          |  2 +-
 recipes-dpaa/fm-ucode/fm-ucode_git.bb              |  3 +-
 recipes-dpaa/fmlib/fmlib_git.bb                    |  3 +-
 recipes-dpaa/usdpaa/usdpaa_git.bb                  |  6 ++--
 recipes-kernel/ceetm/ceetm_git.bb                  |  2 +-
 .../kernel-modules/kernel-module-ar_git.bb         |  2 ++
 recipes-kernel/linux/linux-qoriq_4.1.bb            | 14 ++++++--
 21 files changed, 192 insertions(+), 60 deletions(-)
 create mode 100644 conf/machine/ls1043ardb-32b.conf
 create mode 100644 conf/machine/ls1046ardb-32b.conf
 create mode 100644 conf/machine/ls1046ardb.conf
 rename recipes-bsp/u-boot/{u-boot-qoriq_2016.01.bb => u-boot-qoriq_2016.09.bb} (71%)

-- 
2.7.4



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

end of thread, other threads:[~2016-12-20 12:19 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 12:18 [meta-freescale-layer master][PATCH v2 00/20] Update of QorIQ SDK 2.0 GA-1611 release Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 01/20] linux-qoriq: upgrade to SDK 2.0 GA1611 release Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 02/20] fmc: upgrade to SDK 2.0 GA-1611 release Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 03/20] fmlib: " Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 04/20] fm-ucode: support ls1046ardb boards Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 05/20] eth-config: upgrade to SDK 2.0 GA-1611 release Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 06/20] usdpaa: " Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 07/20] usdpaa-apps: " Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 08/20] dpa-offload: " Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 09/20] ppa: migrate to generic ppa tree Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 10/20] u-boot: upgrade to 2016.09 Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 11/20] rcw: upgrade to SDK 2.0 GA-1611 release Zhenhua Luo
2016-12-20 12:18 ` [meta-freescale-layer master][PATCH v2 12/20] ceetm: support ls1046a targets Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 13/20] kernel-module-ar: set CLEANBROKEN to 1 Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 14/20] cst: upgrade to SDK 2.0 GA-1611 release Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 15/20] qemu-qoriq: support 32b build for arm64 platforms Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 16/20] change-file-endianess: update byte_swap script to support ls1046 Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 17/20] ls1043ardb-32b: add machine conf file Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 18/20] ls1046ardb: add machine conf Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 19/20] ls1046ardb-32b: " Zhenhua Luo
2016-12-20 12:19 ` [meta-freescale-layer master][PATCH v2 20/20] ls1043ardb.conf: add fsl-lsch2 in MACHINEOVERRIDES Zhenhua Luo

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.