Hi Bob, 

SDK 2.0 1703 GA release is the last QorIQ SDK(Yocto based) which supports both 
PPC and ARM targets, Layerscape SDK(Ubuntu userland based) has replaced QSDK, 
only ARM machines will be supported. The first formal release is LSDK-1706 
which has been announced and available in both http://www.nxp.com and 
https://lsdk.github.io/. 

In future, the Yocto recipes for ARM targets will continue to be updated in 
meta-freescale & meta-freescale-distro layers to align with new LSDK releases, 
the recipes of PPC will be removed. The bug fixes of PPC targets will be merged 
in legacy branches of corresponding Yocto layers. 


Best Regards, 

Zhenhua

> -----Original Message-----
> From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-
> boun...@yoctoproject.org] On Behalf Of Bob Cochran
> Sent: Wednesday, September 06, 2017 8:05 PM
> To: Chunrong Guo <b40...@freescale.com>; meta-
> freesc...@yoctoproject.org
> Cc: C.r. Guo <chunrong....@nxp.com>
> Subject: Re: [meta-freescale] [PATCH] remove ppc machine
> 
> On 08/09/2017 01:14 AM, Chunrong Guo wrote:
> > From: Chunrong Guo <chunrong....@nxp.com>
> >
> >   * nxp release  will not support ppc machine.
> 
> Can you please explain this?  This seems to be in contrast to the stated 
> direction
> on NXP's web site:
> 
> "QorIQ SDK is a fully featured and mature Yocto-based software kit for QorIQ
> PowerPC based P-series and T-series family of processors. It also supports
> Layerscape family, but we recommend users to leverage the new Layerscape
> SDK to get access to latest features on Layerscape platforms."
> 
> It seems that you should have removed the QorIQ / Layerscape ARM machine
> files (e.g., ls1021atwr.conf ) and left the PPC files.
> 
> Regardless, this seems like a very big mistake since there are other users of 
> PPC
> machine files; it's not for the exclusive use of NXP developers.
> 
> Do you have plans to pull the Layerscape machine files?  NXP is telling their
> Layerscape customers to move away from Yocto and onto the Layerscape SDK.
> 
> http://www.nxp.com/products/developer-resources/run-time-software/linux-
> sdk/linux-sdk-for-qoriq-processors:SDKLINUX
> 
> 
> 
> 
> 
> >
> > Signed-off-by: Chunrong Guo <b40...@freescale.com>
> > ---
> >   conf/machine/include/e500mc.inc    |  6 ------
> >   conf/machine/include/e500v2.inc    |  4 ----
> >   conf/machine/include/e5500-64b.inc | 11 -----------
> >   conf/machine/include/e5500.inc     |  6 ------
> >   conf/machine/include/e6500-64b.inc | 11 -----------
> >   conf/machine/include/e6500.inc     | 12 ------------
> >   conf/machine/include/qoriq-ppc.inc | 10 ----------
> >   conf/machine/p2041rdb.conf         | 26 --------------------------
> >   conf/machine/p3041ds.conf          | 26 --------------------------
> >   conf/machine/p4080ds.conf          | 25 -------------------------
> >   conf/machine/p5020ds-64b.conf      | 26 --------------------------
> >   conf/machine/p5020ds.conf          | 26 --------------------------
> >   conf/machine/p5040ds-64b.conf      | 26 --------------------------
> >   conf/machine/p5040ds.conf          | 26 --------------------------
> >   conf/machine/t1023rdb-64b.conf     | 24 ------------------------
> >   conf/machine/t1023rdb.conf         | 24 ------------------------
> >   conf/machine/t1024rdb-64b.conf     | 27 ---------------------------
> >   conf/machine/t1024rdb.conf         | 27 ---------------------------
> >   conf/machine/t1040d4rdb-64b.conf   | 28 ----------------------------
> >   conf/machine/t1040d4rdb.conf       | 28 ----------------------------
> >   conf/machine/t1042d4rdb-64b.conf   | 28 ----------------------------
> >   conf/machine/t1042d4rdb.conf       | 28 ----------------------------
> >   conf/machine/t2080qds-64b.conf     | 27 ---------------------------
> >   conf/machine/t2080qds.conf         | 27 ---------------------------
> >   conf/machine/t2080rdb-64b.conf     | 27 ---------------------------
> >   conf/machine/t2080rdb.conf         | 27 ---------------------------
> >   conf/machine/t4160qds-64b.conf     | 21 ---------------------
> >   conf/machine/t4160qds.conf         | 21 ---------------------
> >   conf/machine/t4240qds-64b.conf     | 23 -----------------------
> >   conf/machine/t4240qds.conf         | 23 -----------------------
> >   conf/machine/t4240rdb-64b.conf     | 22 ----------------------
> >   conf/machine/t4240rdb.conf         | 22 ----------------------
> >   conf/machine/twr-vf65gs10.conf     | 20 --------------------
> >   33 files changed, 715 deletions(-)
> >   delete mode 100644 conf/machine/include/e500mc.inc
> >   delete mode 100644 conf/machine/include/e500v2.inc
> >   delete mode 100644 conf/machine/include/e5500-64b.inc
> >   delete mode 100644 conf/machine/include/e5500.inc
> >   delete mode 100644 conf/machine/include/e6500-64b.inc
> >   delete mode 100644 conf/machine/include/e6500.inc
> >   delete mode 100644 conf/machine/include/qoriq-ppc.inc
> >   delete mode 100644 conf/machine/p2041rdb.conf
> >   delete mode 100644 conf/machine/p3041ds.conf
> >   delete mode 100644 conf/machine/p4080ds.conf
> >   delete mode 100644 conf/machine/p5020ds-64b.conf
> >   delete mode 100644 conf/machine/p5020ds.conf
> >   delete mode 100644 conf/machine/p5040ds-64b.conf
> >   delete mode 100644 conf/machine/p5040ds.conf
> >   delete mode 100644 conf/machine/t1023rdb-64b.conf
> >   delete mode 100644 conf/machine/t1023rdb.conf
> >   delete mode 100644 conf/machine/t1024rdb-64b.conf
> >   delete mode 100644 conf/machine/t1024rdb.conf
> >   delete mode 100644 conf/machine/t1040d4rdb-64b.conf
> >   delete mode 100644 conf/machine/t1040d4rdb.conf
> >   delete mode 100644 conf/machine/t1042d4rdb-64b.conf
> >   delete mode 100644 conf/machine/t1042d4rdb.conf
> >   delete mode 100644 conf/machine/t2080qds-64b.conf
> >   delete mode 100644 conf/machine/t2080qds.conf
> >   delete mode 100644 conf/machine/t2080rdb-64b.conf
> >   delete mode 100644 conf/machine/t2080rdb.conf
> >   delete mode 100644 conf/machine/t4160qds-64b.conf
> >   delete mode 100644 conf/machine/t4160qds.conf
> >   delete mode 100644 conf/machine/t4240qds-64b.conf
> >   delete mode 100644 conf/machine/t4240qds.conf
> >   delete mode 100644 conf/machine/t4240rdb-64b.conf
> >   delete mode 100644 conf/machine/t4240rdb.conf
> >   delete mode 100644 conf/machine/twr-vf65gs10.conf
> >
> > diff --git a/conf/machine/include/e500mc.inc
> > b/conf/machine/include/e500mc.inc deleted file mode 100644 index
> > ee1c296..0000000
> > --- a/conf/machine/include/e500mc.inc
> > +++ /dev/null
> > @@ -1,6 +0,0 @@
> > -TARGET_FPU = "hard"
> > -
> > -require conf/machine/include/tune-ppce500mc.inc
> > -
> > -MACHINEOVERRIDES =. "e500mc:"
> > -require conf/machine/include/qoriq-ppc.inc
> > diff --git a/conf/machine/include/e500v2.inc
> > b/conf/machine/include/e500v2.inc deleted file mode 100644 index
> > 420f034..0000000
> > --- a/conf/machine/include/e500v2.inc
> > +++ /dev/null
> > @@ -1,4 +0,0 @@
> > -require conf/machine/include/tune-ppce500v2.inc
> > -
> > -MACHINEOVERRIDES =. "e500v2:"
> > -require conf/machine/include/qoriq-ppc.inc
> > diff --git a/conf/machine/include/e5500-64b.inc
> > b/conf/machine/include/e5500-64b.inc
> > deleted file mode 100644
> > index c515508..0000000
> > --- a/conf/machine/include/e5500-64b.inc
> > +++ /dev/null
> > @@ -1,11 +0,0 @@
> > -TARGET_FPU = "hard"
> > -DEFAULTTUNE ?= "ppc64e5500"
> > -
> > -require conf/machine/include/tune-ppce5500.inc
> > -
> > -MACHINEOVERRIDES =. "e5500-64b:"
> > -require conf/machine/include/qoriq-ppc.inc
> > -
> > -require conf/multilib.conf
> > -MULTILIBS ?= "multilib:lib32"
> > -DEFAULTTUNE_virtclass-multilib-lib32 ?= "ppce5500"
> > diff --git a/conf/machine/include/e5500.inc
> > b/conf/machine/include/e5500.inc deleted file mode 100644 index
> > f905088..0000000
> > --- a/conf/machine/include/e5500.inc
> > +++ /dev/null
> > @@ -1,6 +0,0 @@
> > -TARGET_FPU = "hard"
> > -
> > -require conf/machine/include/tune-ppce5500.inc
> > -
> > -MACHINEOVERRIDES =. "e5500:"
> > -require conf/machine/include/qoriq-ppc.inc
> > diff --git a/conf/machine/include/e6500-64b.inc
> > b/conf/machine/include/e6500-64b.inc
> > deleted file mode 100644
> > index 33346d7..0000000
> > --- a/conf/machine/include/e6500-64b.inc
> > +++ /dev/null
> > @@ -1,11 +0,0 @@
> > -TARGET_FPU = "hard"
> > -DEFAULTTUNE ?= "ppc64e6500"
> > -
> > -require conf/machine/include/tune-ppce6500.inc
> > -
> > -MACHINEOVERRIDES =. "e6500-64b:"
> > -require conf/machine/include/qoriq-ppc.inc
> > -
> > -require conf/multilib.conf
> > -MULTILIBS ?= "multilib:lib32"
> > -DEFAULTTUNE_virtclass-multilib-lib32 ?= "ppce6500"
> > diff --git a/conf/machine/include/e6500.inc
> > b/conf/machine/include/e6500.inc deleted file mode 100644 index
> > b838c8d..0000000
> > --- a/conf/machine/include/e6500.inc
> > +++ /dev/null
> > @@ -1,12 +0,0 @@
> > -TARGET_FPU = "hard"
> > -
> > -require conf/machine/include/tune-ppce6500.inc
> > -
> > -MACHINEOVERRIDES =. "e6500:"
> > -require conf/machine/include/qoriq-ppc.inc
> > -
> > -BUILD_64BIT_KERNEL = "1"
> > -
> > -require conf/multilib.conf
> > -MULTILIBS ?= "multilib:lib64"
> > -DEFAULTTUNE_virtclass-multilib-lib64 ?= "ppc64e6500"
> > diff --git a/conf/machine/include/qoriq-ppc.inc
> > b/conf/machine/include/qoriq-ppc.inc
> > deleted file mode 100644
> > index b40e148..0000000
> > --- a/conf/machine/include/qoriq-ppc.inc
> > +++ /dev/null
> > @@ -1,10 +0,0 @@
> > -# Provides the common settings for QorIQ PPC
> > -
> > -KERNEL_IMAGETYPE ?= "uImage"
> > -
> > -SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
> > -SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
> > -
> > -MACHINEOVERRIDES =. "qoriq-ppc:"
> > -
> > -require conf/machine/include/qoriq-base.inc
> > diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
> > deleted file mode 100644 index a579021..0000000
> > --- a/conf/machine/p2041rdb.conf
> > +++ /dev/null
> > @@ -1,26 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP P2041RDB
> > -#@SOC: p2041
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ P2041 Reference
> > -#              Design Board, rev2 silicon with ppce500mc core
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "p2041:"
> > -
> > -require conf/machine/include/e500mc.inc
> > -
> > -UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
> > -UBOOT_CONFIG[nor] = "P2041RDB_config"
> > -UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl"
> > -UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config"
> > -UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl"
> > -UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl"
> > -
> > -KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \
> > -    p2041rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
> > deleted file mode 100644 index 91cdb9c..0000000
> > --- a/conf/machine/p3041ds.conf
> > +++ /dev/null
> > @@ -1,26 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP P3041DS
> > -#@SOC: p3041
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ P3041 Development
> > -#              System with ppce500mc core
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "p3041:"
> > -
> > -require conf/machine/include/e500mc.inc
> > -
> > -UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
> > -UBOOT_CONFIG[nor] = "P3041DS_config"
> > -UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl"
> > -UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config"
> > -UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl"
> > -UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config,,u-boot.pbl"
> > -
> > -KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-usdpaa.dtb \
> > -    p3041ds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
> > deleted file mode 100644 index 90cc74e..0000000
> > --- a/conf/machine/p4080ds.conf
> > +++ /dev/null
> > @@ -1,25 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP P4080DS
> > -#@SOC: p4080
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ P4080 Development
> > -#              System with ppce500mc core
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "p4080:"
> > -
> > -require conf/machine/include/e500mc.inc
> > -
> > -UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
> > -UBOOT_CONFIG[nor] = "P4080DS_config"
> > -UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
> > -UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config,,u-boot.pbl"
> > -UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl"
> > -
> > -KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \
> > -    p4080ds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/p5020ds-64b.conf
> > b/conf/machine/p5020ds-64b.conf deleted file mode 100644 index
> > 4038519..0000000
> > --- a/conf/machine/p5020ds-64b.conf
> > +++ /dev/null
> > @@ -1,26 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP P5020DS-64B
> > -#@SOC: p5020
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ P5020 Development
> > -#              System with ppce5500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "p5020:"
> > -
> > -require conf/machine/include/e5500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
> > -UBOOT_CONFIG[nor] = "P5020DS_config"
> > -UBOOT_CONFIG[nand] = "P5020DS_NAND_config,,u-boot.pbl"
> > -UBOOT_CONFIG[secure-boot] = "P5020DS_SECURE_BOOT_config"
> > -UBOOT_CONFIG[sdcard] = "P5020DS_SDCARD_config,,u-boot.pbl"
> > -UBOOT_CONFIG[spi] = "P5020DS_SPIFLASH_config,,u-boot.pbl"
> > -
> > -KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb \
> > -    p5020ds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
> > deleted file mode 100644 index ff3bcd4..0000000
> > --- a/conf/machine/p5020ds.conf
> > +++ /dev/null
> > @@ -1,26 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP P5020DS
> > -#@SOC: p5020
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ P5020 Development
> > -#              System with ppce5500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "p5020:"
> > -
> > -require conf/machine/include/e5500.inc
> > -
> > -UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
> > -UBOOT_CONFIG[nor] = "P5020DS_config"
> > -UBOOT_CONFIG[nand] = "P5020DS_NAND_config,,u-boot.pbl"
> > -UBOOT_CONFIG[secure-boot] = "P5020DS_SECURE_BOOT_config"
> > -UBOOT_CONFIG[sdcard] = "P5020DS_SDCARD_config,,u-boot.pbl"
> > -UBOOT_CONFIG[spi] = "P5020DS_SPIFLASH_config,,u-boot.pbl"
> > -
> > -KERNEL_DEVICETREE ?= "p5020ds.dtb p5020ds-usdpaa.dtb \
> > -    p5020ds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/p5040ds-64b.conf
> > b/conf/machine/p5040ds-64b.conf deleted file mode 100644 index
> > de2b918..0000000
> > --- a/conf/machine/p5040ds-64b.conf
> > +++ /dev/null
> > @@ -1,26 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP P5040DS-64B
> > -#@SOC: p5040
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ P5040 Development
> > -#              System with ppce5500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "p5040:"
> > -
> > -require conf/machine/include/e5500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
> > -UBOOT_CONFIG[nor] = "P5040DS_config"
> > -UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl"
> > -UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config"
> > -UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl"
> > -UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl"
> > -
> > -KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \
> > -    p5040ds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
> > deleted file mode 100644 index d4841bb..0000000
> > --- a/conf/machine/p5040ds.conf
> > +++ /dev/null
> > @@ -1,26 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP P5040DS
> > -#@SOC: p5040
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ P5040 Development
> > -#              System with ppce5500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "p5040:"
> > -
> > -require conf/machine/include/e5500.inc
> > -
> > -UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor"
> > -UBOOT_CONFIG[nor] = "P5040DS_config"
> > -UBOOT_CONFIG[nand] = "P5040DS_NAND_config,,u-boot.pbl"
> > -UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config"
> > -UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config,,u-boot.pbl"
> > -UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config,,u-boot.pbl"
> > -
> > -KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \
> > -    p5040ds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1023rdb-64b.conf
> > b/conf/machine/t1023rdb-64b.conf deleted file mode 100644 index
> > deb3fa7..0000000
> > --- a/conf/machine/t1023rdb-64b.conf
> > +++ /dev/null
> > @@ -1,24 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1023RDB
> > -#@SOC: t1023
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1023 Reference
> > -#              Design Board with ppce5500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1023:"
> > -
> > -require conf/machine/include/e5500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1023RDB_config"
> > -UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1023RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-
> usdpaa-shared-interfaces.dtb"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf
> > deleted file mode 100644 index c620e1a..0000000
> > --- a/conf/machine/t1023rdb.conf
> > +++ /dev/null
> > @@ -1,24 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1023RDB
> > -#@SOC: t1023
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1023 Reference
> > -#              Design Board with ppce5500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1023:"
> > -
> > -require conf/machine/include/e5500.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1023RDB_config"
> > -UBOOT_CONFIG[nand] = "T1023RDB_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1023RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-
> usdpaa-shared-interfaces.dtb"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1024rdb-64b.conf
> > b/conf/machine/t1024rdb-64b.conf deleted file mode 100644 index
> > 85cb2f8..0000000
> > --- a/conf/machine/t1024rdb-64b.conf
> > +++ /dev/null
> > @@ -1,27 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1024RDB
> > -#@SOC: t1024
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1024 Reference
> > -#              Design Board with ppce5500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1024:"
> > -
> > -require conf/machine/include/e5500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1024RDB_config"
> > -UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb \
> > -    t1024rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf
> > deleted file mode 100644 index b4f6e05..0000000
> > --- a/conf/machine/t1024rdb.conf
> > +++ /dev/null
> > @@ -1,27 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1024RDB
> > -#@SOC: t1024
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1024 Reference
> > -#              Design Board with ppce5500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1024:"
> > -
> > -require conf/machine/include/e5500.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1024RDB_config"
> > -UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1024rdb.dtb t1024rdb-usdpaa.dtb \
> > -    t1024rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1040d4rdb-64b.conf
> > b/conf/machine/t1040d4rdb-64b.conf
> > deleted file mode 100644
> > index 19c013e..0000000
> > --- a/conf/machine/t1040d4rdb-64b.conf
> > +++ /dev/null
> > @@ -1,28 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1040D4RDB
> > -#@SOC: t1040
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1040D4 Reference
> > -#              Design Board with ppce5500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1040:"
> > -
> > -require conf/machine/include/e5500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1040D4RDB_config"
> > -UBOOT_CONFIG[nand] = "T1040D4RDB_NAND_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1040D4RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1040D4RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1040D4RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa.dtb \
> > -    t1040d4rdb-dsar.dtb \
> > -    t1040d4rdb-usdpaa-lag.dtb t1040d4rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -QE_UCODE = "iram_Type_A_T1040_r1.0.bin"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1040d4rdb.conf
> > b/conf/machine/t1040d4rdb.conf deleted file mode 100644 index
> > faa17d0..0000000
> > --- a/conf/machine/t1040d4rdb.conf
> > +++ /dev/null
> > @@ -1,28 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1040D4RDB
> > -#@SOC: t1040
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1040D4 Reference
> > -#              Design Board with ppce5500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1040:"
> > -
> > -require conf/machine/include/e5500.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1040D4RDB_config"
> > -UBOOT_CONFIG[nand] = "T1040D4RDB_NAND_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1040D4RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1040D4RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1040D4RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1040d4rdb.dtb t1040d4rdb-usdpaa.dtb \
> > -    t1040d4rdb-dsar.dtb \
> > -    t1040d4rdb-usdpaa-lag.dtb t1040d4rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -QE_UCODE = "iram_Type_A_T1040_r1.0.bin"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1042d4rdb-64b.conf
> > b/conf/machine/t1042d4rdb-64b.conf
> > deleted file mode 100644
> > index 0ec1913..0000000
> > --- a/conf/machine/t1042d4rdb-64b.conf
> > +++ /dev/null
> > @@ -1,28 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1042D4RDB
> > -#@SOC: t1042
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1042D4 Reference
> > -#              Design Board with ppce5500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1042:"
> > -
> > -require conf/machine/include/e5500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1042D4RDB_config"
> > -UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1042d4rdb.dtb t1042d4rdb-usdpaa.dtb \
> > -    t1042d4rdb-dsar.dtb \
> > -    t1042d4rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -QE_UCODE = "iram_Type_A_T1040_r1.0.bin"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t1042d4rdb.conf
> > b/conf/machine/t1042d4rdb.conf deleted file mode 100644 index
> > 38ea1dc..0000000
> > --- a/conf/machine/t1042d4rdb.conf
> > +++ /dev/null
> > @@ -1,28 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T1042D4RDB
> > -#@SOC: t1042
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T1042D4 Reference
> > -#              Design Board with ppce5500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t1:t1042:"
> > -
> > -require conf/machine/include/e5500.inc
> > -
> > -UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T1042D4RDB_config"
> > -UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t1042d4rdb.dtb t1042d4rdb-usdpaa.dtb \
> > -    t1042d4rdb-dsar.dtb \
> > -    t1042d4rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -QE_UCODE = "iram_Type_A_T1040_r1.0.bin"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t2080qds-64b.conf
> > b/conf/machine/t2080qds-64b.conf deleted file mode 100644 index
> > eb3072c..0000000
> > --- a/conf/machine/t2080qds-64b.conf
> > +++ /dev/null
> > @@ -1,27 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T2080QDS-64B
> > -#@SOC: t2080
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T2080 Development
> > -#              System with ppce6500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t2:t2080:"
> > -
> > -require conf/machine/include/e6500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T2080QDS_config"
> > -UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[nand] = "T2080QDS_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
> > -UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \
> > -    t2080qds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t2080qds.conf b/conf/machine/t2080qds.conf
> > deleted file mode 100644 index cef15d7..0000000
> > --- a/conf/machine/t2080qds.conf
> > +++ /dev/null
> > @@ -1,27 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T2080QDS
> > -#@SOC: t2080
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T2080 Development
> > -#              System with ppce6500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t2:t2080:"
> > -
> > -require conf/machine/include/e6500.inc
> > -
> > -UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T2080QDS_config"
> > -UBOOT_CONFIG[sdcard] = "T2080QDS_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T2080QDS_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[nand] = "T2080QDS_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[srio-pcie-boot] = "T2080QDS_SRIO_PCIE_BOOT_config"
> > -UBOOT_CONFIG[secure-boot] = "T2080QDS_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t2080qds.dtb t2080qds-usdpaa.dtb \
> > -    t2080qds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t2080rdb-64b.conf
> > b/conf/machine/t2080rdb-64b.conf deleted file mode 100644 index
> > ebd0cd9..0000000
> > --- a/conf/machine/t2080rdb-64b.conf
> > +++ /dev/null
> > @@ -1,27 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T2080RDB
> > -#@SOC: t2080
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T2080 Reference
> > -#              Design Board with ppce6500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t2:t2080:"
> > -
> > -require conf/machine/include/e6500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T2080RDB_config"
> > -UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
> > -UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \
> > -    t2080rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
> > deleted file mode 100644 index cd618a6..0000000
> > --- a/conf/machine/t2080rdb.conf
> > +++ /dev/null
> > @@ -1,27 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T2080RDB
> > -#@SOC: t2080
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T2080 Reference
> > -#              Design Board with ppce6500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t2:t2080:"
> > -
> > -require conf/machine/include/e6500.inc
> > -
> > -UBOOT_CONFIG ??= "sdcard spi nand srio-pcie-boot secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T2080RDB_config"
> > -UBOOT_CONFIG[sdcard] = "T2080RDB_SDCARD_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[spi] = "T2080RDB_SPIFLASH_config,,u-boot-with-spl-
> pbl.bin"
> > -UBOOT_CONFIG[nand] = "T2080RDB_NAND_config,,u-boot-with-spl-pbl.bin"
> > -UBOOT_CONFIG[srio-pcie-boot] = "T2080RDB_SRIO_PCIE_BOOT_config"
> > -UBOOT_CONFIG[secure-boot] = "T2080RDB_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb \
> > -    t2080rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t4160qds-64b.conf
> > b/conf/machine/t4160qds-64b.conf deleted file mode 100644 index
> > 6b07482..0000000
> > --- a/conf/machine/t4160qds-64b.conf
> > +++ /dev/null
> > @@ -1,21 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T4160QDS-64B
> > -#@SOC: t4160
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T4160 Development
> > -#              System with ppce6500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t4:t4160:"
> > -
> > -require conf/machine/include/e6500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T4160QDS_config"
> > -UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
> > deleted file mode 100644 index d5070ba..0000000
> > --- a/conf/machine/t4160qds.conf
> > +++ /dev/null
> > @@ -1,21 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T4160QDS
> > -#@SOC: t4160
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T4160 Development
> > -#              System with ppce6500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t4:t4160:"
> > -
> > -require conf/machine/include/e6500.inc
> > -
> > -UBOOT_CONFIG ??= "secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T4160QDS_config"
> > -UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t4240qds-64b.conf
> > b/conf/machine/t4240qds-64b.conf deleted file mode 100644 index
> > efb2b7c..0000000
> > --- a/conf/machine/t4240qds-64b.conf
> > +++ /dev/null
> > @@ -1,23 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T4240QDS-64B
> > -#@SOC: t4240
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Development
> > -#              System with ppce6500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t4:t4240:"
> > -
> > -require conf/machine/include/e6500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T4240QDS_config"
> > -UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
> > -    t4240qds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
> > deleted file mode 100644 index d68eba2..0000000
> > --- a/conf/machine/t4240qds.conf
> > +++ /dev/null
> > @@ -1,23 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T4240QDS
> > -#@SOC: t4240
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Development
> > -#              System with ppce6500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t4:t4240:"
> > -
> > -require conf/machine/include/e6500.inc
> > -
> > -UBOOT_CONFIG ??= "secure-boot nor"
> > -UBOOT_CONFIG[nor] = "T4240QDS_config"
> > -UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
> > -
> > -KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
> > -    t4240qds-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t4240rdb-64b.conf
> > b/conf/machine/t4240rdb-64b.conf deleted file mode 100644 index
> > 5ab7f23..0000000
> > --- a/conf/machine/t4240rdb-64b.conf
> > +++ /dev/null
> > @@ -1,22 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T4240RDB
> > -#@SOC: t4240
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Reference
> > -#              Design Board with ppce6500 core in 64b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t4:t4240:"
> > -
> > -require conf/machine/include/e6500-64b.inc
> > -
> > -UBOOT_CONFIG ??= "nor"
> > -UBOOT_CONFIG[nor] = "T4240RDB_config"
> > -
> > -KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
> > -    t4240rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
> > deleted file mode 100644 index 4d3549e..0000000
> > --- a/conf/machine/t4240rdb.conf
> > +++ /dev/null
> > @@ -1,22 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP T4240RDB
> > -#@SOC: t4240
> > -#@DESCRIPTION: Machine configuration for NXP QorIQ T4240 Reference
> > -#              Design Board with ppce6500 core in 32b mode
> > -#@MAINTAINER: Chunrong Guo <b40...@freescale.com>
> > -
> > -MACHINEOVERRIDES =. "t4:t4240:"
> > -
> > -require conf/machine/include/e6500.inc
> > -
> > -UBOOT_CONFIG ??= "nor"
> > -UBOOT_CONFIG[nor] = "T4240RDB_config"
> > -
> > -KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
> > -    t4240rdb-usdpaa-shared-interfaces.dtb \
> > -"
> > -KERNEL_DEFCONFIG ?=
> "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
> > -
> > -JFFS2_ERASEBLOCK = "0x10000"
> > -EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
> > -USE_VT ?= "0"
> > diff --git a/conf/machine/twr-vf65gs10.conf
> > b/conf/machine/twr-vf65gs10.conf deleted file mode 100644 index
> > 67fddaa..0000000
> > --- a/conf/machine/twr-vf65gs10.conf
> > +++ /dev/null
> > @@ -1,20 +0,0 @@
> > -#@TYPE: Machine
> > -#@NAME: NXP Vybrid TWR-VF65GS10
> > -#@SOC: VF610
> > -#@DESCRIPTION: Machine configuration for NXP Vybrid TWR-VF65GS10
> > -#@MAINTAINER: Stefan Agner <stefan.ag...@toradex.com>
> > -
> > -MACHINEOVERRIDES =. "vf:vf60:"
> > -
> > -include conf/machine/include/imx-base.inc -include
> > conf/machine/include/tune-cortexa5.inc
> > -
> > -PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
> > -
> > -UBOOT_MACHINE = "vf610twr_config"
> > -
> > -KERNEL_DEVICETREE = "vf610-twr.dtb"
> > -
> > -SERIAL_CONSOLE = "115200 ttyLP1"
> > -
> > -MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
> 
> 
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to