diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-11-09 12:11:18 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-10 13:57:12 -0200 |
commit | b6e878c039e66a317e977a0226008312edcad218 (patch) | |
tree | 2ecbcac2e70274287428df0612280fff10a6dbae | |
parent | d58f68c0c4bffaab61f3f4aca3a151f4df9fed22 (diff) | |
download | meta-freescale-b6e878c039e66a317e977a0226008312edcad218.tar.gz |
ls1012ardb-32b: add itbimage support
*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>
-rw-r--r-- | conf/machine/ls1012ardb-32b.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/ls1012ardb-32b.conf b/conf/machine/ls1012ardb-32b.conf index 1cdcaf6a..b8e34d68 100644 --- a/conf/machine/ls1012ardb-32b.conf +++ b/conf/machine/ls1012ardb-32b.conf | |||
@@ -12,6 +12,12 @@ require conf/machine/include/arm/arch-arm64.inc | |||
12 | 12 | ||
13 | DEFAULTTUNE = "armv7ahf-neon" | 13 | DEFAULTTUNE = "armv7ahf-neon" |
14 | 14 | ||
15 | KERNEL_CLASSES = " kernel-itbimage " | ||
16 | KERNEL_IMAGETYPES = "itbImage" | ||
17 | |||
18 | DTB_LOAD = "0x9ffe0000" | ||
19 | UBOOT_ENTRYPOINT = "0x80008000" | ||
20 | |||
15 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" | 21 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" |
16 | UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin" |
17 | UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |