summaryrefslogtreecommitdiffstats
path: root/conf/machine/p5040ds.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/p5040ds.conf')
-rw-r--r--conf/machine/p5040ds.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index 534b5da2..a56e8a35 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -1,15 +1,21 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale P5040DS 2#@NAME: Freescale P5040DS
3#@SOC: p5040 3#@SOC: p5040
4#@DESCRIPTION: Machine configuration for running P5040DS in 32-bit mode 4#@DESCRIPTION: Machine configuration for Freescale QorIQ P5040 Development
5# System with ppce5500 core in 32b mode
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 7
7require conf/machine/include/e5500.inc 8require conf/machine/include/e5500.inc
8 9
9SOC_FAMILY = "p5040" 10SOC_FAMILY = "p5040"
10UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT \ 11
11 P5040DS_SDCARD P5040DS_SPIFLASH \ 12UBOOT_CONFIG ??= "nor nand secure-boot sdcard spi"
12" 13UBOOT_CONFIG[nor] = "P5040DS_config"
14UBOOT_CONFIG[nand] = "P5040DS_NAND_config"
15UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config"
16UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config"
17UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config"
18
13KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \ 19KERNEL_DEVICETREE ?= "p5040ds.dtb p5040ds-usdpaa.dtb \
14 p5040ds-usdpaa-shared-interfaces.dtb \ 20 p5040ds-usdpaa-shared-interfaces.dtb \
15" 21"
@@ -17,3 +23,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
17 23
18JFFS2_ERASEBLOCK = "0x10000" 24JFFS2_ERASEBLOCK = "0x10000"
19 25
26EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"