]> code.ossystems Code Review - meta-freescale.git/commitdiff
ls1012ardb:update machine config
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 11 Jan 2019 03:14:40 +0000 (03:14 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 14 Jan 2019 18:23:38 +0000 (16:23 -0200)
*update UBOOT_CONFIG

*add RCWQSPI var

*remove ppa

*add atf to EXTRA_IMAGEDEPENDS

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
conf/machine/ls1012ardb.conf

index bd86de41ed40d6fe6e6b7cc8e850bf3ca2cf74b3..f05507d79fcab940a1cdbb45632e14d147251dfb 100644 (file)
@@ -16,12 +16,14 @@ KERNEL_IMAGETYPES = "fitImage"
 UBOOT_DTB_LOADADDRESS = "0x90000000"
 UBOOT_ENTRYPOINT = "0x80080000"
 
-UBOOT_CONFIG ??= "qspi-secure-boot qspi"
-UBOOT_CONFIG[qspi] = "ls1012ardb_qspi_defconfig,,u-boot-dtb.bin"
-UBOOT_CONFIG[qspi-secure-boot] = "ls1012ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG ??= "tfa-secure-boot tfa"
+UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
+
+RCWQSPI ?= "R_SPNH_3508/rcw_1000_default.bin"
 
 KERNEL_DEVICETREE ?= "freescale/fsl-ls1012a-rdb.dtb"
 KERNEL_DEFCONFIG ?= "defconfig"
 
-EXTRA_IMAGEDEPENDS += "ppa ppa-optee ppfe-firmware rcw"
+EXTRA_IMAGEDEPENDS += "ppfe-firmware rcw atf"
 USE_VT = "0"