diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-01-25 14:28:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-26 16:48:49 -0200 |
commit | 5561148debf43f87504eee6551b2410ab4f22083 (patch) | |
tree | 57a33e912a904a4cc94934abda2b00d12f7c7205 /conf/machine/p2020rdb.conf | |
parent | ab7e275802bd97fb7baab3508b2752e33075ea69 (diff) | |
download | meta-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/machine/p2020rdb.conf')
-rw-r--r-- | conf/machine/p2020rdb.conf | 28 |
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 | |||
8 | require conf/machine/include/e500v2.inc | ||
9 | |||
10 | MACHINEOVERRIDES =. "p2020:" | ||
11 | BOOTFORMAT_CONFIG = "config_sram_p1022ds.dat" | ||
12 | |||
13 | UBOOT_CONFIG ??= "nor nand sdcard spi 36bit-nor 36bit-spi 36bit-nand 36bit-sdcard" | ||
14 | UBOOT_CONFIG[nor] = "P2020RDB-PC_config,,u-boot.bin" | ||
15 | UBOOT_CONFIG[nand] = "P2020RDB-PC_NAND_config,,u-boot.bin" | ||
16 | UBOOT_CONFIG[sdcard] = "P2020RDB-PC_SDCARD_config,,u-boot.bin" | ||
17 | UBOOT_CONFIG[spi] = "P2020RDB-PC_SPIFLASH_config,,u-boot.bin" | ||
18 | UBOOT_CONFIG[36bit-nor] = "P2020RDB-PC_36BIT_config,,u-boot.bin" | ||
19 | UBOOT_CONFIG[36bit-spi] = "P2020RDB-PC_36BIT_SPIFLASH_config,,u-boot.bin" | ||
20 | UBOOT_CONFIG[36bit-nand] = "P2020RDB-PC_36BIT_NAND_config,,u-boot.bin" | ||
21 | UBOOT_CONFIG[36bit-sdcard] = "P2020RDB-PC_36BIT_SDCARD_config,,u-boot.bin" | ||
22 | |||
23 | KERNEL_DEVICETREE ?= "p2020rdb-pc_32b.dtb" | ||
24 | KERNEL_DEFCONFIG ?= "mpc85xx_smp_defconfig" | ||
25 | |||
26 | JFFS2_ERASEBLOCK = "0x20000" | ||
27 | |||
28 | USE_VT ?= "0" | ||