From 20200ec703b4917d727b54d6a997cc3ea3f5b7e1 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 27 Jun 2013 09:19:58 +0000 Subject: add p1023rdb support Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760 Signed-off-by: Chunrong Guo --- conf/machine/p1023rdb.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" -- cgit v1.2.3-54-g00ecf