summaryrefslogtreecommitdiffstats
path: root/conf
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-12 18:06:02 +0800
commit4e315f75100b6c1dc9e843a66b6979ad39d2e86e (patch)
treec79a221ac67590bf0358f5abcfa0d3d9b085c4bd /conf
parentd60a111a0c82db41e95c63b8e709244889542891 (diff)
downloadmeta-fsl-ppc-4e315f75100b6c1dc9e843a66b6979ad39d2e86e.tar.gz
c293pcie: add machine configure file
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'conf')
-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..9e7252a
--- /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 ?= "c293pcie_36b.dtb"
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"