All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.