From: Bob Cochran <yocto@mindchasers.com>
To: ting.liu@freescale.com,
"meta-freescale@yoctoproject.org"
<meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I)
Date: Tue, 06 Jan 2015 19:41:35 -0500 [thread overview]
Message-ID: <54AC80BF.2020902@mindchasers.com> (raw)
In-Reply-To: <1420453958-11293-1-git-send-email-ting.liu@freescale.com>
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
>
next prev parent reply other threads:[~2015-01-07 0:41 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Bob Cochran [this message]
2015-01-07 2:21 ` [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) zhenhua.luo
2015-01-07 4:45 ` ting.liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54AC80BF.2020902@mindchasers.com \
--to=yocto@mindchasers.com \
--cc=meta-freescale@yoctoproject.org \
--cc=ting.liu@freescale.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.