diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:47 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | ecb46b214348af9728da261b31a735628d1dcd4a (patch) | |
tree | f71f3995743114b0e80ab45f91f1c44d4b99c059 /conf/machine/ls1088ardb.conf | |
parent | 404ad4860811c8a8c48469f3078c3043acf0e41e (diff) | |
download | meta-freescale-ecb46b214348af9728da261b31a735628d1dcd4a.tar.gz |
ls1088ardb: update machine config
*update UBOOT_CONFIG
*add 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/ls1088ardb.conf')
-rw-r--r-- | conf/machine/ls1088ardb.conf | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf index d15e57b7..13c8bf29 100644 --- a/conf/machine/ls1088ardb.conf +++ b/conf/machine/ls1088ardb.conf | |||
@@ -15,10 +15,9 @@ KERNEL_IMAGETYPES = "fitImage" | |||
15 | UBOOT_DTB_LOADADDRESS = "0x90000000" | 15 | UBOOT_DTB_LOADADDRESS = "0x90000000" |
16 | UBOOT_ENTRYPOINT = "0x80080000" | 16 | UBOOT_ENTRYPOINT = "0x80080000" |
17 | 17 | ||
18 | UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi" | 18 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
19 | UBOOT_CONFIG[secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 19 | UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
20 | UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_sdcard_qspi_defconfig,,u-boot-with-spl.bin" | ||
22 | 21 | ||
23 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" | 22 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" |
24 | KERNEL_DEFCONFIG ?= "defconfig" | 23 | KERNEL_DEFCONFIG ?= "defconfig" |
@@ -26,5 +25,8 @@ KERNEL_DEFCONFIG ?= "defconfig" | |||
26 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 25 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |
27 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
28 | 27 | ||
29 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex ppa" | 28 | RCWSD ?= "FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_sd.bin" |
29 | RCWQSPI ?= "FCQQQQQQQQ_PPP_H_0x1d_0x0d/rcw_1600_qspi.bin" | ||
30 | |||
31 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex atf" | ||
30 | USE_VT = "0" | 32 | USE_VT = "0" |