summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2013-09-03 15:47:47 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-13 12:11:36 +0800
commitee53defd8a9b1df025dec118ab1fbb9b30307f80 (patch)
treebc5a42ed6e1316a9f919ecf4ea306ce6aa21ad49
parent698b7c609b4840f0f2b070cee6d04aab69da327e (diff)
downloadmeta-fsl-ppc-ee53defd8a9b1df025dec118ab1fbb9b30307f80.tar.gz
c293pcie: add machine configure file
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
-rw-r--r--conf/machine/c293pcie.conf17
1 files changed, 17 insertions, 0 deletions
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 @@
1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running C293PCIE in 36-bit mode
3
4require e500v2.inc
5require conf/machine/include/soc-family.inc
6
7SOC_FAMILY = "c293pcie"
8BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
9UBOOT_MACHINES ?= "C293PCIE C293PCIE_NAND C293PCIE_SPIFLASH C293PCIE_SECBOOT C293PCIE_SPIFLASH_SECBOOT"
10KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/c293pcie_36b.dts"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
12
13JFFS2_ERASEBLOCK = "0x10000"
14
15SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
16SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
17USE_VT = "0"