]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add nxp_imx8mimage etype
authorMarek Vasut <marex@denx.de>
Thu, 25 Apr 2024 23:00:35 +0000 (01:00 +0200)
committerFabio Estevam <festevam@gmail.com>
Sun, 28 Apr 2024 15:10:13 +0000 (12:10 -0300)
commita9f2ff5922e1e43852c8f438501603559cf30824
tree8f5584f1345492caed95394f74c2a94665a317a1
parent6bc68ed4df647c2e56d6d63a25b3368f3fe50811
binman: Add nxp_imx8mimage etype

Add new binman etype derived from mkimage etype which generates configuration
input file for mkimage -T imx8mimage, and runs the mkimage on input data. The
mkimage -T imx8mimage is used to generate combined image with SPL and DDR PHY
blobs which is bootable on i.MX8M.

The configuration file generated here is equivalent of imx8mimage.cfg, which
is the file passed to '$ mkimage -T imx8mimage -n imx8mimage.cfg ...' . The
settings generated into the imx8mimage.cfg file are configured via supported
binman DT properties, nxp,boot-from, nxp,loader-address, nxp,rom-version.

Signed-off-by: Marek Vasut <marex@denx.de>
tools/binman/etype/nxp_imx8mimage.py [new file with mode: 0644]