summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1020rdb.conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:38 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commitc18b56890877292691d92f2fae939cb332d83dbe (patch)
tree062f0fdd54c6d68086a1e4db227585bd3fd6c334 /conf/machine/p1020rdb.conf
parent8d1c727827d10b3b2240647d2ad5736a3b9ea876 (diff)
downloadmeta-freescale-c18b56890877292691d92f2fae939cb332d83dbe.tar.gz
Update machine conf of e500v2 targets
* update the DESCRIPTION to provide more details * switch to UBOOT_CONFIG way for u-boot build * add EXTRA_IMAGEDEPENDS * remove unnecessary blank line 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/p1020rdb.conf')
-rw-r--r--conf/machine/p1020rdb.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index e2b706ed..2a6c9db5 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -1,16 +1,22 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: Freescale P1020RDB 2#@NAME: Freescale P1020RDB
3#@SOC: p1020 3#@SOC: p1020
4#@DESCRIPTION: Machine configuration for running P1020RDB 4#@DESCRIPTION: Machine configuration for Freescale QorIQ P1020 Reference
5# Design Board, revD 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 = "p1020" 10SOC_FAMILY = "p1020"
10BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" 11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
11UBOOT_MACHINES ?= " P1020RDB-PD P1020RDB-PD_NAND P1020RDB-PD_SDCARD P1020RDB-PD_SPIFLASH" 12
13UBOOT_CONFIG ??= "nor nand sdcard spi"
14UBOOT_CONFIG[nor] = "P1020RDB-PD_config"
15UBOOT_CONFIG[nand] = "P1020RDB-PD_NAND_config"
16UBOOT_CONFIG[sdcard] = "P1020RDB-PD_SDCARD_config"
17UBOOT_CONFIG[spi] = "P1020RDB-PD_SPIFLASH_config"
18
12KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb" 19KERNEL_DEVICETREE ?= "p1020rdb-pd_32b.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 20KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
14 21
15JFFS2_ERASEBLOCK = "0x20000" 22JFFS2_ERASEBLOCK = "0x20000"
16