From 2446f112140e3061189164c7aa2a87b937b22690 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 17 Apr 2018 14:48:28 +0800 Subject: ls1046ardb-be: add machine config Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/ls1046ardb-be.conf | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 conf/machine/ls1046ardb-be.conf (limited to 'conf/machine/ls1046ardb-be.conf') 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 @@ +#@TYPE: Machine +#@NAME: NXP LS1046ARDB +#@SOC: LSCH2 +#@DESCRIPTION: Machine configuration for running LS1046A in 64-bit mode +#@MAINTAINER: Zhenhua Luo + +DEFAULTTUNE = "aarch64_be" + +MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:" + +require conf/machine/include/qoriq-arm64.inc +require conf/machine/include/arm/arch-arm64.inc + +KERNEL_CLASSES = " kernel-itbimage " +KERNEL_IMAGETYPES = "itbImage" + +DTB_LOAD = "0x90000000" +UBOOT_ENTRYPOINT = "0x80080000" + +LE_UBOOT_FOR_ARMBE_TARGET = "1" +UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" +UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" +UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" +UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" +UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin" + +KERNEL_DEVICETREE ?= "\ + freescale/fsl-ls1046a-rdb-sdk.dtb \ + freescale/fsl-ls1046a-rdb-usdpaa.dtb \ +" +KERNEL_DEFCONFIG ?= "defconfig" + +EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa qe-ucode" +USE_VT = "0" -- cgit v1.2.3-54-g00ecf