]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1012ardb : add itbimage support
authorChunrong Guo <chunrong.guo@nxp.com>
Mon, 30 Oct 2017 08:53:55 +0000 (16:53 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Nov 2017 12:00:21 +0000 (10:00 -0200)
*add KERNEL_CLASSES and KERNEL_IMAGETYPES

*add DTB_LOAD

*add UBOOT_ENTRYPOINT

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/ls1012ardb.conf

index 8fe7bed5f4be18a0b48fb92cb78125e20d10265a..c0b438a612edc986171ee9fee36921b13665bc29 100644 (file)
@@ -10,6 +10,12 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1012a:"
 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"
+
 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"