summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/conf/machine/c293pcie.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
commit92ba600c317d86b1d1cb640a74f38a3f33b56c62 (patch)
tree3d671fb69a0ff48a8f6990242812d69bce2d0d2d /meta-fsl-ppc/conf/machine/c293pcie.conf
parentccae7f8c6d84a6d53fe0c57655a3866ec13ddc5c (diff)
downloadmeta-freescale-92ba600c317d86b1d1cb640a74f38a3f33b56c62.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 'meta-fsl-ppc/conf/machine/c293pcie.conf')
-rw-r--r--meta-fsl-ppc/conf/machine/c293pcie.conf17
1 files changed, 17 insertions, 0 deletions
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 @@
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"