u-boot/tools/binman/test/210_fip_size.dts
Simon Glass 7598972760 binman: Add support for ATF FIP
This format is used in firmware binaries so we may as well supported it.

With this patch binman supports creating, listing and updating FIPs, as
well as extracting files from one, provided that an FDTMAP is also present
somewhere in the image.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-12-17 09:44:59 -07:00

19 lines
232 B
Text

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <1>;
binman {
atf-fip {
size = <0x100>;
pad-byte = <0xff>;
soc-fw {
filename = "bl31.bin";
};
};
u-boot {
};
};
};