[PATCH v2 1/2] binman: add a new entry type for generating a data file which is passed to mkimage with -n
Marek Vasut
marek.vasut at mailbox.org
Thu Aug 7 21:44:03 CEST 2025
On 7/28/25 1:35 AM, Alice Guo (OSS) wrote:
> +/dts-v1/;
> +
> +/ {
> + #address-cells = <1>;
> + #size-cells = <1>;
> +
> + binman {
> + imximage-cfg {
> + type = "nxp-config";
> + cfg-path = "spl/u-boot-spl.cfgout";
> + cfg-content = "CNTR_VERSION 2",
> + "BOOT_FROM SD",
> + "SOC_TYPE IMX9",
> + "APPEND mx95b0-ahab-container.img",
> + "CONTAINER",
> + "DUMMY_DDR",
> + "IMAGE OEI m33-oei-ddrfw.bin 0x1ffc0000",
> + "HOLD 0x10000",
> + "IMAGE M33 m33_image.bin 0x1ffc0000",
> + "IMAGE A55 spl/u-boot-spl.bin 0x20480000",
> + "DUMMY_V2X 0x8b000000";
DT should not contain text list of the generated text file. The
addresses here should be DT properties. The file names are not relevant
as they should be generated by binman etypes or subsections, see e.g.
how imx-cst is handled on MX8M SoCs.
More information about the U-Boot
mailing list