diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-01-25 14:28:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-01-26 16:48:49 -0200 |
commit | d5017577bf2be2de03e0af48f047bf46ed31b791 (patch) | |
tree | 72fd6c3ed2b8d11c9ebffde10d78d5429f185d3c | |
parent | 60f1dbeb5291f5ea507a369dd504f04095f19266 (diff) | |
download | meta-freescale-d5017577bf2be2de03e0af48f047bf46ed31b791.tar.gz |
t1042d4rdb-64b: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/t1042d4rdb-64b.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/conf/machine/t1042d4rdb-64b.conf b/conf/machine/t1042d4rdb-64b.conf new file mode 100644 index 00000000..4bb6f0b5 --- /dev/null +++ b/conf/machine/t1042d4rdb-64b.conf | |||
@@ -0,0 +1,30 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP T1042D4RDB | ||
3 | #@SOC: t1042 | ||
4 | #@DESCRIPTION: Machine configuration for NXP QorIQ T1042D4 Reference | ||
5 | # Design Board with ppce5500 core in 64b mode | ||
6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
7 | |||
8 | require conf/machine/include/e5500-64b.inc | ||
9 | |||
10 | MACHINEOVERRIDES =. "t1:t1042:" | ||
11 | |||
12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" | ||
13 | UBOOT_CONFIG[nor] = "T1042D4RDB_config,,u-boot.bin" | ||
14 | UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config,,u-boot-with-spl-pbl.bin" | ||
15 | UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" | ||
16 | UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" | ||
17 | UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config,,u-boot.bin" | ||
18 | |||
19 | HV_CFG_M = "t1040rdb" | ||
20 | |||
21 | KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" | ||
22 | KERNEL_DEFCONFIG ?= "corenet64_smp_defconfig" | ||
23 | |||
24 | JFFS2_ERASEBLOCK = "0x10000" | ||
25 | |||
26 | QE_UCODE = "iram_Type_A_T1040_r1.0.bin" | ||
27 | |||
28 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" | ||
29 | |||
30 | USE_VT ?= "0" | ||