diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 3 | ||||
-rw-r--r-- | conf/machine/imx8dx-mek.conf | 4 | ||||
-rw-r--r-- | conf/machine/imx8mp-lpddr4-evk.conf | 2 | ||||
-rw-r--r-- | conf/machine/imx8qxp-mek.conf | 4 | ||||
-rw-r--r-- | conf/machine/include/imx-base.inc | 27 | ||||
-rw-r--r-- | conf/machine/include/imx8mm-evk.inc | 19 | ||||
-rw-r--r-- | conf/machine/include/imx8mn-evk.inc | 19 | ||||
-rw-r--r-- | conf/machine/include/imx8mp-evk.inc | 19 | ||||
-rw-r--r-- | conf/machine/include/imx8x-mek.inc | 5 | ||||
-rw-r--r-- | conf/machine/ls1012afrwy.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls1012ardb.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls1021atwr.conf | 8 | ||||
-rw-r--r-- | conf/machine/ls1028ardb.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls1043ardb.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls1046afrwy.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls1046ardb.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls1088ardb-pb.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls1088ardb.conf | 4 | ||||
-rw-r--r-- | conf/machine/ls2080ardb.conf | 2 | ||||
-rw-r--r-- | conf/machine/ls2088ardb.conf | 4 | ||||
-rw-r--r-- | conf/machine/lx2160ardb.conf | 4 | ||||
-rw-r--r-- | conf/machine/lx2162aqds.conf | 4 |
22 files changed, 110 insertions, 46 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index df898924..e07b65ab 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -34,6 +34,9 @@ BBFILES_DYNAMIC += " \ | |||
34 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \ | 34 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bb \ |
35 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \ | 35 | filesystem-layer:${LAYERDIR}/dynamic-layers/filesystem-layer/*/*/*.bbappend \ |
36 | \ | 36 | \ |
37 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bb \ | ||
38 | gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/*/*/*.bbappend \ | ||
39 | \ | ||
37 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bb \ | 40 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bb \ |
38 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bbappend \ | 41 | ivi:${LAYERDIR}/dynamic-layers/ivi/*/*/*.bbappend \ |
39 | \ | 42 | \ |
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 | |||
10 | KERNEL_DEVICETREE_BASENAME = "${MACHINE}" | 10 | KERNEL_DEVICETREE_BASENAME = "${MACHINE}" |
11 | 11 | ||
12 | UBOOT_CONFIG_BASENAME = "imx8dx_mek" | 12 | UBOOT_CONFIG_BASENAME = "imx8dx_mek" |
13 | |||
14 | ATF_PLATFORM = "imx8dx" | ||
15 | |||
16 | IMX_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" | |||
14 | KERNEL_DEVICETREE_append_use-nxp-bsp = " \ | 14 | KERNEL_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 | ||
26 | UBOOT_CONFIG_BASENAME = "imx8qxp_mek" | 26 | UBOOT_CONFIG_BASENAME = "imx8qxp_mek" |
27 | |||
28 | ATF_PLATFORM = "imx8qx" | ||
29 | |||
30 | IMX_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" | |||
82 | UBOOT_ENTRYPOINT_mx6sl = "0x80008000" | 82 | UBOOT_ENTRYPOINT_mx6sl = "0x80008000" |
83 | UBOOT_ENTRYPOINT_mx6sll = "0x80008000" | 83 | UBOOT_ENTRYPOINT_mx6sll = "0x80008000" |
84 | UBOOT_ENTRYPOINT_mx6sx = "0x80008000" | 84 | UBOOT_ENTRYPOINT_mx6sx = "0x80008000" |
85 | UBOOT_ENTRYPOINT_mx6ul = "0x10008000" | 85 | UBOOT_ENTRYPOINT_mx6ul = "0x80008000" |
86 | UBOOT_ENTRYPOINT_mx6ull = "0x10008000" | 86 | UBOOT_ENTRYPOINT_mx6ull = "0x80008000" |
87 | UBOOT_ENTRYPOINT_mx6ulz = "0x10008000" | 87 | UBOOT_ENTRYPOINT_mx6ulz = "0x80008000" |
88 | UBOOT_ENTRYPOINT_mx7 = "0x80008000" | 88 | UBOOT_ENTRYPOINT_mx7 = "0x80008000" |
89 | UBOOT_ENTRYPOINT_mx7ulp = "0x60008000" | 89 | UBOOT_ENTRYPOINT_mx7ulp = "0x60008000" |
90 | UBOOT_ENTRYPOINT_mx8m = "0x40480000" | 90 | UBOOT_ENTRYPOINT_mx8m = "0x40480000" |
@@ -383,7 +383,7 @@ PREFERRED_VERSION_optee-client_mx8 ?= "3.10.0.imx" | |||
383 | PREFERRED_VERSION_optee-test_mx8 ?= "3.10.0.imx" | 383 | PREFERRED_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 |
386 | PREFERRED_VERSION_opencv_mx8 ?= "4.4.0.imx" | 386 | PREFERRED_VERSION_opencv_mx8 ?= "4.5.2.imx" |
387 | 387 | ||
388 | # Handle default kernel | 388 | # Handle default kernel |
389 | IMX_DEFAULT_KERNEL = "linux-fslc-imx" | 389 | IMX_DEFAULT_KERNEL = "linux-fslc-imx" |
@@ -454,16 +454,15 @@ SOC_DEFAULT_WKS_FILE_mx8m ?= "imx-imx-boot-bootpart.wks.in" | |||
454 | SOC_DEFAULT_WKS_FILE_mx8 ?= "imx-imx-boot-bootpart.wks.in" | 454 | SOC_DEFAULT_WKS_FILE_mx8 ?= "imx-imx-boot-bootpart.wks.in" |
455 | SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in" | 455 | SOC_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 | 465 | SOC_DEFAULT_WKS_FILE_imx-boot-container ?= "imx-boot-container-bootpart.wks.in" |
466 | SOC_DEFAULT_WKS_FILE_imx-boot-container ?= "imx-imx-boot-bootpart.wks.in" | ||
467 | 466 | ||
468 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" | 467 | WKS_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 | ||
46 | SERIAL_CONSOLES = "115200;ttymxc1" | 46 | SERIAL_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. | ||
54 | UBOOT_EXTLINUX_use-mainline-bsp = "1" | ||
55 | UBOOT_EXTLINUX_LABELS_use-mainline-bsp = "default" | ||
56 | UBOOT_EXTLINUX_DEFAULT_LABEL_use-mainline-bsp = "i.MX8M Mini EVK" | ||
57 | |||
58 | UBOOT_EXTLINUX_MENU_DESCRIPTION_default_use-mainline-bsp = "i.MX8M Mini EVK" | ||
59 | UBOOT_EXTLINUX_FDT_default_use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb" | ||
60 | UBOOT_EXTLINUX_CONSOLE_default_use-mainline-bsp = "console=${console}" | ||
61 | UBOOT_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 | ||
65 | IMAGE_BOOT_FILES_append_use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf" | ||
66 | |||
48 | LOADADDR = "" | 67 | LOADADDR = "" |
49 | UBOOT_SUFFIX = "bin" | 68 | UBOOT_SUFFIX = "bin" |
50 | UBOOT_MAKE_TARGET = "all" | 69 | UBOOT_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 | ||
47 | SERIAL_CONSOLES = "115200;ttymxc1" | 47 | SERIAL_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. | ||
55 | UBOOT_EXTLINUX_use-mainline-bsp = "1" | ||
56 | UBOOT_EXTLINUX_LABELS_use-mainline-bsp = "default" | ||
57 | UBOOT_EXTLINUX_DEFAULT_LABEL_use-mainline-bsp = "i.MX8M Nano EVK" | ||
58 | |||
59 | UBOOT_EXTLINUX_MENU_DESCRIPTION_default_use-mainline-bsp = "i.MX8M Nano EVK" | ||
60 | UBOOT_EXTLINUX_FDT_default_use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb" | ||
61 | UBOOT_EXTLINUX_CONSOLE_default_use-mainline-bsp = "console=${console}" | ||
62 | UBOOT_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 | ||
66 | IMAGE_BOOT_FILES_append_use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf" | ||
67 | |||
49 | BOOT_SPACE = "65536" | 68 | BOOT_SPACE = "65536" |
50 | LOADADDR = "" | 69 | LOADADDR = "" |
51 | UBOOT_SUFFIX = "bin" | 70 | UBOOT_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 | ||
44 | SERIAL_CONSOLES = "115200;ttymxc1" | 44 | SERIAL_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. | ||
52 | UBOOT_EXTLINUX_use-mainline-bsp = "1" | ||
53 | UBOOT_EXTLINUX_LABELS_use-mainline-bsp = "default" | ||
54 | UBOOT_EXTLINUX_DEFAULT_LABEL_use-mainline-bsp = "i.MX8M Plus EVK" | ||
55 | |||
56 | UBOOT_EXTLINUX_MENU_DESCRIPTION_default_use-mainline-bsp = "i.MX8M Plus EVK" | ||
57 | UBOOT_EXTLINUX_FDT_default_use-mainline-bsp = "../${KERNEL_DEVICETREE_BASENAME}.dtb" | ||
58 | UBOOT_EXTLINUX_CONSOLE_default_use-mainline-bsp = "console=${console}" | ||
59 | UBOOT_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 | ||
63 | IMAGE_BOOT_FILES_append_use-mainline-bsp = " extlinux.conf;extlinux/extlinux.conf" | ||
64 | |||
46 | LOADADDR = "" | 65 | LOADADDR = "" |
47 | UBOOT_SUFFIX = "bin" | 66 | UBOOT_SUFFIX = "bin" |
48 | UBOOT_MAKE_TARGET = "all" | 67 | UBOOT_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" | |||
59 | IMX_DEFAULT_BOOTLOADER = "u-boot-imx" | 59 | IMX_DEFAULT_BOOTLOADER = "u-boot-imx" |
60 | UBOOT_SUFFIX = "bin" | 60 | UBOOT_SUFFIX = "bin" |
61 | 61 | ||
62 | # Set ATF platform name | ||
63 | ATF_PLATFORM = "imx8qx" | ||
64 | |||
65 | IMXBOOT_TARGETS_SD = \ | 62 | IMXBOOT_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 = \ | |||
71 | IMXBOOT_TARGETS = \ | 68 | IMXBOOT_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)}" |
74 | IMX_BOOT_SOC_TARGET = "iMX8QX" | ||
75 | |||
76 | BOARD_TYPE = "mek" | 71 | BOARD_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" | |||
19 | UBOOT_ENTRYPOINT = "0x80080000" | 19 | UBOOT_ENTRYPOINT = "0x80080000" |
20 | 20 | ||
21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
22 | UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa] = "ls1012afrwy_tfa_defconfig" |
23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012afrwy_tfa_SECURE_BOOT_defconfig" |
24 | 24 | ||
25 | RCWQSPI ?= "N_SSNP_3305/rcw_1000" | 25 | RCWQSPI ?= "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" | |||
19 | UBOOT_ENTRYPOINT = "0x80080000" | 19 | UBOOT_ENTRYPOINT = "0x80080000" |
20 | 20 | ||
21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
22 | UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa] = "ls1012ardb_tfa_defconfig" |
23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1012ardb_tfa_SECURE_BOOT_defconfig" |
24 | 24 | ||
25 | RCWQSPI ?= "R_SPNH_3508/rcw_1000" | 25 | RCWQSPI ?= "R_SPNH_3508/rcw_1000" |
26 | RCWQSPISEC ?= "R_SPNH_3508/rcw_1000" | 26 | RCWQSPISEC ?= "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" | |||
15 | DEFAULTTUNE = "cortexa7hf-neon" | 15 | DEFAULTTUNE = "cortexa7hf-neon" |
16 | 16 | ||
17 | UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" | 17 | UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" |
18 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig,,u-boot-dtb.bin" | 18 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig" |
19 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_defconfig,,u-boot-with-spl-pbl.bin" | 19 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_defconfig,,u-boot-with-spl-pbl.bin" |
20 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_defconfig,,u-boot-with-spl-pbl.bin" | 20 | UBOOT_CONFIG[sdcard-qspi] = "ls1021atwr_sdcard_qspi_defconfig,,u-boot-with-spl-pbl.bin" |
21 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[lpuart] = "ls1021atwr_nor_lpuart_defconfig" |
22 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[qspi] = "ls1021atwr_qspi_defconfig" |
23 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[secure-boot] = "ls1021atwr_nor_SECURE_BOOT_defconfig" |
24 | UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" | 24 | UBOOT_CONFIG[sdcard-ifc-secure-boot] = "ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin" |
25 | 25 | ||
26 | QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" | 26 | QE_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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1028ardb_tfa_SECURE_BOOT_defconfig" |
22 | UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa] = "ls1028ardb_tfa_defconfig" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb freescale/fsl-ls1028a-qds.dtb" | 24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1028a-rdb.dtb freescale/fsl-ls1028a-qds.dtb" |
25 | KERNEL_DEVICETREE_append_use-nxp-bsp = "\ | 25 | KERNEL_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" | |||
19 | UBOOT_ENTRYPOINT = "0x80080000" | 19 | UBOOT_ENTRYPOINT = "0x80080000" |
20 | 20 | ||
21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
22 | UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig" |
23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig" |
24 | 24 | ||
25 | KERNEL_DEVICETREE ?= "\ | 25 | KERNEL_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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa] = "ls1046afrwy_tfa_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa] = "ls1046afrwy_tfa_defconfig" |
22 | UBOOT_CONFIG[tfa-secure-boot] = "ls1046afrwy_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa-secure-boot] = "ls1046afrwy_tfa_SECURE_BOOT_defconfig" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "\ | 24 | KERNEL_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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa] = "ls1046ardb_tfa_defconfig" |
22 | UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa-secure-boot] = "ls1046ardb_tfa_SECURE_BOOT_defconfig" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "\ | 24 | KERNEL_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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig" |
22 | UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" | 24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" |
25 | KERNEL_DEFCONFIG ?= "defconfig" | 25 | KERNEL_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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig" |
22 | UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" | 24 | KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" |
25 | KERNEL_DEFCONFIG ?= "defconfig" | 25 | KERNEL_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 | |||
11 | require conf/machine/include/arm/arch-arm64.inc | 11 | require conf/machine/include/arm/arch-arm64.inc |
12 | 12 | ||
13 | UBOOT_CONFIG ??= "nor" | 13 | UBOOT_CONFIG ??= "nor" |
14 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" | 14 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig" |
15 | 15 | ||
16 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb" | 16 | KERNEL_DEVICETREE ?= "freescale/fsl-ls2080a-rdb.dtb" |
17 | KERNEL_DEFCONFIG ?= "defconfig" | 17 | KERNEL_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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa] = "ls2088ardb_tfa_defconfig" |
22 | UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa-secure-boot] = "ls2088ardb_tfa_SECURE_BOOT_defconfig" |
23 | 23 | ||
24 | RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800" | 24 | RCWNOR ?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_1800" |
25 | RCWQSPI?= "FFFFFFFF_PP_HH_0x2a_0x41/rcw_2000_qspi" | 25 | RCWQSPI?= "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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa] = "lx2160ardb_tfa_defconfig" |
22 | UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa-secure-boot] = "lx2160ardb_tfa_SECURE_BOOT_defconfig" |
23 | 23 | ||
24 | KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb freescale/fsl-lx2160a-qds.dtb" | 24 | KERNEL_DEVICETREE ?= "freescale/fsl-lx2160a-rdb.dtb freescale/fsl-lx2160a-qds.dtb" |
25 | KERNEL_DEFCONFIG ?= "defconfig" | 25 | KERNEL_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" | |||
18 | UBOOT_ENTRYPOINT = "0x80080000" | 18 | UBOOT_ENTRYPOINT = "0x80080000" |
19 | 19 | ||
20 | UBOOT_CONFIG ??= "tfa-verified-boot tfa-secure-boot tfa" | 20 | UBOOT_CONFIG ??= "tfa-verified-boot tfa-secure-boot tfa" |
21 | UBOOT_CONFIG[tfa] = "lx2162aqds_tfa_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[tfa] = "lx2162aqds_tfa_defconfig" |
22 | UBOOT_CONFIG[tfa-secure-boot] = "lx2162aqds_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa-secure-boot] = "lx2162aqds_tfa_SECURE_BOOT_defconfig" |
23 | UBOOT_CONFIG[tfa-verified-boot] = "lx2162aqds_tfa_verified_boot_defconfig,,u-boot-nodtb.bin" | 23 | UBOOT_CONFIG[tfa-verified-boot] = "lx2162aqds_tfa_verified_boot_defconfig,,u-boot-nodtb.bin" |
24 | 24 | ||
25 | KERNEL_DEVICETREE ?= "freescale/fsl-lx2162a-qds.dtb" | 25 | KERNEL_DEVICETREE ?= "freescale/fsl-lx2162a-qds.dtb" |