Searched refs:dtb_fname (Results 1 – 4 of 4) sorted by relevance
/u-boot/tools/binman/ |
A D | control.py | 402 def PrepareImagesAndDtbs(dtb_fname, select_images, update_fdt): argument 431 dtb_fname = fdt_util.EnsureCompiled(dtb_fname) 433 tools.WriteFile(fname, tools.ReadFile(dtb_fname)) 439 "node" % dtb_fname) 598 dtb_fname = args.dt 604 dtb_fname = os.path.join(board_pathname, 'u-boot.dtb') 620 images = PrepareImagesAndDtbs(dtb_fname, args.image,
|
A D | state.py | 122 dtb_fname = dtb.GetFilename() 123 tools.WriteFile(dtb_fname, data) 124 dtb = fdt.FdtScan(dtb_fname)
|
A D | ftest.py | 449 dtb_fname = '%s/u-boot-%s.dtb' % (name, name) 450 outfile = os.path.join(self._indir, dtb_fname) 451 TestFunctional._MakeInputFile(dtb_fname, 3279 dtb_fname = os.path.join(outdir, 'u-boot-dtb') 3280 dtb = fdt.FdtScan(dtb_fname)
|
/u-boot/tools/dtoc/ |
A D | dtb_platdata.py | 153 def __init__(self, scan, dtb_fname, include_disabled): argument 156 self._dtb_fname = dtb_fname
|
Completed in 14 milliseconds