From: Chunrong Guo <[email protected]> Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/ls1012afrwy.conf | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 conf/machine/ls1012afrwy.conf
diff --git a/conf/machine/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf new file mode 100644 index 0000000..907ced2 --- /dev/null +++ b/conf/machine/ls1012afrwy.conf @@ -0,0 +1,25 @@ +#@TYPE: Machine +#@NAME: NXP LS1012AFRWY board +#@SOC: LSCH2 +#@DESCRIPTION: Machine configuration for NXP QorIQ LS1012AFRWY +# with ARM Cortext-A53 core +#@MAINTAINER: Chunrong Guo <[email protected]> + +MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:" + +require conf/machine/include/qoriq-arm64.inc +require conf/machine/include/arm/arch-arm64.inc + + +UBOOT_DTB_LOADADDRESS = "0x90000000" +UBOOT_ENTRYPOINT = "0x80080000" + +UBOOT_CONFIG ??= "qspi-secure-boot qspi" +UBOOT_CONFIG[qspi] = "ls1012afrwy_qspi_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[qspi-secure-boot] = "ls1012afrwy_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" + +KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb" +KERNEL_DEFCONFIG ?= "defconfig" + +EXTRA_IMAGEDEPENDS += "ppa ppfe-firmware rcw" +USE_VT = "0" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
