Lines Matching refs:FIT
178 config FIT config
182 Flattened Image Tree. FIT is formally a FDT, which can include
186 FIT is very flexible, supporting compression, multiple images,
190 if FIT
193 bool "Support SHA256 checksum of FIT image contents"
197 Enable this to support SHA256 checksum of FIT image contents. A
207 bool "Support RSA4096 verification of FIT image contents"
211 Enable this to support RSA4096 checksum of FIT image contents. A
219 bool "Enable signature verification of FIT uImages"
224 This option enables signature verification of FIT uImages,
228 it. See doc/uImage.FIT/signature.txt for more details.
230 WARNING: When relying on signed FIT images with a required signature
237 bool "Enable rollback-index protection for FIT image"
240 Enable rollback-index protection for FIT image
243 bool "Support rsassa-pss signature scheme of FIT image contents"
251 bool "Show verbose messages when FIT images fail"
253 Generally a system will have valid FIT images so debug messages
268 bool "Enable post-processing of FIT artifacts after loading by U-Boot"
271 from FIT images like stripping off headers or modifying the size of the
277 injected into the FIT creation (i.e. the blobs would have been pre-
278 processed before being added to the FIT image).
281 bool "Enable hardware crypto for FIT image checksum and rsa verify"
284 Enable hardware crypto for FIT image checksum and rsa verify.
304 bool "Enable signature verification of FIT firmware within SPL"
310 bool "Enable SPL rollback-index protection for FIT image"
313 Enable SPL rollback-index protection for FIT image
316 bool "Enable SPL loading U-Boot as a FIT"
322 of a FIT (Flat Image Tree) which provides more flexibility. In
327 bool "Enable post-processing of FIT artifacts after loading by the SPL"
331 from the U-Boot FIT image like stripping off headers or modifying the
337 injected into the FIT creation (i.e. the blobs would have been pre-
338 processed before being added to the FIT image).
341 bool "Enable SPL hardware crypto for FIT image checksum and rsa verify"
344 Enable SPL hardware crypto for FIT image checksum and rsa verify.
363 string ".its source file for U-Boot FIT image"
364 depends on SPL_FIT || FIT
366 Specifies a (platform specific) FIT source file to generate the
367 U-Boot FIT image. This could specify further image to load and/or
371 string ".its file generator script for U-Boot FIT image"
372 depends on SPL_FIT || FIT
375 Specifies a (platform specific) script file to generate the FIT
376 source file used to build the U-Boot FIT image file. This gets
381 int "SPL FIT image size in KiB"
382 depends on SPL_FIT || FIT
385 SPL FIT image size in KiB, default 2048KB = 1024KB(u-boot) + 1024KB(tee/atf + others).
388 int "SPL FIT image multiple number"
389 depends on SPL_FIT || FIT
392 SPL FIT image multiple number.
394 endif # FIT