Lines Matching full:fit
8 """Build a FIT containing a lot of devicetree files
12 -o arch/arm64/boot/image.fit -k /tmp/kern/arch/arm64/boot/image.itk
15 Creates a FIT containing the supplied kernel and a set of devicetree files,
18 Use -E to generate an external FIT (where the data is placed after the
19 FIT data structure). This allows parsing of the data without loading
20 the entire FIT.
30 The resulting FIT can be booted by bootloaders which support FIT, such
66 epilog = 'Build a FIT from a directory tree containing .dtb files'
75 help='Convert the FIT to use external data')
79 help='Specifies the output file (.fit)')
93 """Make a start on writing the FIT
120 arch: FIT architecture, e.g. 'arm64'
137 """Finish the FIT ready for use
195 """Write out a single devicetree to the FIT
201 arch: FIT architecture, e.g. 'arm64'
253 """Build the FIT from the provided files and arguments
260 bytes: FIT data
322 print(f'FIT size {comp_size:#x}/{comp_size / 1024 / 1024:.1f} MB',