recipes-bsp: imx-mkimage: Update recipes to new BSP release imx_5.4.47_2.2.0

Includes:
imx-boot_1.0.bb: Update M4 binary name for i.MX 8QM [YOCIMX-4866]

    8QM M4 demos unified the binary name.
    Change name make it more easy for understanding.

imx-boot: Update the build option for iMX 8DXL Phantom C0 new boards [YOCIMX-4663]

Signed-off-by: Hector Bujanda <Hector.Bujanda@digi.com>
This commit is contained in:
Hector Bujanda 2020-10-28 01:24:50 +01:00
parent 7cb54315ee
commit 125debb9c1
2 changed files with 5 additions and 4 deletions

View File

@ -95,6 +95,7 @@ SOC_FAMILY_mx8x = "mx8x"
REV_OPTION ?= "" REV_OPTION ?= ""
REV_OPTION_mx8qxpc0 = "REV=C0" REV_OPTION_mx8qxpc0 = "REV=C0"
REV_OPTION_mx8phantomdxl = "REV=C0"
compile_mx8m() { compile_mx8m() {
bbnote 8MQ/8MM boot binary build bbnote 8MQ/8MM boot binary build
@ -126,9 +127,9 @@ compile_mx8() {
cp ${DEPLOY_DIR_IMAGE}/u-boot-spl.bin-${MACHINE}-${UBOOT_CONFIG} \ cp ${DEPLOY_DIR_IMAGE}/u-boot-spl.bin-${MACHINE}-${UBOOT_CONFIG} \
${BOOT_STAGING}/u-boot-spl.bin ${BOOT_STAGING}/u-boot-spl.bin
fi fi
cp ${DEPLOY_DIR_IMAGE}/imx8qm_m4_0_TCM_power_mode_switch_m40.bin \ cp ${DEPLOY_DIR_IMAGE}/imx8qm_m4_TCM_power_mode_switch_m40.bin \
${BOOT_STAGING}/m4_image.bin ${BOOT_STAGING}/m4_image.bin
cp ${DEPLOY_DIR_IMAGE}/imx8qm_m4_1_TCM_power_mode_switch_m41.bin \ cp ${DEPLOY_DIR_IMAGE}/imx8qm_m4_TCM_power_mode_switch_m41.bin \
${BOOT_STAGING}/m4_1_image.bin ${BOOT_STAGING}/m4_1_image.bin
cp ${DEPLOY_DIR_IMAGE}/${SECO_FIRMWARE_NAME} ${BOOT_STAGING} cp ${DEPLOY_DIR_IMAGE}/${SECO_FIRMWARE_NAME} ${BOOT_STAGING}
} }

View File

@ -2,10 +2,10 @@
DEPENDS = "zlib openssl" DEPENDS = "zlib openssl"
SRCBRANCH = "imx_5.4.24_2.1.0" SRCBRANCH = "imx_5.4.47_2.2.0"
IMX_MKIMAGE_SRC ?= "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https" IMX_MKIMAGE_SRC ?= "git://source.codeaurora.org/external/imx/imx-mkimage.git;protocol=https"
SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH}" SRC_URI = "${IMX_MKIMAGE_SRC};branch=${SRCBRANCH}"
SRCREV = "6745ccdcf15384891639b7ced3aa6ce938682365" SRCREV = "8da5cd231881df44b5fa21a36820536d86e413db"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
BOOT_TOOLS = "imx-boot-tools" BOOT_TOOLS = "imx-boot-tools"