diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-07 14:40:32 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-15 09:50:54 -0300 |
commit | 3920655ac7d2b5cd447f562bc9861449869c25f0 (patch) | |
tree | aebe2e0c068871c5689010ba8c2ce77c306bb472 /conf/machine | |
parent | e52674038708084d07a03210355a1bc8db5522da (diff) | |
download | meta-freescale-3920655ac7d2b5cd447f562bc9861449869c25f0.tar.gz |
p2041rdb: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/p2041rdb.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf new file mode 100644 index 00000000..9a795fef --- /dev/null +++ b/conf/machine/p2041rdb.conf | |||
@@ -0,0 +1,28 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP P2041RDB | ||
3 | #@SOC: p2041 | ||
4 | #@DESCRIPTION: Machine configuration for NXP QorIQ P2041 Reference | ||
5 | # Design Board, rev2 silicon with ppce500mc core | ||
6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
7 | |||
8 | require conf/machine/include/e500mc.inc | ||
9 | |||
10 | SOC_FAMILY = "p2041" | ||
11 | |||
12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | ||
13 | UBOOT_CONFIG[nor] = "P2041RDB_config" | ||
14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" | ||
15 | UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" | ||
16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" | ||
17 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl" | ||
18 | |||
19 | HV_CFG_M = "p2041rdb" | ||
20 | |||
21 | KERNEL_DEVICETREE ?= "p2041rdb.dtb" | ||
22 | KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" | ||
23 | |||
24 | JFFS2_ERASEBLOCK = "0x10000" | ||
25 | |||
26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw" | ||
27 | |||
28 | USE_VT ?= "0" | ||