]> Git Repo - buildroot-mgba.git/commit
configs/imx8mqevk: bump TF-A, U-Boot and Linux Kernel version
authorJulien Olivain <[email protected]>
Sun, 1 Sep 2024 19:44:22 +0000 (21:44 +0200)
committerThomas Petazzoni <[email protected]>
Tue, 3 Sep 2024 19:53:39 +0000 (21:53 +0200)
commita584f8355569daa8f5794c70fa6e5eadbbe5a537
treeaa0be309d7b157418f4f04d309b4581f133835ab
parent5e94707ca925accebdd1a7fc8fb4b023e2e8edec
configs/imx8mqevk: bump TF-A, U-Boot and Linux Kernel version

The imx8mqevk_defconfig is failing to build the arm-trusted-firmware
package, with the error message:

    plat/imx/imx8m/hab.c: In function 'imx_hab_handler':
    plat/imx/imx8m/hab.c:65:57: error: array subscript 0 is outside array bounds of 'uint32_t[0]' {aka 'unsigned int[]'} [-Werror=array-bounds=]
       65 | #define HAB_RVT_CHECK_TARGET_ARM64      ((unsigned long)*(uint32_t *)(HAB_RVT_BASE + 0x18))
          |                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is happening since commit dc0f721 "package/gcc: switch to 13.x
as default".

This commit fixes this build failure by updating the TF-A, U-Boot and
Linux Kernel. Note: this imx8mqevk_defconfig uses the upstream Kernel
(in contrast of the freescale_imx8mqevk_defconfig which is using the NXP
BSP Kernel version).

Also, this new uboot version needs gnutls and openssl, so the
corresponding options are added to the defconfig.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/7691701411

Signed-off-by: Julien Olivain <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/imx8mqevk_defconfig
This page took 0.029619 seconds and 4 git commands to generate.