mbox series

[0/5] imx: imx8ulp: add binman support

Message ID 20240805124326.544310-1-bisson.gary@gmail.com
Headers show
Series imx: imx8ulp: add binman support | expand

Message

Gary Bisson Aug. 5, 2024, 12:43 p.m. UTC
Hi,

This series adds binman support for i.MX 8ULP processors.

It required to update the imx8mkimage tool a bit as well as adding new
container configuration files. But otherwise it is pretty close to what
has been done on other i.MX processors like the 93.

Regards,
Gary

Gary Bisson (5):
  tools: imx8image: fix soc variable for ULP
  tools: imx8image: add upower image support
  spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards
  mach-imx: Add i.MX 8ULP binman support
  imx8ulp_evk: enable binman support

 arch/arm/dts/imx8ulp-evk-u-boot.dtsi    |  2 +
 arch/arm/dts/imx8ulp-u-boot.dtsi        | 63 +++++++++++++++++++++++++
 arch/arm/mach-imx/Makefile              |  4 +-
 arch/arm/mach-imx/imx8ulp/Kconfig       |  1 +
 arch/arm/mach-imx/imx8ulp/container.cfg |  7 +++
 arch/arm/mach-imx/imx8ulp/imximage.cfg  |  9 ++++
 common/spl/Kconfig                      |  2 +-
 common/spl/Kconfig.tpl                  |  2 +-
 common/spl/Kconfig.vpl                  |  2 +-
 configs/imx8ulp_evk_defconfig           |  3 +-
 include/imx8image.h                     |  1 +
 tools/imx8image.c                       |  7 ++-
 12 files changed, 96 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/dts/imx8ulp-u-boot.dtsi
 create mode 100644 arch/arm/mach-imx/imx8ulp/container.cfg
 create mode 100644 arch/arm/mach-imx/imx8ulp/imximage.cfg

Comments

Gary Bisson Aug. 5, 2024, 1:43 p.m. UTC | #1
Hi Fabio,

On Mon, Aug 05, 2024 at 10:31:34AM -0300, Fabio Estevam wrote:
> Hi Gary,
> 
> On Mon, Aug 5, 2024 at 9:43 AM Gary Bisson <bisson.gary@gmail.com> wrote:
> 
> > Gary Bisson (5):
> >   tools: imx8image: fix soc variable for ULP
> >   tools: imx8image: add upower image support
> >   spl: binman: Disable u_boot_any symbols for i.MX 8ULP boards
> >   mach-imx: Add i.MX 8ULP binman support
> >   imx8ulp_evk: enable binman support
> 
> Thanks for adding imx8ulp binman support.
> 
> One thing that is missing is a doc/board/nxp/imx8ulp_evk.rst that lists
> the required firmware files to build and boot the board.
> 
> Could you please add it?

Sure, I'll add it and send a V2 by tomorrow (hopefully today).

Regards,
Gary