From afa8868b17e29d650586c4643b42898d93892de8 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Thu, 19 Oct 2017 16:31:28 +0800 Subject: [PATCH] ls1043ardb:update u-boot configs *nand boot and sdcard boot need the below binary for secure boot u-boot-spl.bin and u-boot-dtb.bin Signed-off-by: Chunrong Guo Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- conf/machine/ls1043ardb.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index 05431db2..500461ef 100644 --- a/conf/machine/ls1043ardb.conf +++ b/conf/machine/ls1043ardb.conf @@ -15,13 +15,17 @@ KERNEL_IMAGETYPES = "itbImage" UBOOT_ENTRYPOINT = "0x80080000" -UBOOT_CONFIG ??= "nand sdcard secure-boot nand-secure-boot sdcard-secure-boot nor" +UBOOT_CONFIG ??= "nand sdcard secure-boot nand-dtb-secure-boot nand-spl-secure-boot nand-secure-boot sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot nor" UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[nand-spl-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" +UBOOT_CONFIG[nand-dtb-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-dtb.bin" UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" +UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" +UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin" KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" -- 2.40.1