diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:45 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | 404ad4860811c8a8c48469f3078c3043acf0e41e (patch) | |
tree | c1d1fe2c19043feca816b764e7760f26e0db649c /conf/machine/ls2088ardb.conf | |
parent | c494a1839f7004109b9de8e533771ea74f0126c0 (diff) | |
download | meta-freescale-404ad4860811c8a8c48469f3078c3043acf0e41e.tar.gz |
ls2088ardb: update machine config
*update UBOOT_CONFIG
*add UEFI_NORBOOT,RCWQSPI and RCWNOR var
*remove ppa
*add atf to EXTRA_IMAGEDEPENDS
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'conf/machine/ls2088ardb.conf')
-rw-r--r-- | conf/machine/ls2088ardb.conf | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index fdd9bf0f..04f3bbdc 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf | |||
@@ -15,11 +15,13 @@ 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 qspi nand nor" | 18 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
19 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" | 19 | UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig,,u-boot-dtb.bin" |
20 | UBOOT_CONFIG[nand] = "ls2080ardb_nand_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
21 | UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin" | 21 | |
22 | UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800.bin" |
23 | RCWQSPI?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_2000_qspi.bin" | ||
24 | UEFI_NORBOOT ?= "LS2088ARDB_EFI_NORBOOT.fd" | ||
23 | 25 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" | 26 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" |
25 | KERNEL_DEFCONFIG ?= "defconfig" | 27 | KERNEL_DEFCONFIG ?= "defconfig" |
@@ -27,5 +29,5 @@ KERNEL_DEFCONFIG ?= "defconfig" | |||
27 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 29 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |
28 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 30 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
29 | 31 | ||
30 | EXTRA_IMAGEDEPENDS += "mc-utils ls2-phy rcw management-complex ppa uefi" | 32 | EXTRA_IMAGEDEPENDS += "mc-utils ls2-phy rcw management-complex uefi atf" |
31 | USE_VT = "0" | 33 | USE_VT = "0" |