summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-01-25 14:28:35 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-01-26 16:48:49 -0200
commit5561148debf43f87504eee6551b2410ab4f22083 (patch)
tree57a33e912a904a4cc94934abda2b00d12f7c7205 /conf
parentab7e275802bd97fb7baab3508b2752e33075ea69 (diff)
downloadmeta-freescale-5561148debf43f87504eee6551b2410ab4f22083.tar.gz
p2020rdb: add machine conf
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/p2020rdb.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
new file mode 100644
index 00000000..54e35df2
--- /dev/null
+++ b/conf/machine/p2020rdb.conf
@@ -0,0 +1,28 @@
1#@TYPE: Machine
2#@Name: NXP P2020RDB
3#@SOC: p2020
4#@DESCRIPTION: Machine configuration for NXP QorIQ P2020 Reference
5# Design Board with ppce500v2 core
6#@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com>
7
8require conf/machine/include/e500v2.inc
9
10MACHINEOVERRIDES =. "p2020:"
11BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat"
12
13UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard"
14UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin"
15UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin"
16UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin"
17UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot.bin"
18UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot.bin"
19UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot.bin"
20UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot.bin"
21UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot.bin"
22
23KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb"
24KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig"
25
26JFFS2_ERASEBLOCK = "0x20000"
27
28USE_VT ?= "0"