[meta-freescale] [meta-fsl-ppc][dylan][PATCH 26/30] c293pcie: add machine configure file

b28495 at freescale.com b28495 at freescale.com
Tue Jan 7 05:09:48 PST 2014


From: Chunrong Guo <B40290 at freescale.com>

Signed-off-by: Chunrong Guo <B40290 at freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 conf/machine/c293pcie.conf |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/c293pcie.conf

diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
new file mode 100644
index 0000000..c52c6fb
--- /dev/null
+++ b/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 = "${S}/arch/powerpc/boot/dts/c293pcie_36b.dts"
+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"
-- 
1.7.3.4




More information about the meta-freescale mailing list