diff options
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 6142bea4..674267d0 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" | ||