Searched refs:Binman (Results 1 – 6 of 6) sorted by relevance
16 Binman aims to provide a mechanism for building images, from simple23 Binman reads your board's device tree and finds a node which describes the39 Binman does not yet update the device tree with the final location of44 Binman can also support incorporating filesystems in the image if required.88 Binman uses the following terms:131 Binman considers the output files created by mkimage to be binary blobs143 Binman aims to replace some of the ad-hoc image creation in the U-Boot158 u-boot.bin and sunxi-spl.bin. Binman can then take over creation of574 Binman will search for the following files in arch/<arch>/dts:690 Binman is a critical tool and is designed to be very testable. Entry[all …]
144 ret_code = control.Binman(options, args)
67 def Binman(options, args): function
187 return control.Binman(options, args)
1 Binman Entry Documentation