summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/imx8dx-mek.conf4
-rw-r--r--conf/machine/imx8mp-lpddr4-evk.conf2
-rw-r--r--conf/machine/imx8qxp-mek.conf4
-rw-r--r--conf/machine/include/imx-base.inc27
-rw-r--r--conf/machine/include/imx8mm-evk.inc19
-rw-r--r--conf/machine/include/imx8mn-evk.inc19
-rw-r--r--conf/machine/include/imx8mp-evk.inc19
-rw-r--r--conf/machine/include/imx8x-mek.inc5
-rw-r--r--conf/machine/ls1012afrwy.conf4
-rw-r--r--conf/machine/ls1012ardb.conf4
-rw-r--r--conf/machine/ls1021atwr.conf8
-rw-r--r--conf/machine/ls1028ardb.conf4
-rw-r--r--conf/machine/ls1043ardb.conf4
-rw-r--r--conf/machine/ls1046afrwy.conf4
-rw-r--r--conf/machine/ls1046ardb.conf4
-rw-r--r--conf/machine/ls1088ardb-pb.conf4
-rw-r--r--conf/machine/ls1088ardb.conf4
-rw-r--r--conf/machine/ls2080ardb.conf2
-rw-r--r--conf/machine/ls2088ardb.conf4
-rw-r--r--conf/machine/lx2160ardb.conf4
-rw-r--r--conf/machine/lx2162aqds.conf4
21 files changed, 107 insertions, 46 deletions
diff --git a/conf/machine/imx8dx-mek.conf b/conf/machine/imx8dx-mek.conf
index 842ba1fa..d1aaa8ee 100644
--- a/conf/machine/imx8dx-mek.conf
+++ b/conf/machine/imx8dx-mek.conf
@@ -10,3 +10,7 @@ require include/imx8x-mek.inc
10KERNEL_DEVICETREE_BASENAME = "${MACHINE}" 10KERNEL_DEVICETREE_BASENAME = "${MACHINE}"
11 11
12UBOOT_CONFIG_BASENAME = "imx8dx_mek" 12UBOOT_CONFIG_BASENAME = "imx8dx_mek"
13
14ATF_PLATFORM = "imx8dx"
15
16IMX_BOOT_SOC_TARGET = "iMX8DX"
diff --git a/conf/machine/imx8mp-lpddr4-evk.conf b/conf/machine/imx8mp-lpddr4-evk.conf
index 6484da7c..cf926c08 100644
--- a/conf/machine/imx8mp-lpddr4-evk.conf
+++ b/conf/machine/imx8mp-lpddr4-evk.conf
@@ -14,9 +14,11 @@ KERNEL_DEVICETREE_BASENAME = "imx8mp-evk"
14KERNEL_DEVICETREE_append_use-nxp-bsp = " \ 14KERNEL_DEVICETREE_append_use-nxp-bsp = " \
15 freescale/imx8mp-ab2.dtb \ 15 freescale/imx8mp-ab2.dtb \
16 freescale/imx8mp-evk-basler.dtb \ 16 freescale/imx8mp-evk-basler.dtb \
17 freescale/imx8mp-evk-basler-ov2775.dtb \
17 freescale/imx8mp-evk-basler-ov5640.dtb \ 18 freescale/imx8mp-evk-basler-ov5640.dtb \
18 freescale/imx8mp-evk-dsp.dtb \ 19 freescale/imx8mp-evk-dsp.dtb \
19 freescale/imx8mp-evk-dsp-lpa.dtb \ 20 freescale/imx8mp-evk-dsp-lpa.dtb \
21 freescale/imx8mp-evk-dual-basler.dtb \
20 freescale/imx8mp-evk-dual-ov2775.dtb \ 22 freescale/imx8mp-evk-dual-ov2775.dtb \
21 freescale/imx8mp-evk-flexcan2.dtb \ 23 freescale/imx8mp-evk-flexcan2.dtb \
22 freescale/imx8mp-evk-inmate.dtb \ 24 freescale/imx8mp-evk-inmate.dtb \
diff --git a/conf/machine/imx8qxp-mek.conf b/conf/machine/imx8qxp-mek.conf
index fe0f6727..5b29138f 100644
--- a/conf/machine/imx8qxp-mek.conf
+++ b/conf/machine/imx8qxp-mek.conf
@@ -24,3 +24,7 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \
24" 24"
25 25
26UBOOT_CONFIG_BASENAME = "imx8qxp_mek" 26UBOOT_CONFIG_BASENAME = "imx8qxp_mek"
27
28ATF_PLATFORM = "imx8qx"
29
30IMX_BOOT_SOC_TARGET = "iMX8QX"
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index a1ab6cc3..65b1e6e0 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -82,9 +82,9 @@ UBOOT_ENTRYPOINT_mx6 = "0x10008000"
82UBOOT_ENTRYPOINT_mx6sl = "0x80008000" 82UBOOT_ENTRYPOINT_mx6sl = "0x80008000"
83UBOOT_ENTRYPOINT_mx6sll = "0x80008000" 83UBOOT_ENTRYPOINT_mx6sll = "0x80008000"
84UBOOT_ENTRYPOINT_mx6sx = "0x80008000" 84UBOOT_ENTRYPOINT_mx6sx = "0x80008000"
85UBOOT_ENTRYPOINT_mx6ul = "0x10008000" 85UBOOT_ENTRYPOINT_mx6ul = "0x80008000"
86UBOOT_ENTRYPOINT_mx6ull = "0x10008000" 86UBOOT_ENTRYPOINT_mx6ull = "0x80008000"
87UBOOT_ENTRYPOINT_mx6ulz = "0x10008000" 87UBOOT_ENTRYPOINT_mx6ulz = "0x80008000"
88UBOOT_ENTRYPOINT_mx7 = "0x80008000" 88UBOOT_ENTRYPOINT_mx7 = "0x80008000"
89UBOOT_ENTRYPOINT_mx7ulp = "0x60008000" 89UBOOT_ENTRYPOINT_mx7ulp = "0x60008000"
90UBOOT_ENTRYPOINT_mx8m = "0x40480000" 90UBOOT_ENTRYPOINT_mx8m = "0x40480000"
@@ -383,7 +383,7 @@ PREFERRED_VERSION_optee-client_mx8 ?= "3.10.0.imx"
383PREFERRED_VERSION_optee-test_mx8 ?= "3.10.0.imx" 383PREFERRED_VERSION_optee-test_mx8 ?= "3.10.0.imx"
384 384
385#Use i.MX opencv Version for mx8 385#Use i.MX opencv Version for mx8
386PREFERRED_VERSION_opencv_mx8 ?= "4.4.0.imx" 386PREFERRED_VERSION_opencv_mx8 ?= "4.5.2.imx"
387 387
388# Handle default kernel 388# Handle default kernel
389IMX_DEFAULT_KERNEL = "linux-fslc-imx" 389IMX_DEFAULT_KERNEL = "linux-fslc-imx"
@@ -454,16 +454,15 @@ SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in"
454SOC_DEFAULT_WKS_FILE_mx8 ?= "imx-imx-boot-bootpart.wks.in" 454SOC_DEFAULT_WKS_FILE_mx8 ?= "imx-imx-boot-bootpart.wks.in"
455SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in" 455SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in"
456 456
457# Boot container built as a part of mainline U-Boot uses the same WKS 457# Boot container built as a part of mainline U-Boot uses different WKS
458# file as the entire mx8m series, as it renames flash.bin binary to 458# file as the entire mx8m series, as U-Boot versions later than 2021.04 are
459# imx-boot before it is packed into the boot partition. 459# providing two separate binaries, namely flash.bin and u-boot.itb. Those
460# This operation is performed in imx-boot-container class as a part of 460# files are packed into the boot partition.
461# delopyment task. 461# Binaries produced by U-Boot build itself are serving as a direct
462# flash.bin binary is produced by U-Boot build itself, and is serves as a 462# replacement of imx-boot from NXP.
463# direct replacement of imx-boot from NXP. 463# Creation of those binary files is controlled by UBOOT_PROVIDES_BOOT_CONTAINER
464# Creation of the flash.bin is controlled by UBOOT_PROVIDES_BOOT_CONTAINER 464# variable defined above.
465# variable defined above 465SOC_DEFAULT_WKS_FILE_imx-boot-container ?= "imx-boot-container-bootpart.wks.in"
466SOC_DEFAULT_WKS_FILE_imx-boot-container ?= "imx-imx-boot-bootpart.wks.in"
467 466
468WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" 467WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
469 468
diff --git a/conf/machine/include/imx8mm-evk.inc b/conf/machine/include/imx8mm-evk.inc
index 9b590fe0..bcf838ab 100644
--- a/conf/machine/include/imx8mm-evk.inc
+++ b/conf/machine/include/imx8mm-evk.inc
@@ -45,6 +45,25 @@ IMX_BOOT_SOC_TARGET = "iMX8MM"
45 45
46SERIAL_CONSOLES = "115200;ttymxc1" 46SERIAL_CONSOLES = "115200;ttymxc1"
47 47
48# Add support for Syslinux to mainline BSP.
49# U-Boot has the Distro Boot mode enabled by default, which
50# require that either Syslinux to be enabled, or a boot script
51# to be used to define the boot process.
52# We opt-in for Syslinux, since it is designated as a preferred
53# distro boot mode according to the U-Boot documentation.
54UBOOT_EXTLINUX_use-mainline-bsp = "1"
55UBOOT_EXTLINUX_LABELS_use-mainline-bsp = "default"
56UBOOT_EXTLINUX_DEFAULT_LABEL_use-mainline-bsp = "i.MX8M Mini EVK"
57
58UBOOT_EXTLINUX_MENU_DESCRIPTION_default_use-mainline-bsp = "i.MX8M Mini EVK"
59UBOOT_EXTLINUX_FDT_default_use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb"
60UBOOT_EXTLINUX_CONSOLE_default_use-mainline-bsp = "console=${console}"
61UBOOT_EXTLINUX_ROOT_default_use-mainline-bsp = "root=/dev/mmcblk1p2"
62
63# Add extlinux.conf to the lis of files, which are deployed onto the
64# boot partition
65IMAGE_BOOT_FILES_append_use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf"
66
48LOADADDR = "" 67LOADADDR = ""
49UBOOT_SUFFIX = "bin" 68UBOOT_SUFFIX = "bin"
50UBOOT_MAKE_TARGET = "all" 69UBOOT_MAKE_TARGET = "all"
diff --git a/conf/machine/include/imx8mn-evk.inc b/conf/machine/include/imx8mn-evk.inc
index 6a5b31f7..a0e39857 100644
--- a/conf/machine/include/imx8mn-evk.inc
+++ b/conf/machine/include/imx8mn-evk.inc
@@ -46,6 +46,25 @@ IMX_BOOT_SOC_TARGET = "iMX8MN"
46 46
47SERIAL_CONSOLES = "115200;ttymxc1" 47SERIAL_CONSOLES = "115200;ttymxc1"
48 48
49# Add support for Syslinux to mainline BSP.
50# U-Boot has the Distro Boot mode enabled by default, which
51# require that either Syslinux to be enabled, or a boot script
52# to be used to define the boot process.
53# We opt-in for Syslinux, since it is designated as a preferred
54# distro boot mode according to the U-Boot documentation.
55UBOOT_EXTLINUX_use-mainline-bsp = "1"
56UBOOT_EXTLINUX_LABELS_use-mainline-bsp = "default"
57UBOOT_EXTLINUX_DEFAULT_LABEL_use-mainline-bsp = "i.MX8M Nano EVK"
58
59UBOOT_EXTLINUX_MENU_DESCRIPTION_default_use-mainline-bsp = "i.MX8M Nano EVK"
60UBOOT_EXTLINUX_FDT_default_use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb"
61UBOOT_EXTLINUX_CONSOLE_default_use-mainline-bsp = "console=${console}"
62UBOOT_EXTLINUX_ROOT_default_use-mainline-bsp = "root=/dev/mmcblk1p2"
63
64# Add extlinux.conf to the lis of files, which are deployed onto the
65# boot partition
66IMAGE_BOOT_FILES_append_use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf"
67
49BOOT_SPACE = "65536" 68BOOT_SPACE = "65536"
50LOADADDR = "" 69LOADADDR = ""
51UBOOT_SUFFIX = "bin" 70UBOOT_SUFFIX = "bin"
diff --git a/conf/machine/include/imx8mp-evk.inc b/conf/machine/include/imx8mp-evk.inc
index 872d07a0..814638d0 100644
--- a/conf/machine/include/imx8mp-evk.inc
+++ b/conf/machine/include/imx8mp-evk.inc
@@ -43,6 +43,25 @@ IMX_BOOT_SOC_TARGET = "iMX8MP"
43 43
44SERIAL_CONSOLES = "115200;ttymxc1" 44SERIAL_CONSOLES = "115200;ttymxc1"
45 45
46# Add support for Syslinux to mainline BSP.
47# U-Boot has the Distro Boot mode enabled by default, which
48# require that either Syslinux to be enabled, or a boot script
49# to be used to define the boot process.
50# We opt-in for Syslinux, since it is designated as a preferred
51# distro boot mode according to the U-Boot documentation.
52UBOOT_EXTLINUX_use-mainline-bsp = "1"
53UBOOT_EXTLINUX_LABELS_use-mainline-bsp = "default"
54UBOOT_EXTLINUX_DEFAULT_LABEL_use-mainline-bsp = "i.MX8M Plus EVK"
55
56UBOOT_EXTLINUX_MENU_DESCRIPTION_default_use-mainline-bsp = "i.MX8M Plus EVK"
57UBOOT_EXTLINUX_FDT_default_use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb"
58UBOOT_EXTLINUX_CONSOLE_default_use-mainline-bsp = "console=${console}"
59UBOOT_EXTLINUX_ROOT_default_use-mainline-bsp = "root=/dev/mmcblk1p2"
60
61# Add extlinux.conf to the lis of files, which are deployed onto the
62# boot partition
63IMAGE_BOOT_FILES_append_use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf"
64
46LOADADDR = "" 65LOADADDR = ""
47UBOOT_SUFFIX = "bin" 66UBOOT_SUFFIX = "bin"
48UBOOT_MAKE_TARGET = "all" 67UBOOT_MAKE_TARGET = "all"
diff --git a/conf/machine/include/imx8x-mek.inc b/conf/machine/include/imx8x-mek.inc
index 814a34c1..55a28c87 100644
--- a/conf/machine/include/imx8x-mek.inc
+++ b/conf/machine/include/imx8x-mek.inc
@@ -59,9 +59,6 @@ IMX_BOOT_SEEK = "32"
59IMX_DEFAULT_BOOTLOADER = "u-boot-imx" 59IMX_DEFAULT_BOOTLOADER = "u-boot-imx"
60UBOOT_SUFFIX = "bin" 60UBOOT_SUFFIX = "bin"
61 61
62# Set ATF platform name
63ATF_PLATFORM = "imx8qx"
64
65IMXBOOT_TARGETS_SD = \ 62IMXBOOT_TARGETS_SD = \
66 "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'flash_spl', \ 63 "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'flash_spl', \
67 'flash', d)}" 64 'flash', d)}"
@@ -71,8 +68,6 @@ IMXBOOT_TARGETS_FSPI = \
71IMXBOOT_TARGETS = \ 68IMXBOOT_TARGETS = \
72 "${@bb.utils.contains('UBOOT_CONFIG', 'sd', '${IMXBOOT_TARGETS_SD}', \ 69 "${@bb.utils.contains('UBOOT_CONFIG', 'sd', '${IMXBOOT_TARGETS_SD}', \
73 '${IMXBOOT_TARGETS_FSPI}', d)}" 70 '${IMXBOOT_TARGETS_FSPI}', d)}"
74IMX_BOOT_SOC_TARGET = "iMX8QX"
75
76BOARD_TYPE = "mek" 71BOARD_TYPE = "mek"
77 72
78# Add additional firmware 73# Add additional firmware
diff --git a/conf/machine/ls1012afrwy.conf b/conf/machine/ls1012afrwy.conf
index 72605cc1..7de1e990 100644
--- a/conf/machine/ls1012afrwy.conf
+++ b/conf/machine/ls1012afrwy.conf
@@ -19,8 +19,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
19UBOOT_ENTRYPOINT = "0x80080000" 19UBOOT_ENTRYPOINT = "0x80080000"
20 20
21UBOOT_CONFIG ??= "tfa-secure-boot tfa" 21UBOOT_CONFIG ??= "tfa-secure-boot tfa"
22UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig"
23UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 23UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig"
24 24
25RCWQSPI ?= "N_SSNP_3305/rcw_1000" 25RCWQSPI ?= "N_SSNP_3305/rcw_1000"
26 26
diff --git a/conf/machine/ls1012ardb.conf b/conf/machine/ls1012ardb.conf
index b4bfc571..879e3f8f 100644
--- a/conf/machine/ls1012ardb.conf
+++ b/conf/machine/ls1012ardb.conf
@@ -19,8 +19,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
19UBOOT_ENTRYPOINT = "0x80080000" 19UBOOT_ENTRYPOINT = "0x80080000"
20 20
21UBOOT_CONFIG ??= "tfa-secure-boot tfa" 21UBOOT_CONFIG ??= "tfa-secure-boot tfa"
22UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig"
23UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 23UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig"
24 24
25RCWQSPI ?= "R_SPNH_3508/rcw_1000" 25RCWQSPI ?= "R_SPNH_3508/rcw_1000"
26RCWQSPISEC ?= "R_SPNH_3508/rcw_1000" 26RCWQSPISEC ?= "R_SPNH_3508/rcw_1000"
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf
index aa0f0943..e4bfb79c 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -15,12 +15,12 @@ MACHINE_FEATURES += "optee"
15DEFAULTTUNE = "cortexa7hf-neon" 15DEFAULTTUNE = "cortexa7hf-neon"
16 16
17UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" 17UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
18UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig,,u-boot-dtb.bin" 18UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig"
19UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_defconfig,,u-boot-with-spl-pbl.bin" 19UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_defconfig,,u-boot-with-spl-pbl.bin"
20UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_defconfig,,u-boot-with-spl-pbl.bin" 20UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_defconfig,,u-boot-with-spl-pbl.bin"
21UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_defconfig"
22UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_defconfig"
23UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 23UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_defconfig"
24UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" 24UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
25 25
26QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 26QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
diff --git a/conf/machine/ls1028ardb.conf b/conf/machine/ls1028ardb.conf
index 7647bf41..63f3802f 100644
--- a/conf/machine/ls1028ardb.conf
+++ b/conf/machine/ls1028ardb.conf
@@ -18,8 +18,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig"
22UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig"
23 23
24KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb freescale/fsl-ls1028a-qds.dtb" 24KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb freescale/fsl-ls1028a-qds.dtb"
25KERNEL_DEVICETREE_append_use-nxp-bsp = "\ 25KERNEL_DEVICETREE_append_use-nxp-bsp = "\
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index db66cad8..fa8ab615 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -19,8 +19,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
19UBOOT_ENTRYPOINT = "0x80080000" 19UBOOT_ENTRYPOINT = "0x80080000"
20 20
21UBOOT_CONFIG ??= "tfa-secure-boot tfa" 21UBOOT_CONFIG ??= "tfa-secure-boot tfa"
22UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig"
23UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 23UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig"
24 24
25KERNEL_DEVICETREE ?= "\ 25KERNEL_DEVICETREE ?= "\
26 freescale/fsl-ls1043a-rdb.dtb \ 26 freescale/fsl-ls1043a-rdb.dtb \
diff --git a/conf/machine/ls1046afrwy.conf b/conf/machine/ls1046afrwy.conf
index c22b332d..e6eabc0f 100644
--- a/conf/machine/ls1046afrwy.conf
+++ b/conf/machine/ls1046afrwy.conf
@@ -18,8 +18,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "ls1046afrwy_tfa_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa] = "ls1046afrwy_tfa_defconfig"
22UBOOT_CONFIG[tfa-secure-boot] = "ls1046afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "ls1046afrwy_tfa_SECURE_BOOT_defconfig"
23 23
24KERNEL_DEVICETREE ?= "\ 24KERNEL_DEVICETREE ?= "\
25 freescale/fsl-ls1046a-frwy.dtb \ 25 freescale/fsl-ls1046a-frwy.dtb \
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index c74f2578..97fb1e29 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -18,8 +18,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig"
22UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig"
23 23
24KERNEL_DEVICETREE ?= "\ 24KERNEL_DEVICETREE ?= "\
25 freescale/fsl-ls1046a-rdb.dtb \ 25 freescale/fsl-ls1046a-rdb.dtb \
diff --git a/conf/machine/ls1088ardb-pb.conf b/conf/machine/ls1088ardb-pb.conf
index 1ae5693b..ecfe70ae 100644
--- a/conf/machine/ls1088ardb-pb.conf
+++ b/conf/machine/ls1088ardb-pb.conf
@@ -18,8 +18,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig"
22UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig"
23 23
24KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" 24KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb"
25KERNEL_DEFCONFIG ?= "defconfig" 25KERNEL_DEFCONFIG ?= "defconfig"
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf
index 9922248f..e433b7fc 100644
--- a/conf/machine/ls1088ardb.conf
+++ b/conf/machine/ls1088ardb.conf
@@ -18,8 +18,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig"
22UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig"
23 23
24KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" 24KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb"
25KERNEL_DEFCONFIG ?= "defconfig" 25KERNEL_DEFCONFIG ?= "defconfig"
diff --git a/conf/machine/ls2080ardb.conf b/conf/machine/ls2080ardb.conf
index 859a41be..5bd4dae8 100644
--- a/conf/machine/ls2080ardb.conf
+++ b/conf/machine/ls2080ardb.conf
@@ -11,7 +11,7 @@ require conf/machine/include/qoriq-arm64.inc
11require conf/machine/include/arm/arch-arm64.inc 11require conf/machine/include/arm/arch-arm64.inc
12 12
13UBOOT_CONFIG ??= "nor" 13UBOOT_CONFIG ??= "nor"
14UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" 14UBOOT_CONFIG[nor] = "ls2080ardb_defconfig"
15 15
16KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb" 16KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb"
17KERNEL_DEFCONFIG ?= "defconfig" 17KERNEL_DEFCONFIG ?= "defconfig"
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf
index 92c99326..7f83e89d 100644
--- a/conf/machine/ls2088ardb.conf
+++ b/conf/machine/ls2088ardb.conf
@@ -18,8 +18,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig"
22UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig"
23 23
24RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800" 24RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800"
25RCWQSPI?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_2000_qspi" 25RCWQSPI?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_2000_qspi"
diff --git a/conf/machine/lx2160ardb.conf b/conf/machine/lx2160ardb.conf
index 5e68a9fd..e1a24f84 100644
--- a/conf/machine/lx2160ardb.conf
+++ b/conf/machine/lx2160ardb.conf
@@ -18,8 +18,8 @@ DTB_LOAD = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig"
22UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig"
23 23
24KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb freescale/fsl-lx2160a-qds.dtb" 24KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb freescale/fsl-lx2160a-qds.dtb"
25KERNEL_DEFCONFIG ?= "defconfig" 25KERNEL_DEFCONFIG ?= "defconfig"
diff --git a/conf/machine/lx2162aqds.conf b/conf/machine/lx2162aqds.conf
index c7ab95fb..80f91331 100644
--- a/conf/machine/lx2162aqds.conf
+++ b/conf/machine/lx2162aqds.conf
@@ -18,8 +18,8 @@ DTB_LOAD = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000" 18UBOOT_ENTRYPOINT = "0x80080000"
19 19
20UBOOT_CONFIG ??= "tfa-verified-boot tfa-secure-boot tfa" 20UBOOT_CONFIG ??= "tfa-verified-boot tfa-secure-boot tfa"
21UBOOT_CONFIG[tfa] = "lx2162aqds_tfa_defconfig,,u-boot-dtb.bin" 21UBOOT_CONFIG[tfa] = "lx2162aqds_tfa_defconfig"
22UBOOT_CONFIG[tfa-secure-boot] = "lx2162aqds_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" 22UBOOT_CONFIG[tfa-secure-boot] = "lx2162aqds_tfa_SECURE_BOOT_defconfig"
23UBOOT_CONFIG[tfa-verified-boot] = "lx2162aqds_tfa_verified_boot_defconfig,,u-boot-nodtb.bin" 23UBOOT_CONFIG[tfa-verified-boot] = "lx2162aqds_tfa_verified_boot_defconfig,,u-boot-nodtb.bin"
24 24
25KERNEL_DEVICETREE ?= "freescale/fsl-lx2162a-qds.dtb" 25KERNEL_DEVICETREE ?= "freescale/fsl-lx2162a-qds.dtb"