summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls2088ardb.conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:45 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2019-01-14 16:23:38 -0200
commit404ad4860811c8a8c48469f3078c3043acf0e41e (patch)
treec1d1fe2c19043feca816b764e7760f26e0db649c /conf/machine/ls2088ardb.conf
parentc494a1839f7004109b9de8e533771ea74f0126c0 (diff)
downloadmeta-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.conf14
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"
15UBOOT_DTB_LOADADDRESS = "0x90000000" 15UBOOT_DTB_LOADADDRESS = "0x90000000"
16UBOOT_ENTRYPOINT = "0x80080000" 16UBOOT_ENTRYPOINT = "0x80080000"
17 17
18UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor" 18UBOOT_CONFIG ??= "tfa-secure-boot tfa"
19UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" 19UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig,,u-boot-dtb.bin"
20UBOOT_CONFIG[nand] = "ls2080ardb_nand_defconfig,,u-boot-dtb.bin" 20UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
21UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin" 21
22UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800.bin"
23RCWQSPI?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_2000_qspi.bin"
24UEFI_NORBOOT ?= "LS2088ARDB_EFI_NORBOOT.fd"
23 25
24KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb" 26KERNEL_DEVICETREE ?= "freescale/fsl-ls2088a-rdb.dtb"
25KERNEL_DEFCONFIG ?= "defconfig" 27KERNEL_DEFCONFIG ?= "defconfig"
@@ -27,5 +29,5 @@ KERNEL_DEFCONFIG ?= "defconfig"
27SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" 29SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
28SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 30SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
29 31
30EXTRA_IMAGEDEPENDS += "mc-utils ls2-phy rcw management-complex ppa uefi" 32EXTRA_IMAGEDEPENDS += "mc-utils ls2-phy rcw management-complex uefi atf"
31USE_VT = "0" 33USE_VT = "0"