summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb-be.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/ls1046ardb-be.conf')
-rw-r--r--conf/machine/ls1046ardb-be.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/conf/machine/ls1046ardb-be.conf b/conf/machine/ls1046ardb-be.conf
new file mode 100644
index 00000000..a6ab7428
--- /dev/null
+++ b/conf/machine/ls1046ardb-be.conf
@@ -0,0 +1,37 @@
1#@TYPE: Machine
2#@NAME: NXP LS1046ARDB
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for running LS1046A in 64-bit mode
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@nxp.com>
6
7DEFAULTTUNE = "aarch64_be"
8
9MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
10
11require conf/machine/include/qoriq-arm64.inc
12require conf/machine/include/arm/arch-arm64.inc
13
14KERNEL_CLASSES = " kernel-itbimage "
15KERNEL_IMAGETYPES = "itbImage"
16
17DTB_LOAD = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000"
19
20LE_UBOOT_FOR_ARMBE_TARGET = "1"
21UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi"
22UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
23UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
24UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
25UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
26UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
27UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
28UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
29
30KERNEL_DEVICETREE ?= "\
31 freescale/fsl-ls1046a-rdb-sdk.dtb \
32 freescale/fsl-ls1046a-rdb-usdpaa.dtb \
33"
34KERNEL_DEFCONFIG ?= "defconfig"
35
36EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa qe-ucode"
37USE_VT = "0"