From: Chunrong Guo Date: Thu, 27 Jun 2013 09:19:58 +0000 (+0000) Subject: add p1023rdb support X-Git-Tag: 2.1~534^2~277 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=65700d164f37bb0ece0a52ad2f0314315d63036d;p=meta-freescale.git add p1023rdb support Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760 Signed-off-by: Chunrong Guo --- diff --git a/meta-fsl-ppc/conf/machine/p1023rdb.conf b/meta-fsl-ppc/conf/machine/p1023rdb.conf new file mode 100644 index 00000000..e591e094 --- /dev/null +++ b/meta-fsl-ppc/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"