summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"