summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorC.R. Guo <chunrong.guo@nxp.com>2018-03-07 14:40:36 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-03-15 09:50:54 -0300
commit6a2301f0c050204ceaa73d265fc41047d5b17b4f (patch)
tree7d231f91946f3f948c1441b92e200ecadddae232 /conf
parent68e67a8e83eab4cba75ab874d6a67447f9e6aa5a (diff)
downloadmeta-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.conf29
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
8require conf/machine/include/e5500.inc
9
10SOC_FAMILY = "t1:t1024"
11
12UBOOT_CONFIG ??= "nand sdcard spi secure-boot nor"
13UBOOT_CONFIG[nor] = "T1024RDB_config"
14UBOOT_CONFIG[nand] = "T1024RDB_NAND_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config,,u-boot-with-spl-pbl.bin"
16UBOOT_CONFIG[spi] = "T1024RDB_SPIFLASH_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[secure-boot] = "T1024RDB_SECURE_BOOT_config"
18
19HV_CFG_M = "t1024rdb"
20
21KERNEL_DEVICETREE ?= "t1024rdb.dtb"
22KERNEL_DEFCONFIG ?= "corenet32_smp_defconfig"
23
24JFFS2_ERASEBLOCK = "0x10000"
25QE_UCODE ?= "iram_Type_A_T1024_r1.0.bin"
26
27EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode"
28
29USE_VT ?= "0"