[Buildroot] [PATCH 1/3] board/freescale/imx: Add helper to generate fw binary

Fabio Estevam festevam at gmail.com
Thu Jul 16 21:04:32 UTC 2020


Hi Xavier,

On Mon, Apr 27, 2020 at 6:16 PM Xavier Roumegue <xroumegue at gmail.com> wrote:
>
> This script aims to create an imx compatible boot image embedding
> mainline components, using only upstream uboot mkimage tool, avoiding
> dependencies on proprietary imx mkimage.
>
> Mainline u-boot can generate a bootable image, but SPL soc proprietary
> firmware dependencies have to be copied on uboot root dir.
>
> This script prevents additional buildroot uboot recipe hacking to handle
> custom SoC uboot build process.
>
> The script actions summary is:
> - Append DDR4 firmware to uboot spl binary
> - Generate imx mkimage configuration file, extracting entry points from
>   relevant elf files on the fly.
> - Generate imx boot image using uboot upstream mkimage tool
>
> Signed-off-by: Xavier Roumegue <xroumegue at gmail.com>

Do you plan to resubmit this patch?

I am looking forward to being able to use a Buildroot generated image
with U-Boot and kernel mainline on i.MX8 boards :-)


More information about the buildroot mailing list