Searched refs:Binman (Results 1 – 5 of 5) sorted by relevance
18 Binman aims to provide a mechanism for building images, from simple25 Binman reads your board's device tree and finds a node which describes the41 Binman does not yet update the device tree with the final location of46 Binman can also support incorporating filesystems in the image if required.49 Binman is intended for use with U-Boot but is designed to be general enough90 Binman uses the following terms:108 Binman considers FIT to be one of the binaries it can place in the image.133 Binman considers the output files created by mkimage to be binary blobs134 which it can place in an image. Binman does not replace the mkimage tool or145 Binman aims to replace some of the ad-hoc image creation in the U-Boot[all …]
56 def Binman(options, args): function
104 ret_code = control.Binman(options, args)
131 return control.Binman(options, args)