Searched refs:comp (Results 1 – 1 of 1) sorted by relevance
251 def make_efi(fname, efi_file, comp): argument269 if comp:274 def make_dtb(fdt_type, comp): argument301 if comp:306 def make_initrd(comp): argument322 if comp:327 def make_fit(comp): argument341 fdt_bin = os.path.basename(make_dtb('user', comp))342 initrd_fs = make_initrd(comp)344 compression = 'gzip' if comp else 'none'[all …]
Completed in 5 milliseconds