aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1043ardb.conf
blob: 5b4e0cb04ee08bac9e549669c9a18737e570efdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#@TYPE: Machine
#@NAME: NXP LS1043ARDB board
#@SOC: LSCH2
#@DESCRIPTION: Machine configuration for NXP QorIQ LS1043ARDB
#              with ARM Cortext-A53 core
#@MAINTAINER: Ting Liu <ting.liu@nxp.com>

MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:"

require conf/machine/include/qoriq-arm64.inc
require conf/machine/include/arm/arch-arm64.inc

UBOOT_CONFIG ??= "nand sdcard nor"
UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"

KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"

QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa qe-ucode uefi"
USE_VT = "0"