diff options
-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" |