]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1012afrdm: add itbimage support
authorChunrong Guo <chunrong.guo@nxp.com>
Thu, 9 Nov 2017 04:11:14 +0000 (12:11 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 10 Nov 2017 15:57:12 +0000 (13:57 -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/ls1012afrdm.conf

index 6b20c51bc56dcc0633536afd03990118ae71c0bd..8f766094037d6c0f419af2a5940f15684e7260fe 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"
 UBOOT_CONFIG[qspi] = "ls1012afrdm_qspi_defconfig,,u-boot-dtb.bin"