summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2011-12-07 14:56:27 +0000
committerMatthew McClintock <msm@freescale.com>2011-12-07 16:43:30 -0600
commit74ab67fda5ca217c01e5f10814ff609254e878c7 (patch)
tree5e101465771af925a2620502bd3ba016b8f7ad7f /conf/machine
parent6cb0659bcf799d42abbcdb352d351ab52cc9852a (diff)
downloadmeta-fsl-ppc-74ab67fda5ca217c01e5f10814ff609254e878c7.tar.gz
conf/machines: add non-dpaa target boards support
The following boards are added: mpc8536ds.conf, mpc8548cds.conf, p1010rdb.conf, p1020mbg.conf, p1020utm.conf,p1021rdb.conf, p1024rdb.conf, p1025rdb.conf, p2020rdb.conf Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/mpc8536ds.conf9
-rw-r--r--conf/machine/mpc8548cds.conf9
-rw-r--r--conf/machine/p1010rdb.conf9
-rw-r--r--conf/machine/p1020mbg.conf9
-rw-r--r--conf/machine/p1020utm.conf9
-rw-r--r--conf/machine/p1021rdb.conf9
-rw-r--r--conf/machine/p1024rdb.conf9
-rw-r--r--conf/machine/p1025rdb.conf9
-rw-r--r--conf/machine/p2020rdb.conf9
9 files changed, 81 insertions, 0 deletions
diff --git a/conf/machine/mpc8536ds.conf b/conf/machine/mpc8536ds.conf
new file mode 100644
index 0000000..02170cb
--- /dev/null
+++ b/conf/machine/mpc8536ds.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale MPC8536DS
3#@DESCRIPTION: Machine configuration for the Freescale MPC8536DS
4
5require e500v2.inc
6
7UBOOT_MACHINES = "MPC8536DS"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf
new file mode 100644
index 0000000..738f983
--- /dev/null
+++ b/conf/machine/mpc8548cds.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale MPC8548CDS
3#@DESCRIPTION: Machine configuration for the Freescale MPC8548CDS
4
5require e500v2.inc
6
7UBOOT_MACHINES = "MPC8548CDS"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
new file mode 100644
index 0000000..726d212
--- /dev/null
+++ b/conf/machine/p1010rdb.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale P1010RDB
3#@DESCRIPTION: Machine configuration for the Freescale P1010RDB
4
5require e500v2.inc
6
7UBOOT_MACHINES = "P1010RDB_NAND"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1010rdb.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p1020mbg.conf b/conf/machine/p1020mbg.conf
new file mode 100644
index 0000000..ba1de3c
--- /dev/null
+++ b/conf/machine/p1020mbg.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale P1020MBG
3#@DESCRIPTION: Machine configuration for the Freescale P1020MBG
4
5require e500v2.inc
6
7UBOOT_MACHINES = "P1020MBG-PC"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020mbg.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p1020utm.conf b/conf/machine/p1020utm.conf
new file mode 100644
index 0000000..91833b1
--- /dev/null
+++ b/conf/machine/p1020utm.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale P1020UTM
3#@DESCRIPTION: Machine configuration for the Freescale P1020UTM
4
5require e500v2.inc
6
7UBOOT_MACHINES = "P1020UTM-PC"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020utm.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
new file mode 100644
index 0000000..7e029be
--- /dev/null
+++ b/conf/machine/p1021rdb.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale P1021RDB
3#@DESCRIPTION: Machine configuration for the Freescale P1021RDB
4
5require e500v2.inc
6
7UBOOT_MACHINES = "P1021RDB-PC"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1021rdb.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p1024rdb.conf b/conf/machine/p1024rdb.conf
new file mode 100644
index 0000000..e170a99
--- /dev/null
+++ b/conf/machine/p1024rdb.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale P1024RDB
3#@DESCRIPTION: Machine configuration for the Freescale P1024RDB
4
5require e500v2.inc
6
7UBOOT_MACHINES = "P1024RDB"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1024rdb.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p1025rdb.conf b/conf/machine/p1025rdb.conf
new file mode 100644
index 0000000..6e7b3c0
--- /dev/null
+++ b/conf/machine/p1025rdb.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale P1025RDB
3#@DESCRIPTION: Machine configuration for the Freescale P1025RDB
4
5require e500v2.inc
6
7UBOOT_MACHINES = "P1025RDB"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025rdb.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
new file mode 100644
index 0000000..22b07f8
--- /dev/null
+++ b/conf/machine/p2020rdb.conf
@@ -0,0 +1,9 @@
1#@TYPE: Machine
2#@Name: Freescale P2020RDB
3#@DESCRIPTION: Machine configuration for the Freescale P2020RDB
4
5require e500v2.inc
6
7UBOOT_MACHINES = "P2020RDB-PC"
8KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020rdb.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"