diff options
author | C.R. Guo <chunrong.guo@nxp.com> | 2018-03-07 14:40:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-15 09:50:54 -0300 |
commit | 6a2301f0c050204ceaa73d265fc41047d5b17b4f (patch) | |
tree | 7d231f91946f3f948c1441b92e200ecadddae232 /conf | |
parent | 68e67a8e83eab4cba75ab874d6a67447f9e6aa5a (diff) | |
download | meta-freescale-6a2301f0c050204ceaa73d265fc41047d5b17b4f.tar.gz |
t1024rdb: 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')
-rw-r--r-- | conf/machine/t1024rdb.conf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/t1024rdb.conf b/conf/machine/t1024rdb.conf new file mode 100644 index 00000000..297c9497 --- /dev/null +++ b/conf/machine/t1024rdb.conf | |||
@@ -0,0 +1,29 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP T1024RDB | ||
3 | #@SOC: t1024 | ||
4 | #@DESCRIPTION: Machine configuration for NXP QorIQ T1024 Reference | ||
5 | # Design Board with ppce5500 core in 32b mode | ||
6 | #@MAINTAINER: Chunrong Guo <chunrong.guo@nxp.com> | ||
7 | |||
8 | require conf/machine/include/e5500.inc | ||
9 | |||
10 | SOC_FAMILY = "t1:t1024" | ||
11 | |||
12 | UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor" | ||
13 | UBOOT_CONFIG[nor] = "T1024RDB_config" | ||
14 | UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin" | ||
15 | UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin" | ||
16 | UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin" | ||
17 | UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config" | ||
18 | |||
19 | HV_CFG_M = "t1024rdb" | ||
20 | |||
21 | KERNEL_DEVICETREE ?= "t1024rdb.dtb" | ||
22 | KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig" | ||
23 | |||
24 | JFFS2_ERASEBLOCK = "0x10000" | ||
25 | QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin" | ||
26 | |||
27 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode" | ||
28 | |||
29 | USE_VT ?= "0" | ||