diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:39 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | 88dc7ebb9b826b7d85c8603958d21092181d1d1d (patch) | |
tree | 7b1beeb05893fe8d95e480e990596bfe943082e2 /conf/machine/p3041ds.conf | |
parent | c18b56890877292691d92f2fae939cb332d83dbe (diff) | |
download | meta-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/p3041ds.conf')
-rw-r--r-- | conf/machine/p3041ds.conf | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index 8fca5b40..1d88a53f 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf | |||
@@ -1,15 +1,21 @@ | |||
1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
2 | #@NAME: Freescale P3041DS | 2 | #@NAME: Freescale P3041DS |
3 | #@SOC: p3041 | 3 | #@SOC: p3041 |
4 | #@DESCRIPTION: Machine configuration for running P3041DS | 4 | #@DESCRIPTION: Machine configuration for Freescale QorIQ P3041 Development |
5 | # System with ppce500mc core | ||
5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> |
6 | 7 | ||
7 | require conf/machine/include/e500mc.inc | 8 | require conf/machine/include/e500mc.inc |
8 | 9 | ||
9 | SOC_FAMILY = "p3041" | 10 | SOC_FAMILY = "p3041" |
10 | UBOOT_MACHINES ?= "P3041DS P3041DS_NAND P3041DS_SECURE_BOOT \ | 11 | |
11 | P3041DS_SDCARD P3041DS_SPIFLASH \ | 12 | UBOOT_CONFIG ??= "nor nand secure-boot sdcard spi" |
12 | " | 13 | UBOOT_CONFIG[nor] = "P3041DS_config" |
14 | UBOOT_CONFIG[nand] = "P3041DS_NAND_config" | ||
15 | UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config" | ||
16 | UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config" | ||
17 | UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config" | ||
18 | |||
13 | KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-usdpaa.dtb \ | 19 | KERNEL_DEVICETREE ?= "p3041ds.dtb p3041ds-usdpaa.dtb \ |
14 | p3041ds-usdpaa-shared-interfaces.dtb \ | 20 | p3041ds-usdpaa-shared-interfaces.dtb \ |
15 | " | 21 | " |
@@ -17,3 +23,4 @@ KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | |||
17 | 23 | ||
18 | JFFS2_ERASEBLOCK = "0x10000" | 24 | JFFS2_ERASEBLOCK = "0x10000" |
19 | 25 | ||
26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" | ||