summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1043ardb.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
new file mode 100644
index 00000000..99117076
--- /dev/null
+++ b/conf/machine/ls1043ardb.conf
@@ -0,0 +1,22 @@
1#@TYPE: Machine
2#@NAME: NXP LS1043ARDB board
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for NXP QorIQ LS1043ARDB
5# with ARM Cortext-A53 core
6#@MAINTAINER: Ting Liu <ting.liu@nxp.com>
7
8require conf/machine/include/qoriq-arm64.inc
9require conf/machine/include/arm/arch-arm64.inc
10
11UBOOT_CONFIG ??= "nand sdcard nor"
12UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
13UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
14UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
15UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
16
17KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
18KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"
19
20QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
21EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa qe-ucode"
22USE_VT = "0"