diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:42 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | eab39b35809e225679f13eae939a25f67396199f (patch) | |
tree | 838353a06f1a7e257b0c31aea05e39486a1a3c77 /conf/machine | |
parent | 5eb09c303b7ffd1a9c0efa72d72822cb403a4cec (diff) | |
download | meta-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.conf | 21 |
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" | |||
16 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 16 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
17 | UBOOT_ENTRYPOINT = "0x80080000" | 17 | UBOOT_ENTRYPOINT = "0x80080000" |
18 | 18 | ||
19 | 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" | 19 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
20 | UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin" | 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
22 | UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin" | ||
23 | UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
24 | UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
25 | UBOOT_CONFIG[nand-spl-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" | ||
26 | UBOOT_CONFIG[nand-dtb-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
27 | UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | ||
28 | UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin" | ||
29 | UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | ||
30 | 22 | ||
31 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" | 23 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb" |
32 | KERNEL_DEFCONFIG ?= "defconfig" | 24 | KERNEL_DEFCONFIG ?= "defconfig" |
33 | 25 | ||
26 | UEFI_NORBOOT ?= "LS1043ARDB_EFI_NORBOOT.fd" | ||
27 | RCWNOR ?= "RR_FQPP_1455/rcw_1600.bin" | ||
28 | RCWSD ?= "RR_FQPP_1455/rcw_1600_sdboot.bin" | ||
29 | RCWNAND ?= "RR_FQPP_1455/rcw_1600_nandboot.bin" | ||
30 | |||
34 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" | 31 | QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin" |
35 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa ppa-optee qe-ucode uefi" | 32 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw qe-ucode uefi atf" |
36 | USE_VT = "0" | 33 | USE_VT = "0" |