diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:40 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
| commit | c9ac03e59b99c4c407d30081dd548c4dc8e7039f (patch) | |
| tree | 3e2b57f24ccf47550875a490d80344922cd41a9a /conf/machine/t1042d4rdb.conf | |
| parent | 88dc7ebb9b826b7d85c8603958d21092181d1d1d (diff) | |
| download | meta-freescale-c9ac03e59b99c4c407d30081dd548c4dc8e7039f.tar.gz | |
Update machine conf of e5500 targets
* update the DESCRIPTION to provide more details
* switch to UBOOT_CONFIG way for u-boot build
* add EXTRA_IMAGEDEPENDS
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/t1042d4rdb.conf')
| -rw-r--r-- | conf/machine/t1042d4rdb.conf | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/conf/machine/t1042d4rdb.conf b/conf/machine/t1042d4rdb.conf index 6142bea40..674267d04 100644 --- a/conf/machine/t1042d4rdb.conf +++ b/conf/machine/t1042d4rdb.conf | |||
| @@ -1,18 +1,26 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: Freescale T1042D4RDB | 2 | #@NAME: Freescale T1042D4RDB |
| 3 | #@SOC: t1042 | 3 | #@SOC: t1042 |
| 4 | #@DESCRIPTION: Machine configuration for running T1042D4RDB in 32-bit mode | 4 | #@DESCRIPTION: Machine configuration for Freescale QorIQ T1042D4 Reference |
| 5 | # Design Board with ppce5500 core in 32b mode | ||
| 5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | 6 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> |
| 6 | 7 | ||
| 7 | require conf/machine/include/e5500.inc | 8 | require conf/machine/include/e5500.inc |
| 8 | 9 | ||
| 9 | SOC_FAMILY = "t1:t1042" | 10 | SOC_FAMILY = "t1:t1042" |
| 10 | UBOOT_MACHINES ?= "T1042D4RDB T1042D4RDB_NAND T1042D4RDB_SDCARD \ | 11 | |
| 11 | T1042D4RDB_SPIFLASH T1042D4RDB_SECURE_BOOT \ | 12 | UBOOT_CONFIG ??= "nor nand sdcard spi secure-boot" |
| 12 | " | 13 | UBOOT_CONFIG[nor] = "T1042D4RDB_config" |
| 14 | UBOOT_CONFIG[nand] = "T1042D4RDB_NAND_config" | ||
| 15 | UBOOT_CONFIG[sdcard] = "T1042D4RDB_SDCARD_config" | ||
| 16 | UBOOT_CONFIG[spi] = "T1042D4RDB_SPIFLASH_config" | ||
| 17 | UBOOT_CONFIG[secure-boot] = "T1042D4RDB_SECURE_BOOT_config" | ||
| 18 | |||
| 13 | KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" | 19 | KERNEL_DEVICETREE ?= "t1042d4rdb.dtb" |
| 14 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" | 20 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" |
| 15 | 21 | ||
| 16 | JFFS2_ERASEBLOCK = "0x10000" | 22 | JFFS2_ERASEBLOCK = "0x10000" |
| 17 | 23 | ||
| 18 | QE_UCODE = "iram_Type_A_T1040_r1.0.bin" | 24 | QE_UCODE = "iram_Type_A_T1040_r1.0.bin" |
| 25 | |||
| 26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg qe-ucode" | ||
