summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-08-15 16:19:09 -0300
committerGitHub <noreply@github.com>2024-08-15 16:19:09 -0300
commit33346da645634b6c5a9ef549cef0ca3795c5c8f6 (patch)
tree638026e074abd00428eba3f0f4707d1d6dfd4514
parent9aee46be3a1bd102a754534a656e499df6205f34 (diff)
parentbbc65d387fe8a5ff712d592381b96e620a513f7f (diff)
downloadmeta-freescale-33346da645634b6c5a9ef549cef0ca3795c5c8f6.tar.gz
Merge pull request #1896 from nxp-upstream/imx-boot
imx-boot: inherit from uboot-config rather than uboot-sign
-rw-r--r--recipes-bsp/imx-mkimage/imx-boot_1.0.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
index 631217daf..3f5b2c65d 100644
--- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
+++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-only"
7LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 7LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
8SECTION = "BSP" 8SECTION = "BSP"
9 9
10inherit use-imx-security-controller-firmware uboot-sign 10inherit use-imx-security-controller-firmware uboot-config
11 11
12DEPENDS += " \ 12DEPENDS += " \
13 u-boot \ 13 u-boot \
@@ -85,11 +85,7 @@ MKIMAGE_EXTRA_ARGS:imx95-19x19-verdin ?= " \
85 ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \ 85 ${MKIMAGE_EXTRA_ARGS:mx95-nxp-bsp} \
86 QSPI_HEADER=./scripts/fspi_header_133" 86 QSPI_HEADER=./scripts/fspi_header_133"
87 87
88do_uboot_assemble_fitimage:prepend:imx-generic-bsp() { 88UBOOT_DTB_BINARY ?= "u-boot.dtb"
89 for config in ${UBOOT_MACHINE}; do
90 mkdir -p ${B}/${config}
91 done
92}
93 89
94compile_mx8m() { 90compile_mx8m() {
95 bbnote 8MQ/8MM/8MN/8MP boot binary build 91 bbnote 8MQ/8MM/8MN/8MP boot binary build
@@ -118,6 +114,7 @@ compile_mx8m() {
118 cp ${DEPLOY_DIR_IMAGE}/${UBOOT_NAME_EXTRA} ${BOOT_STAGING}/u-boot.bin 114 cp ${DEPLOY_DIR_IMAGE}/${UBOOT_NAME_EXTRA} ${BOOT_STAGING}/u-boot.bin
119 115
120} 116}
117
121compile_mx8() { 118compile_mx8() {
122 bbnote 8QM boot binary build 119 bbnote 8QM boot binary build
123 cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${SC_FIRMWARE_NAME} ${BOOT_STAGING}/scfw_tcm.bin 120 cp ${DEPLOY_DIR_IMAGE}/${BOOT_TOOLS}/${SC_FIRMWARE_NAME} ${BOOT_STAGING}/scfw_tcm.bin