[meta-freescale] [meta-fsl-ppc][PATCH 05/26] add p1023rdb support

b28495 at freescale.com b28495 at freescale.com
Thu Jun 27 02:19:58 PDT 2013


From: Chunrong Guo <B40290 at freescale.com>

Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760
Signed-off-by: Chunrong Guo <B40290 at freescale.com>
---
 conf/machine/p1023rdb.conf |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/p1023rdb.conf

diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf
new file mode 100644
index 0000000..e591e09
--- /dev/null
+++ b/conf/machine/p1023rdb.conf
@@ -0,0 +1,16 @@
+#@TYPE: Machine
+#@DESCRIPTION: Machine configuration for running 
+
+require e500v2.inc
+require conf/machine/include/soc-family.inc
+
+SOC_FAMILY = "p1023"
+UBOOT_MACHINES ?= "P1023RDB"
+KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rdb.dts"
+KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
+
+JFFS2_ERASEBLOCK = "0x10000"
+
+SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
+USE_VT = "0"
-- 
1.7.3.4





More information about the meta-freescale mailing list