summaryrefslogtreecommitdiffstats
path: root/conf/machine/c293pcie.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/c293pcie.conf')
-rw-r--r--conf/machine/c293pcie.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf
index 6a63844..a80e4e3 100644
--- a/conf/machine/c293pcie.conf
+++ b/conf/machine/c293pcie.conf
@@ -1,16 +1,21 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale C293PCIE 2#@NAME: Freescale C293PCIE
3#@SOC: c293pcie 3#@SOC: c293pcie
4#@DESCRIPTION: Machine configuration for running C293PCIE in 36-bit mode 4#@DESCRIPTION: Machine configuration for Freescale C29x Crypto Coprocessor
5# PCI Express Adapter Platform with ppce500v2 core
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 7
7require conf/machine/include/e500v2.inc 8require conf/machine/include/e500v2.inc
8 9
9SOC_FAMILY = "c293pcie" 10SOC_FAMILY = "c293pcie"
10BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" 11BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat"
11UBOOT_MACHINES ?= "C29XPCIE C29XPCIE_SPIFLASH C29XPCIE_SECBOOT C29XPCIE_SPIFLASH_SECBOOT" 12UBOOT_CONFIG ??= "spi secboot spi-secboot nor"
13UBOOT_CONFIG[nor] = "C29XPCIE_config"
14UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config"
15UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config"
16UBOOT_CONFIG[spi-secboot] = "C29XPCIE_SPIFLASH_SECBOOT_config"
17
12KERNEL_DEVICETREE ?= "c293pcie_36b.dtb" 18KERNEL_DEVICETREE ?= "c293pcie_36b.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig" 19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_defconfig"
14 20
15JFFS2_ERASEBLOCK = "0x10000" 21JFFS2_ERASEBLOCK = "0x10000"
16