From 92ba600c317d86b1d1cb640a74f38a3f33b56c62 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 3 Sep 2013 15:47:47 +0800 Subject: [PATCH] c293pcie: add machine configure file Signed-off-by: Chunrong Guo Signed-off-by: Zhenhua Luo --- meta-fsl-ppc/conf/machine/c293pcie.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-fsl-ppc/conf/machine/c293pcie.conf diff --git a/meta-fsl-ppc/conf/machine/c293pcie.conf b/meta-fsl-ppc/conf/machine/c293pcie.conf new file mode 100644 index 00000000..9e7252a1 --- /dev/null +++ b/meta-fsl-ppc/conf/machine/c293pcie.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@DESCRIPTION: Machine configuration for running C293PCIE in 36-bit mode + +require e500v2.inc +require conf/machine/include/soc-family.inc + +SOC_FAMILY = "c293pcie" +BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" +UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT" +KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" + +JFFS2_ERASEBLOCK = "0x10000" + +SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +USE_VT = "0" -- 2.40.1