summaryrefslogtreecommitdiffstats
path: root/conf/machine/p5040ds.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:40 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commitc9ac03e59b99c4c407d30081dd548c4dc8e7039f (patch)
tree3e2b57f24ccf47550875a490d80344922cd41a9a /conf/machine/p5040ds.conf
parent88dc7ebb9b826b7d85c8603958d21092181d1d1d (diff)
downloadmeta-freescale-c9ac03e59b99c4c407d30081dd548c4dc8e7039f.tar.gz
Update machine conf of e5500 targets
* update the DESCRIPTION to provide more details * switch to UBOOT_CONFIG way for u-boot build * add EXTRA_IMAGEDEPENDS Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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"