From: Ting Liu Date: Tue, 14 Mar 2017 09:32:04 +0000 (+0800) Subject: ls1012ardb: add machine file X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a701791861745412bb561a574da0481399f29814;p=meta-freescale.git ls1012ardb: add machine file Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf new file mode 100644 index 00000000..9298a86b --- /dev/null +++ b/conf/machine/ls1012ardb.conf @@ -0,0 +1,21 @@ +#@TYPE: Machine +#@NAME: NXP LS1012ARDB board +#@SOC: LSCH2 +#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012ARDB +# with ARM Cortext-A53 core +#@MAINTAINER: Zongchun Yu + +MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:" + +require conf/machine/include/qoriq-arm64.inc +require conf/machine/include/arm/arch-arm64.inc + +UBOOT_CONFIG ??= "qspi-secure-boot qspi" +UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" + +KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" +KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" + +EXTRA_IMAGEDEPENDS += "ppa ls2-rcw" +USE_VT = "0"