aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.conf
blob: bbe0042bd1aab42c587d1444fd8dcf0b07d3a634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#@TYPE: Machine
#@NAME: Freescale T4240QDS
#@SOC: t4240
#@DESCRIPTION: Machine configuration for Freescale QorIQ T4240 Development
#              System with ppce6500 core in 32b mode
#@MAINTAINER: Chunrong Guo <B40290@freescale.com>

require conf/machine/include/e6500.inc

SOC_FAMILY = "t4:t4240"
UBOOT_CONFIG ??= "secure-boot nor"
UBOOT_CONFIG[nor] = "T4240QDS_config"
UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
    t4240qds-usdpaa-shared-interfaces.dtb \
"
KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"

JFFS2_ERASEBLOCK = "0x10000"

EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"