From: Chunrong Guo Date: Thu, 27 Jun 2013 09:20:00 +0000 (+0000) Subject: Add BSC9131RDB support X-Git-Tag: 2.1~534^2~275 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d3ab425e1b3a0675c74d616d94c4b4a04e169fc7;p=meta-freescale.git Add BSC9131RDB support Signed-off-by: Chunrong Guo --- diff --git a/meta-fsl-ppc/conf/machine/bsc9131rdb.conf b/meta-fsl-ppc/conf/machine/bsc9131rdb.conf new file mode 100644 index 00000000..39a73e59 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/bsc9131rdb.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running + +require e500v2.inc +require conf/machine/include/soc-family.inc + +SOC_FAMILY = "bsc9131" +UBOOT_MACHINES ?= "BSC9131RDB_SPIFLASH BSC9131RDB_NAND BSC9131RDB_NAND_SYSCLK100 BSC9131RDB_SPIFLASH_SYSCLK100" +KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/bsc9131rdb.dts" +KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0"