Home
last modified time | relevance | path

Searched refs:Binman (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/binman/
H A DREADME18 Binman aims to provide a mechanism for building images, from simple
25 Binman reads your board's device tree and finds a node which describes the
41 Binman does not yet update the device tree with the final location of
46 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 enough
90 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 blobs
134 which it can place in an image. Binman does not replace the mkimage tool or
145 Binman aims to replace some of the ad-hoc image creation in the U-Boot
[all …]
H A Dcontrol.py56 def Binman(options, args): function
H A Dbinman104 ret_code = control.Binman(options, args)
H A Dbinman.py104 ret_code = control.Binman(options, args)
H A Dfunc_test.py131 return control.Binman(options, args)