summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/mpc8536ds.conf19
-rw-r--r--conf/machine/mpc8544ds.conf17
-rw-r--r--conf/machine/mpc8548cds.conf18
-rw-r--r--conf/machine/mpc8572ds.conf17
-rw-r--r--conf/machine/p1020mbg.conf18
-rw-r--r--conf/machine/p1020utm.conf18
-rw-r--r--conf/machine/p1023rds.conf18
-rw-r--r--conf/machine/p1024rdb.conf18
-rw-r--r--conf/machine/p1025rdb.conf18
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
5require e500v2.inc
6require conf/machine/include/soc-family.inc
7
8SOC_FAMILY = "mpc8536"
9BOOTFORMAT_CONFIG = "config_ddr2_512m_mpc8536ds_667M.dat"
10UBOOT_MACHINES ?= "MPC8536DS MPC8536DS_36BIT MPC8536DS_NAND MPC8536DS_SDCARD MPC8536DS_SPIFLASH"
11KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts \
12 ${S}/arch/powerpc/boot/dts/mpc8536ds_36b.dts"
13KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
14
15JFFS2_ERASEBLOCK = "0x20000"
16
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
18SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
19USE_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
5require e500v2.inc
6require conf/machine/include/soc-family.inc
7
8SOC_FAMILY = "mpc8544"
9UBOOT_MACHINES ?= "MPC8544DS"
10KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8544ds.dts"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
12
13JFFS2_ERASEBLOCK = "0x20000"
14
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17USE_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
5require e500v2.inc
6require conf/machine/include/soc-family.inc
7
8SOC_FAMILY = "mpc8548"
9UBOOT_MACHINES ?= "MPC8548CDS MPC8548CDS_36BIT"
10KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds_32b.dts \
11 ${S}/arch/powerpc/boot/dts/mpc8548cds_36b.dts"
12KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
13
14JFFS2_ERASEBLOCK = "0x20000"
15
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_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
4require e500v2.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "mpc8572"
8UBOOT_MACHINES ?= "MPC8572DS MPC8572DS_36BIT MPC8572DS_NAND"
9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8572ds.dts \
10 ${S}/arch/powerpc/boot/dts/mpc8572ds_36b.dts"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
12
13JFFS2_ERASEBLOCK = "0x20000"
14
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17USE_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
5require e500v2.inc
6require conf/machine/include/soc-family.inc
7
8SOC_FAMILY = "p1020"
9BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat"
10UBOOT_MACHINES ?= "P1020MBG-PC P1020MBG-PC_SDCARD P1020MBG-PC_36BIT P1020MBG-PC_36BIT_SDCARD"
11KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020mbg-pc_32b.dts"
12KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x20000"
15
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_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
5require e500v2.inc
6require conf/machine/include/soc-family.inc
7
8SOC_FAMILY = "p1020"
9BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_800M.dat"
10UBOOT_MACHINES ?= "P1020UTM-PC P1020UTM-PC_SDCARD P1020UTM-PC_36BIT P1020UTM-PC_36BIT_SDCARD"
11KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020utm-pc_32b.dts"
12KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x20000"
15
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_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
4require e500v2.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "p1023"
8UBOOT_MACHINES ?= "P1023RDS P1023RDS_NAND"
9KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
11
12PREFERRED_VERSION_fmc = "0.9.23"
13
14JFFS2_ERASEBLOCK = "0x10000"
15
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_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
5require e500v2.inc
6require conf/machine/include/soc-family.inc
7
8SOC_FAMILY = "p1024"
9BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
10UBOOT_MACHINES ?= "P1024RDB P1024RDB_36BIT P1024RDB_NAND P1024RDB_SDCARD P1024RDB_SPIFLASH"
11KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1024rdb_32b.dts"
12KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x20000"
15
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_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
5require e500v2.inc
6require conf/machine/include/soc-family.inc
7
8SOC_FAMILY = "p1025"
9BOOTFORMAT_CONFIG = "config_ddr3_1gb_p1_p2_rdb_pc_667M.dat"
10UBOOT_MACHINES ?= "P1025RDB P1025RDB_36BIT P1025RDB_NAND P1025RDB_SDCARD P1025RDB_SPIFLASH"
11KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025rdb_32b.dts"
12KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
13
14JFFS2_ERASEBLOCK = "0x20000"
15
16SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
17SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
18USE_VT = "0"