summaryrefslogtreecommitdiffstats
path: root/conf/machine/p2020rdb.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/p2020rdb.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/p2020rdb.conf')
-rw-r--r--conf/machine/p2020rdb.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 9544c256..a06f4c98 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -1,16 +1,26 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@Name: Freescale P2020RDB 2#@Name: Freescale P2020RDB
3#@SOC: p2020 3#@SOC: p2020
4#@DESCRIPTION: Machine configuration for running P2020RDB 4#@DESCRIPTION: Machine configuration for Freescale QorIQ P2020 Reference
5# Design Board 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 = "p2020" 10SOC_FAMILY = "p2020"
10BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" 11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
11UBOOT_MACHINES ?= " P2020RDB-PC P2020RDB-PC_NAND P2020RDB-PC_SDCARD P2020RDB-PC_SPIFLASH P2020RDB-PC_36BIT P2020RDB-PC_36BIT_SPIFLASH P2020RDB-PC_36BIT_NAND P2020RDB-PC_36BIT_SDCARD" 12
13UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
14UBOOT_CONFIG[nor] = "P2020RDB-PC_config"
15UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config"
16UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config"
17UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config"
18UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config"
19UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config"
20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config"
21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config"
22
12KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" 23KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
13KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 24KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
14 25
15JFFS2_ERASEBLOCK = "0x20000" 26JFFS2_ERASEBLOCK = "0x20000"
16