summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1046ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:44 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-14 16:23:38 -0200
commitc494a1839f7004109b9de8e533771ea74f0126c0 (patch)
tree120f3caa93d98498c9c7c7d61c81e8179b8fbc1c /conf/machine/ls1046ardb.conf
parenteab39b35809e225679f13eae939a25f67396199f (diff)
downloadmeta-freescale-c494a1839f7004109b9de8e533771ea74f0126c0.tar.gz
ls1046ardb: update machine config
*update UBOOT_CONFIG *add UEFI_NORBOOT,RCWQSPI and RCWSD var *remove ppa *add atf to EXTRA_IMAGEDEPENDS Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine/ls1046ardb.conf')
-rw-r--r--conf/machine/ls1046ardb.conf17
1 files changed, 8 insertions, 9 deletions
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index 84123131..83309c95 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -15,14 +15,9 @@ KERNEL_IMAGETYPES = "fitImage"
15UBOOT_DTB_LOADADDRESS = "0x90000000" 15UBOOT_DTB_LOADADDRESS = "0x90000000"
16UBOOT_ENTRYPOINT = "0x80080000" 16UBOOT_ENTRYPOINT = "0x80080000"
17 17
18UBOOT_CONFIG ??= "emmc sdcard sdcard-dtb-secure-boot sdcard-spl-secure-boot sdcard-secure-boot qspi-secure-boot qspi" 18UBOOT_CONFIG ??= "tfa-secure-boot tfa"
19UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" 19UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig,,u-boot-dtb.bin"
20UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" 20UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
21UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin"
22UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin"
23UBOOT_CONFIG[sdcard-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
24UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
25UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1046ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
26 21
27KERNEL_DEVICETREE ?= "\ 22KERNEL_DEVICETREE ?= "\
28 freescale/fsl-ls1046a-rdb-sdk.dtb \ 23 freescale/fsl-ls1046a-rdb-sdk.dtb \
@@ -33,5 +28,9 @@ KERNEL_DEFCONFIG ?= "defconfig"
33SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0" 28SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0 115200;ttyLP0"
34SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 29SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
35 30
36EXTRA_IMAGEDEPENDS += "fm-ucode rcw ppa ppa-optee uefi" 31UEFI_NORBOOT ?= "LS1046ARDB_EFI_NORBOOT.fd"
32RCWQSPI ?= "RR_FFSSPPPH_1133_5559/rcw_1800_qspiboot.bin"
33RCWSD ?= "RR_FFSSPPPH_1133_5559/rcw_1800_sdboot.bin"
34
35EXTRA_IMAGEDEPENDS += "fm-ucode rcw uefi atf"
37USE_VT = "0" 36USE_VT = "0"