All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-freescale-layer master][PATCH 00/19] Update of QorIQ SDK 2.0 GA-1611 release
@ 2016-12-20  8:04 Zhenhua Luo
  2016-12-20  8:04 ` [meta-freescale-layer master][PATCH 01/19] linux-qoriq: upgrade to SDK 2.0 GA1611 release Zhenhua Luo
                   ` (18 more replies)
  0 siblings, 19 replies; 22+ messages in thread
From: Zhenhua Luo @ 2016-12-20  8:04 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 (19):
  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

 conf/machine/ls1043ardb-32b.conf                   | 33 ++++++++
 conf/machine/ls1046ardb-32b.conf                   | 33 ++++++++
 conf/machine/ls1046ardb.conf                       | 26 +++++++
 .../openembedded-layer/recipes-dpaa/fmc/fmc_git.bb |  3 +-
 .../recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb    |  2 +-
 .../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                         |  8 +-
 recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb         | 81 --------------------
 recipes-bsp/u-boot/u-boot-qoriq_2016.09.bb         | 89 ++++++++++++++++++++++
 recipes-devtools/cst/cst_git.bb                    |  2 +-
 recipes-devtools/qemu/qemu-qoriq_git.bb            |  1 +
 recipes-dpaa/dpa-offload/dpa-offload_git.bb        |  2 +-
 recipes-dpaa/eth-config/eth-config_git.bb          |  2 +-
 recipes-dpaa/fm-ucode/fm-ucode_git.bb              |  1 +
 recipes-dpaa/fmlib/fmlib_git.bb                    |  3 +-
 recipes-dpaa/usdpaa/usdpaa_git.bb                  |  2 +-
 recipes-kernel/ceetm/ceetm_git.bb                  |  2 +-
 .../kernel-modules/kernel-module-ar_git.bb         |  2 +
 recipes-kernel/linux/linux-qoriq_4.1.bb            | 16 +++-
 21 files changed, 245 insertions(+), 113 deletions(-)
 create mode 100644 conf/machine/ls1043ardb-32b.conf
 create mode 100644 conf/machine/ls1046ardb-32b.conf
 create mode 100644 conf/machine/ls1046ardb.conf
 delete mode 100644 recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb
 create mode 100644 recipes-bsp/u-boot/u-boot-qoriq_2016.09.bb

-- 
2.7.4



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

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

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