diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:49 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | b5422df83f671cd5fbd50308032889e4a91d4f07 (patch) | |
tree | 0ddc6d9825637c88819e01799f7dda1a5454bfd5 /conf | |
parent | ecb46b214348af9728da261b31a735628d1dcd4a (diff) | |
download | meta-freescale-b5422df83f671cd5fbd50308032889e4a91d4f07.tar.gz |
ls1088ardb-pb: 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')
-rw-r--r-- | conf/machine/ls1088ardb-pb.conf | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/conf/machine/ls1088ardb-pb.conf b/conf/machine/ls1088ardb-pb.conf index 0dca364f..3726efa2 100644 --- a/conf/machine/ls1088ardb-pb.conf +++ b/conf/machine/ls1088ardb-pb.conf | |||
@@ -15,11 +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 ??= "qspi-secure-boot sdcard-qspi-secure-boot sdcard-qspi qspi" | 18 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
19 | UBOOT_CONFIG[qspi-secure-boot] = "ls1088ardb_pb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 19 | UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig,,u-boot-dtb.bin" |
20 | UBOOT_CONFIG[qspi] = "ls1088ardb_pb_qspi_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_pb_sdcard_qspi_defconfig,,u-boot-with-spl.bin" | ||
22 | UBOOT_CONFIG[sdcard-qspi-secure-boot] = "ls1088ardb_pb_sdcard_qspi_SECURE_BOOT_defconfig,,u-boot-with-spl.bin" | ||
23 | 21 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" | 22 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" |
25 | KERNEL_DEFCONFIG ?= "defconfig" | 23 | KERNEL_DEFCONFIG ?= "defconfig" |
@@ -27,5 +25,9 @@ KERNEL_DEFCONFIG ?= "defconfig" | |||
27 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 25 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |
28 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 26 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
29 | 27 | ||
30 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex ppa" | 28 | RCWSD ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_sd.bin" |
29 | RCWQSPI ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_qspi.bin" | ||
30 | |||
31 | |||
32 | EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex atf" | ||
31 | USE_VT = "0" | 33 | USE_VT = "0" |