From 477be61b278213bc536ccda149f0c97a83b8cc76 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Tue, 29 Aug 2017 16:38:44 +0800 Subject: add itbimage support Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/ls1043ardb-32b.conf | 5 +++++ conf/machine/ls1043ardb.conf | 5 +++++ conf/machine/ls1046ardb-32b.conf | 5 +++++ conf/machine/ls1046ardb.conf | 5 +++++ conf/machine/ls1088ardb.conf | 5 +++++ conf/machine/ls2088ardb.conf | 5 +++++ 6 files changed, 30 insertions(+) (limited to 'conf') diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf index 0b059886..539a4e44 100644 --- a/conf/machine/ls1043ardb-32b.conf +++ b/conf/machine/ls1043ardb-32b.conf @@ -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" diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index 5b4e0cb0..e5e622a3 100644 --- a/conf/machine/ls1043ardb.conf +++ b/conf/machine/ls1043ardb.conf @@ -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" diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf index 32386f73..2493bbb3 100644 --- a/conf/machine/ls1046ardb-32b.conf +++ b/conf/machine/ls1046ardb-32b.conf @@ -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" diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index cb7d1869..f3ecd6d3 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf @@ -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" diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf index b6435502..9771ba29 100644 --- a/conf/machine/ls1088ardb.conf +++ b/conf/machine/ls1088ardb.conf @@ -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" diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index 1621cab0..8d878f03 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf @@ -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" -- cgit v1.2.3-54-g00ecf