Home
last modified time | relevance | path

Searched refs:dtb_fname (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/binman/
H A Dcontrol.py90 dtb_fname = options.dt
96 dtb_fname = os.path.join(board_pathname, 'u-boot.dtb')
118 dtb_fname = fdt_util.EnsureCompiled(dtb_fname)
120 tools.WriteFile(fname, tools.ReadFile(dtb_fname))
126 "node" % dtb_fname)
H A Dftest.py296 dtb_fname = '%s/u-boot-%s.dtb' % (name, name)
297 outfile = os.path.join(self._indir, dtb_fname)
298 TestFunctional._MakeInputFile(dtb_fname,
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py143 def __init__(self, dtb_fname, include_disabled): argument
145 self._dtb_fname = dtb_fname