summaryrefslogtreecommitdiffstats
path: root/conf/machine/p4080ds.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:39 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commit88dc7ebb9b826b7d85c8603958d21092181d1d1d (patch)
tree7b1beeb05893fe8d95e480e990596bfe943082e2 /conf/machine/p4080ds.conf
parentc18b56890877292691d92f2fae939cb332d83dbe (diff)
downloadmeta-freescale-88dc7ebb9b826b7d85c8603958d21092181d1d1d.tar.gz
Update machine conf of e500mc 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/p4080ds.conf')
-rw-r--r--conf/machine/p4080ds.conf12
1 files changed, 10 insertions, 2 deletions
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index b3fc87b2e..a458e4cf1 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -1,13 +1,20 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale P4080DS 2#@NAME: Freescale P4080DS
3#@SOC: p4080 3#@SOC: p4080
4#@DESCRIPTION: Machine configuration for running P4080DS 4#@DESCRIPTION: Machine configuration for Freescale QorIQ P4080 Development
5# System with ppce500mc core
5#@MAINTAINER: Chunrong Guo <B40290@freescale.com> 6#@MAINTAINER: Chunrong Guo <B40290@freescale.com>
6 7
7require conf/machine/include/e500mc.inc 8require conf/machine/include/e500mc.inc
8 9
9SOC_FAMILY = "p4080" 10SOC_FAMILY = "p4080"
10UBOOT_MACHINES ?= "P4080DS P4080DS_SECURE_BOOT P4080DS_SDCARD P4080DS_SPIFLASH " 11
12UBOOT_CONFIG ??= "nor secure-boot sdcard spi"
13UBOOT_CONFIG[nor] = "P4080DS_config"
14UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
15UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config"
16UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config"
17
11KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \ 18KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \
12 p4080ds-usdpaa-shared-interfaces.dtb \ 19 p4080ds-usdpaa-shared-interfaces.dtb \
13" 20"
@@ -15,3 +22,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
15 22
16JFFS2_ERASEBLOCK = "0x10000" 23JFFS2_ERASEBLOCK = "0x10000"
17 24
25EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"