mach-imx: Add i.MX93 binman support.
authorMathieu Othacehe <m.othacehe@gmail.com>
Fri, 29 Dec 2023 11:02:18 +0000 (12:02 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 8 Jan 2024 17:37:53 +0000 (14:37 -0300)
commitf637dfe8c468229c9fb313d13c46d51cdbb88824
tree3e946c66e1280b5a07695e3a6c12eab6138e1c6b
parentda96f93cda90213f20cb81e484b03055d233a054
mach-imx: Add i.MX93 binman support.

Add dedicated Makefile targets for the i.MX93 and a new imx93-u-boot.dtsi
device-tree to create binman images.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
arch/arm/dts/imx93-u-boot.dtsi [new file with mode: 0644]
arch/arm/mach-imx/Makefile
arch/arm/mach-imx/imx9/container.cfg [new file with mode: 0644]
arch/arm/mach-imx/imx9/imximage.cfg [new file with mode: 0644]
tools/imx9_image.sh [new file with mode: 0755]