]> code.ossystems Code Review - meta-freescale.git/commitdiff
add itbimage support
authorChunrong Guo <chunrong.guo@nxp.com>
Tue, 29 Aug 2017 08:38:44 +0000 (16:38 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 30 Aug 2017 13:08:09 +0000 (10:08 -0300)
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/ls1043ardb-32b.conf
conf/machine/ls1043ardb.conf
conf/machine/ls1046ardb-32b.conf
conf/machine/ls1046ardb.conf
conf/machine/ls1088ardb.conf
conf/machine/ls2088ardb.conf

index 0b0598861eec7d1db685f1fbffd70d54ea1b1f55..539a4e44f81aee8e00e0222762dd2edc9a1d1204 100644 (file)
@@ -11,6 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc
 
 DEFAULTTUNE = "armv7ahf-neon"
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+
 UBOOT_CONFIG ??= "nand sdcard nor"
 UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
 UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
index 5b4e0cb04ee08bac9e549669c9a18737e570efdf..e5e622a382daf9901076325c3717371e78fb93bf 100644 (file)
@@ -10,6 +10,11 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:"
 require conf/machine/include/qoriq-arm64.inc
 require conf/machine/include/arm/arch-arm64.inc
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
 UBOOT_CONFIG ??= "nand sdcard nor"
 UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
 UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
index 32386f732a578994118fda180af9f3e3d7abe5c0..2493bbb342994decedb026da47d62998bae07e53 100644 (file)
@@ -11,6 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc
 
 DEFAULTTUNE = "armv7ahf-neon"
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+
 UBOOT_CONFIG ??= "emmc sdcard 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"
index cb7d18695d392d0e597a63b4cb8c514d907aa681..f3ecd6d34060990a8a7ca3ee9c36727842831723 100644 (file)
@@ -9,6 +9,11 @@ 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"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
 UBOOT_CONFIG ??= "emmc sdcard 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"
index b6435502425c49a68de879a2f3f6a9781a10f3d9..9771ba29788d0ba7b2da2d8348edf4a1890cc7eb 100644 (file)
@@ -9,6 +9,11 @@ require conf/machine/include/arm/arch-arm64.inc
 
 MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:"
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
 UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi"
 UBOOT_CONFIG[secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin"
index 1621cab06bed0045d1b2990a7d5c3eaef2f43059..8d878f032198cf3efc1ce10e2c50e1e1d4c5e713 100644 (file)
@@ -9,6 +9,11 @@ require conf/machine/include/arm/arch-arm64.inc
 
 MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:"
 
+KERNEL_CLASSES  = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
 UBOOT_CONFIG ??= "secure-boot nor"
 UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
 UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"