Lines Matching refs:dtb
156 dtb, fname = output_fdt_info[etype]
157 dtb_fname = dtb.GetFilename()
159 dtb = fdt.FdtScan(dtb_fname)
160 output_fdt_info[etype] = [dtb, fname]
209 def Prepare(images, dtb): argument
229 main_dtb = dtb
232 output_fdt_info['u-boot-dtb'] = [dtb, 'u-boot.dtb']
235 output_fdt_info[etype] = [dtb, fname]
282 dtb = fdt.Fdt(out_fname)
283 dtb.Scan()
284 image_node = dtb.GetNode('/binman')
286 image_node = dtb.GetNode('/binman/%s' % image.image_node)
288 output_fdt_info[etype] = [dtb, None]
301 dtb = output_fdt_info[etype][0]
302 if dtb != main_dtb:
303 yield dtb
323 for entry_type, (dtb, fname) in output_fdt_info.items():
324 if dtb != node.GetFdt():
327 other_node = dtb.GetNode(fdt_path_prefix + node.path)