summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:42 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-14 16:23:38 -0200
commiteab39b35809e225679f13eae939a25f67396199f (patch)
tree838353a06f1a7e257b0c31aea05e39486a1a3c77 /conf/machine
parent5eb09c303b7ffd1a9c0efa72d72822cb403a4cec (diff)
downloadmeta-freescale-eab39b35809e225679f13eae939a25f67396199f.tar.gz
ls1043ardb: update machine config
*update UBOOT_CONFIG *add UEFI_NORBOOT,RCWNOR,RCWSD and RCWNAND var *remove ppa *add atf to EXTRA_IMAGEDEPEND Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/ls1043ardb.conf21
1 files changed, 9 insertions, 12 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index d6e4f59c..f9b0d3d9 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -16,21 +16,18 @@ KERNEL_IMAGETYPES = "fitImage"
16UBOOT_DTB_LOADADDRESS = "0x90000000" 16UBOOT_DTB_LOADADDRESS = "0x90000000"
17UBOOT_ENTRYPOINT = "0x80080000" 17UBOOT_ENTRYPOINT = "0x80080000"
18 18
19UBOOT_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 ??= "tfa-secure-boot tfa"
20UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" 20UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig,,u-boot-dtb.bin"
21UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" 21UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
22UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
23UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
24UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
25UBOOT_CONFIG[nand-spl-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
26UBOOT_CONFIG[nand-dtb-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
27UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
28UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
29UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
30 22
31KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" 23KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
32KERNEL_DEFCONFIG ?= "defconfig" 24KERNEL_DEFCONFIG ?= "defconfig"
33 25
26UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd"
27RCWNOR ?= "RR_FQPP_1455/rcw_1600.bin"
28RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot.bin"
29RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot.bin"
30
34QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" 31QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
35EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa ppa-optee qe-ucode uefi" 32EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode uefi atf"
36USE_VT = "0" 33USE_VT = "0"