diff options
author | Chunrong Guo <B40290@freescale.com> | 2013-07-03 09:32:54 +0000 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-07-05 10:47:04 +0800 |
commit | 63e4ad32083f98725e8357b915f614292905522a (patch) | |
tree | ba000062bbf59408b6295cc77d84f3f815962577 /conf/machine | |
parent | a2bcb25c53f935ae9a423c57ca5e2f7a2f7b1a69 (diff) | |
download | meta-fsl-ppc-63e4ad32083f98725e8357b915f614292905522a.tar.gz |
Remove 85xx NPI/Boards, P102x combo board and P1023RDS board
These boards were not tested with latest released sdk 1.4 codes
(kernel, u-boot, etc.). To avoid confusion and potential error,
detete these machines from master/dylan branch of this layer.
If anyone want to use them, please use danny/denzil/edison branch.
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mpc8536ds.conf | 19 | ||||
-rw-r--r-- | conf/machine/mpc8544ds.conf | 17 | ||||
-rw-r--r-- | conf/machine/mpc8548cds.conf | 18 | ||||
-rw-r--r-- | conf/machine/mpc8572ds.conf | 17 | ||||
-rw-r--r-- | conf/machine/p1020mbg.conf | 18 | ||||
-rw-r--r-- | conf/machine/p1020utm.conf | 18 | ||||
-rw-r--r-- | conf/machine/p1023rds.conf | 18 | ||||
-rw-r--r-- | conf/machine/p1024rdb.conf | 18 | ||||
-rw-r--r-- | conf/machine/p1025rdb.conf | 18 |
9 files changed, 0 insertions, 161 deletions
diff --git a/conf/machine/mpc8536ds.conf b/conf/machine/mpc8536ds.conf deleted file mode 100644 index a72de6e..0000000 --- a/conf/machine/mpc8536ds.conf +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale MPC8536DS | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale MPC8536DS | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "mpc8536" | ||
9 | BOOTFORMAT_CONFIG = "config_ddr2_512m_mpc8536ds_667M.dat" | ||
10 | UBOOT_MACHINES ?= "MPC8536DS MPC8536DS_36BIT MPC8536DS_NAND MPC8536DS_SDCARD MPC8536DS_SPIFLASH" | ||
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts \ | ||
12 | ${S}/arch/powerpc/boot/dts/mpc8536ds_36b.dts" | ||
13 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | ||
14 | |||
15 | JFFS2_ERASEBLOCK = "0x20000" | ||
16 | |||
17 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
18 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
19 | USE_VT = "0" | ||
diff --git a/conf/machine/mpc8544ds.conf b/conf/machine/mpc8544ds.conf deleted file mode 100644 index 71a139a..0000000 --- a/conf/machine/mpc8544ds.conf +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale MPC8544DS | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale MPC8544DS | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "mpc8544" | ||
9 | UBOOT_MACHINES ?= "MPC8544DS" | ||
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8544ds.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | ||
12 | |||
13 | JFFS2_ERASEBLOCK = "0x20000" | ||
14 | |||
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
17 | USE_VT = "0" | ||
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf deleted file mode 100644 index c18da1f..0000000 --- a/conf/machine/mpc8548cds.conf +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale MPC8548CDS | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale MPC8548CDS | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "mpc8548" | ||
9 | UBOOT_MACHINES ?= "MPC8548CDS MPC8548CDS_36BIT" | ||
10 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds_32b.dts \ | ||
11 | ${S}/arch/powerpc/boot/dts/mpc8548cds_36b.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x20000" | ||
15 | |||
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
18 | USE_VT = "0" | ||
diff --git a/conf/machine/mpc8572ds.conf b/conf/machine/mpc8572ds.conf deleted file mode 100644 index eb915bb..0000000 --- a/conf/machine/mpc8572ds.conf +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | require e500v2.inc | ||
5 | require conf/machine/include/soc-family.inc | ||
6 | |||
7 | SOC_FAMILY = "mpc8572" | ||
8 | UBOOT_MACHINES ?= "MPC8572DS MPC8572DS_36BIT MPC8572DS_NAND" | ||
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8572ds.dts \ | ||
10 | ${S}/arch/powerpc/boot/dts/mpc8572ds_36b.dts" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | ||
12 | |||
13 | JFFS2_ERASEBLOCK = "0x20000" | ||
14 | |||
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
17 | USE_VT = "0" | ||
diff --git a/conf/machine/p1020mbg.conf b/conf/machine/p1020mbg.conf deleted file mode 100644 index b83af81..0000000 --- a/conf/machine/p1020mbg.conf +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale P1020MBG | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale P1020MBG | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "p1020" | ||
9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat" | ||
10 | UBOOT_MACHINES ?= "P1020MBG-PC P1020MBG-PC_SDCARD P1020MBG-PC_36BIT P1020MBG-PC_36BIT_SDCARD" | ||
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020mbg-pc_32b.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x20000" | ||
15 | |||
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
18 | USE_VT = "0" | ||
diff --git a/conf/machine/p1020utm.conf b/conf/machine/p1020utm.conf deleted file mode 100644 index 6751cd8..0000000 --- a/conf/machine/p1020utm.conf +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale P1020UTM | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale P1020UTM | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "p1020" | ||
9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat" | ||
10 | UBOOT_MACHINES ?= "P1020UTM-PC P1020UTM-PC_SDCARD P1020UTM-PC_36BIT P1020UTM-PC_36BIT_SDCARD" | ||
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020utm-pc_32b.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x20000" | ||
15 | |||
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
18 | USE_VT = "0" | ||
diff --git a/conf/machine/p1023rds.conf b/conf/machine/p1023rds.conf deleted file mode 100644 index fd79a1e..0000000 --- a/conf/machine/p1023rds.conf +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | require e500v2.inc | ||
5 | require conf/machine/include/soc-family.inc | ||
6 | |||
7 | SOC_FAMILY = "p1023" | ||
8 | UBOOT_MACHINES ?= "P1023RDS P1023RDS_NAND" | ||
9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts" | ||
10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" | ||
11 | |||
12 | PREFERRED_VERSION_fmc = "0.9.23" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x10000" | ||
15 | |||
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
18 | USE_VT = "0" | ||
diff --git a/conf/machine/p1024rdb.conf b/conf/machine/p1024rdb.conf deleted file mode 100644 index 524b9d1..0000000 --- a/conf/machine/p1024rdb.conf +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale P1024RDB | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale P1024RDB | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "p1024" | ||
9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" | ||
10 | UBOOT_MACHINES ?= "P1024RDB P1024RDB_36BIT P1024RDB_NAND P1024RDB_SDCARD P1024RDB_SPIFLASH" | ||
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1024rdb_32b.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x20000" | ||
15 | |||
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
18 | USE_VT = "0" | ||
diff --git a/conf/machine/p1025rdb.conf b/conf/machine/p1025rdb.conf deleted file mode 100644 index 18ccd2e..0000000 --- a/conf/machine/p1025rdb.conf +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale P1025RDB | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale P1025RDB | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "p1025" | ||
9 | BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat" | ||
10 | UBOOT_MACHINES ?= "P1025RDB P1025RDB_36BIT P1025RDB_NAND P1025RDB_SDCARD P1025RDB_SPIFLASH" | ||
11 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025rdb_32b.dts" | ||
12 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x20000" | ||
15 | |||
16 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
17 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
18 | USE_VT = "0" | ||