diff options
-rw-r--r-- | conf/machine/ls1046ardb-be.conf | 37 |
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 | |||
7 | DEFAULTTUNE = "aarch64_be" | ||
8 | |||
9 | MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:" | ||
10 | |||
11 | require conf/machine/include/qoriq-arm64.inc | ||
12 | require conf/machine/include/arm/arch-arm64.inc | ||
13 | |||
14 | KERNEL_CLASSES = " kernel-itbimage " | ||
15 | KERNEL_IMAGETYPES = "itbImage" | ||
16 | |||
17 | DTB_LOAD = "0x90000000" | ||
18 | UBOOT_ENTRYPOINT = "0x80080000" | ||
19 | |||
20 | LE_UBOOT_FOR_ARMBE_TARGET = "1" | ||
21 | UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" | ||
22 | UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" | ||
23 | UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" | ||
24 | UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" | ||
25 | UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" | ||
26 | UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
27 | UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" | ||
28 | UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
29 | |||
30 | KERNEL_DEVICETREE ?= "\ | ||
31 | freescale/fsl-ls1046a-rdb-sdk.dtb \ | ||
32 | freescale/fsl-ls1046a-rdb-usdpaa.dtb \ | ||
33 | " | ||
34 | KERNEL_DEFCONFIG ?= "defconfig" | ||
35 | |||
36 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa qe-ucode" | ||
37 | USE_VT = "0" | ||