From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 517A5E00860; Tue, 6 Jan 2015 16:41:44 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 103BCE00571 for ; Tue, 6 Jan 2015 16:41:39 -0800 (PST) Received: from [192.168.1.10] (c-73-194-208-34.hsd1.nj.comcast.net [73.194.208.34]) by smtp.webfaction.com (Postfix) with ESMTP id 5190A2086C73; Wed, 7 Jan 2015 00:41:38 +0000 (UTC) Message-ID: <54AC80BF.2020902@mindchasers.com> Date: Tue, 06 Jan 2015 19:41:35 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: ting.liu@freescale.com, "meta-freescale@yoctoproject.org" References: <1420453958-11293-1-git-send-email-ting.liu@freescale.com> In-Reply-To: <1420453958-11293-1-git-send-email-ting.liu@freescale.com> Subject: Re: [meta-fsl-ppc][PATCH 00/20] qoriq sdk v1.7 patches (part I) X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2015 00:41:44 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 (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 >