summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1043ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-10-19 16:31:28 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-28 11:39:37 -0200
commitafa8868b17e29d650586c4643b42898d93892de8 (patch)
tree4ca573228d2bb1fe78a57ec639e6ad8e2c244453 /conf/machine/ls1043ardb.conf
parente21dfd1863b52e66356aab9986d2a357f148df94 (diff)
downloadmeta-freescale-afa8868b17e29d650586c4643b42898d93892de8.tar.gz
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 <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1043ardb.conf')
-rw-r--r--conf/machine/ls1043ardb.conf6
1 files changed, 5 insertions, 1 deletions
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"
15 15
16UBOOT_ENTRYPOINT = "0x80080000" 16UBOOT_ENTRYPOINT = "0x80080000"
17 17
18UBOOT_CONFIG ??= "nand sdcard secure-boot nand-secure-boot sdcard-secure-boot nor" 18UBOOT_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"
19UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" 19UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
20UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" 20UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
21UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" 21UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
22UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
23UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" 23UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
24UBOOT_CONFIG[nand-spl-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
25UBOOT_CONFIG[nand-dtb-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
24UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" 26UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
27UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
28UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
25 29
26KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" 30KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
27KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig" 31KERNEL_DEFCONFIG ?= "${S}/arch/arm64/configs/defconfig"