]> code.ossystems Code Review - meta-freescale.git/commitdiff
add machine configure file for p1023rds and p2041rdb
authorZhenhua Luo <b19537@freescale.com>
Wed, 30 Nov 2011 15:16:55 +0000 (15:16 +0000)
committerMatthew McClintock <msm@freescale.com>
Wed, 30 Nov 2011 09:24:18 +0000 (03:24 -0600)
Signed-off-by: Zhenhua Luo <b19537@freescale.com>
meta-fsl-ppc/conf/machine/p1023rds.conf [new file with mode: 0644]
meta-fsl-ppc/conf/machine/p2041rdb.conf [new file with mode: 0644]

diff --git a/meta-fsl-ppc/conf/machine/p1023rds.conf b/meta-fsl-ppc/conf/machine/p1023rds.conf
new file mode 100644 (file)
index 0000000..c5615db
--- /dev/null
@@ -0,0 +1,8 @@
+#@TYPE: Machine
+#@DESCRIPTION: Machine configuration for running 
+
+require e500v2.inc
+
+UBOOT_MACHINES = "P1023RDS"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
diff --git a/meta-fsl-ppc/conf/machine/p2041rdb.conf b/meta-fsl-ppc/conf/machine/p2041rdb.conf
new file mode 100644 (file)
index 0000000..ab7ce5b
--- /dev/null
@@ -0,0 +1,8 @@
+#@TYPE: Machine
+#@DESCRIPTION: Machine configuration for running 
+
+require e500mc.inc
+
+UBOOT_MACHINES = "P2041RDB"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"