[meta-freescale] [meta-freescale-layer][PATCH 01/67] remove not supported e500v2 machines

ting.liu at nxp.com ting.liu at nxp.com
Fri Jul 1 01:37:39 PDT 2016


From: Ting Liu <ting.liu at freescale.com>

Remove the below machines which are not supported/tested:
bsc9131rdb, bsc9132qds, p1010rdb, p1020rdb, p1021rdb, p1022ds
p1023rdb, p1025twr, p2020rdb

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 conf/machine/bsc9131rdb.conf | 25 -------------------------
 conf/machine/bsc9132qds.conf | 41 -----------------------------------------
 conf/machine/p1010rdb.conf   | 38 --------------------------------------
 conf/machine/p1020rdb.conf   | 28 ----------------------------
 conf/machine/p1021rdb.conf   | 35 -----------------------------------
 conf/machine/p1022ds.conf    | 42 ------------------------------------------
 conf/machine/p1023rdb.conf   | 26 --------------------------
 conf/machine/p1025twr.conf   | 28 ----------------------------
 conf/machine/p2020rdb.conf   | 32 --------------------------------
 9 files changed, 295 deletions(-)
 delete mode 100644 conf/machine/bsc9131rdb.conf
 delete mode 100644 conf/machine/bsc9132qds.conf
 delete mode 100644 conf/machine/p1010rdb.conf
 delete mode 100644 conf/machine/p1020rdb.conf
 delete mode 100644 conf/machine/p1021rdb.conf
 delete mode 100644 conf/machine/p1022ds.conf
 delete mode 100644 conf/machine/p1023rdb.conf
 delete mode 100644 conf/machine/p1025twr.conf
 delete mode 100644 conf/machine/p2020rdb.conf

diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf
deleted file mode 100644
index aad6dd9..0000000
--- a/conf/machine/bsc9131rdb.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale BSC9131RDB
-#@SOC: bsc9131
-#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge BSC9131
-#              Reference Design Board with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com> 
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "bsc9131"
-
-UBOOT_CONFIG ??= "nand nand-sysclk100 spi spi-sysclk100"
-UBOOT_CONFIG[nand] = "BSC9131RDB_NAND_config"
-UBOOT_CONFIG[nand-sysclk100] = "BSC9131RDB_NAND_SYSCLK100_config"
-UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config"
-UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "bsc9131rdb.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/bsc9132qds.conf b/conf/machine/bsc9132qds.conf
deleted file mode 100644
index 108b497..0000000
--- a/conf/machine/bsc9132qds.conf
+++ /dev/null
@@ -1,41 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale BSC9132QDS
-#@SOC: bsc9132
-#@DESCRIPTION: Machine configuration for Freescale QorIQ Qonverge BSC9132
-#              Qonverge Development System with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "bsc9132"
-
-UBOOT_CONFIG ??= "nand-ddrclk133 nand-ddrclk100 nor-ddrclk100 nor-ddrclk133 \
-sdcard-ddrclk100 sdcard-ddrclk133 spi-ddrclk100 spi-ddrclk133 \
-nand-ddrclk100-secure nand-ddrclk133-secure nor-ddrclk100-secure \
-nor-ddrclk133-secure sdcard-ddrclk100-secure sdcard-ddrclk133-secure \
-spi-ddrclk100-secure spi-ddrclk133-secure"
-UBOOT_CONFIG[nand-ddrclk133] = "BSC9132QDS_NAND_DDRCLK133_config"
-UBOOT_CONFIG[nand-ddrclk100] = "BSC9132QDS_NAND_DDRCLK100_config"
-UBOOT_CONFIG[nor-ddrclk100] = "BSC9132QDS_NOR_DDRCLK100_config"
-UBOOT_CONFIG[nor-ddrclk133] = "BSC9132QDS_NOR_DDRCLK133_config"
-UBOOT_CONFIG[sdcard-ddrclk100] = "BSC9132QDS_SDCARD_DDRCLK100_config"
-UBOOT_CONFIG[sdcard-ddrclk133] = "BSC9132QDS_SDCARD_DDRCLK133_config"
-UBOOT_CONFIG[spi-ddrclk100] = "BSC9132QDS_SPIFLASH_DDRCLK100_config"
-UBOOT_CONFIG[spi-ddrclk133] = "BSC9132QDS_SPIFLASH_DDRCLK133_config"
-UBOOT_CONFIG[nand-ddrclk100-secure] = "BSC9132QDS_NAND_DDRCLK100_SECURE_config"
-UBOOT_CONFIG[nand-ddrclk133-secure] = "BSC9132QDS_NAND_DDRCLK133_SECURE_config"
-UBOOT_CONFIG[nor-ddrclk100-secure] = "BSC9132QDS_NOR_DDRCLK100_SECURE_config"
-UBOOT_CONFIG[nor-ddrclk133-secure] = "BSC9132QDS_NOR_DDRCLK133_SECURE_config"
-UBOOT_CONFIG[sdcard-ddrclk100-secure] = "BSC9132QDS_SDCARD_DDRCLK100_SECURE_config"
-UBOOT_CONFIG[sdcard-ddrclk133-secure] = "BSC9132QDS_SDCARD_DDRCLK133_SECURE_config"
-UBOOT_CONFIG[spi-ddrclk100-secure] = "BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_config"
-UBOOT_CONFIG[spi-ddrclk133-secure] = "BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "bsc9132qds.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
deleted file mode 100644
index eddd665..0000000
--- a/conf/machine/p1010rdb.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P1010RDB
-#@SOC: p1010
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1010 Reference
-#              Design Board with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1010"
-BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat"
-
-UBOOT_CONFIG ??= "nor nand spi 36bit-nor 36bit-nand 36bit-spi \
-36bit-nand-secboot 36bit-nor-secboot 36bit-spi-secboot nand-secboot \
-nor-secboot spi-secboot"
-UBOOT_CONFIG[nor] = "P1010RDB-PB_NOR_config"
-UBOOT_CONFIG[nand] = "P1010RDB-PB_NAND_config"
-UBOOT_CONFIG[spi] = "P1010RDB-PB_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nor] = "P1010RDB-PB_36BIT_NOR_config"
-UBOOT_CONFIG[36bit-nand] = "P1010RDB-PB_36BIT_NAND_config"
-UBOOT_CONFIG[36bit-spi] = "P1010RDB-PB_36BIT_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nand-secboot] = "P1010RDB-PB_36BIT_NAND_SECBOOT_config"
-UBOOT_CONFIG[36bit-nor-secboot] = "P1010RDB-PB_36BIT_NOR_SECBOOT_config"
-UBOOT_CONFIG[36bit-spi-secboot] = "P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_config"
-UBOOT_CONFIG[nand-secboot] = "P1010RDB-PB_NAND_SECBOOT_config"
-UBOOT_CONFIG[nor-secboot] = "P1010RDB-PB_NOR_SECBOOT_config"
-UBOOT_CONFIG[spi-secboot] = "P1010RDB-PB_SPIFLASH_SECBOOT_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
deleted file mode 100644
index 2107224..0000000
--- a/conf/machine/p1020rdb.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale P1020RDB
-#@SOC: p1020
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1020 Reference
-#              Design Board, revD with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1020"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand sdcard spi"
-UBOOT_CONFIG[nor] = "P1020RDB-PD_config"
-UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config"
-UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config"
-UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
deleted file mode 100644
index 57109a2..0000000
--- a/conf/machine/p1021rdb.conf
+++ /dev/null
@@ -1,35 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P1021RDB
-#@SOC: p1021
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1021 Reference
-#              Design Board, revC with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1021"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
-UBOOT_CONFIG[nor] = "P1021RDB-PC_config"
-UBOOT_CONFIG[nand] = "P1021RDB-PC_NAND_config"
-UBOOT_CONFIG[sdcard] = "P1021RDB-PC_SDCARD_config"
-UBOOT_CONFIG[spi] = "P1021RDB-PC_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nor] = "P1021RDB-PC_36BIT_config"
-UBOOT_CONFIG[36bit-spi] = "P1021RDB-PC_36BIT_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nand] = "P1021RDB-PC_36BIT_NAND_config"
-UBOOT_CONFIG[36bit-sdcard] = "P1021RDB-PC_36BIT_SDCARD_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "p1021rdb-pc_32b.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
-
-EXTRA_IMAGEDEPENDS += "qe-ucode"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
deleted file mode 100644
index 41b8835..0000000
--- a/conf/machine/p1022ds.conf
+++ /dev/null
@@ -1,42 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale P1022DS 
-#@SOC: p1022
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1022 Development
-#              System, revB with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1022"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand spi sdcard 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
-UBOOT_CONFIG[nor] = "P1022DS_config"
-UBOOT_CONFIG[nand] = "P1022DS_NAND_config"
-UBOOT_CONFIG[spi] = "P1022DS_SPIFLASH_config"
-UBOOT_CONFIG[sdcard] = "P1022DS_SDCARD_config"
-UBOOT_CONFIG[36bit-nor] = "P1022DS_36BIT_config"
-UBOOT_CONFIG[36bit-spi] = "P1022DS_36BIT_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nand] = "P1022DS_36BIT_NAND_config"
-UBOOT_CONFIG[36bit-sdcard] = "P1022DS_36BIT_SDCARD_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "p1022ds_32b.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
-
-XSERVER = " \
-	xserver-xorg \
-	xf86-input-evdev \
-	xf86-input-mouse \
-	xf86-input-keyboard \
-	xf86-video-fbdev \
-"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
deleted file mode 100644
index c6b36ba..0000000
--- a/conf/machine/p1023rdb.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-#@TYPE: Machine
-#@NAME: Freescale P1023RDB
-#@SOC: p1023
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1023 Reference
-#              Design Board, revA with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1023"
-
-UBOOT_CONFIG ??= "nor"
-UBOOT_CONFIG[nor] = "P1023RDB_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "p1023rdb.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/p1023_defconfig"
-
-JFFS2_ERASEBLOCK = "0x10000"
-
-EXTRA_IMAGEDEPENDS += "fm-ucode"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p1025twr.conf b/conf/machine/p1025twr.conf
deleted file mode 100644
index 783fa42..0000000
--- a/conf/machine/p1025twr.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P1025TWR
-#@SOC: p1025
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P1025 MPU Tower
-#              System Module with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p1025"
-BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
-
-UBOOT_CONFIG ??= "nor"
-UBOOT_CONFIG[nor] = "TWR-P1025_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "p1025twr_32b.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-QE_UCODE ?= "fsl_qe_ucode_1021_10_A.bin"
-
-EXTRA_IMAGEDEPENDS += "qe-ucode"
-
-USE_VT ?= "0"
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
deleted file mode 100644
index 14e030b..0000000
--- a/conf/machine/p2020rdb.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-#@TYPE: Machine
-#@Name: Freescale P2020RDB
-#@SOC: p2020
-#@DESCRIPTION: Machine configuration for Freescale QorIQ P2020 Reference
-#              Design Board with ppce500v2 core
-#@MAINTAINER: Chunrong Guo <B40290 at freescale.com>
-
-require conf/machine/include/e500v2.inc
-
-SOC_FAMILY = "p2020"
-BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
-
-UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
-UBOOT_CONFIG[nor] = "P2020RDB-PC_config"
-UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config"
-UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config"
-UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config"
-UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config"
-UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config"
-UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config"
-
-UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SPI = "u-boot-with-spl.bin"
-UBOOT_SOURCE_SD = "u-boot-with-spl.bin"
-
-KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
-
-JFFS2_ERASEBLOCK = "0x20000"
-
-USE_VT ?= "0"
-- 
1.9.2



More information about the meta-freescale mailing list