Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/dtoc/
H A Dfdt.py458 class Fdt: class
473 self._fdt_obj = libfdt.Fdt(fd.read())
485 fdt = Fdt(None)
486 fdt._fdt_obj = libfdt.Fdt(bytearray(data))
655 dtb = Fdt(fname)
H A Dtest_fdt.py411 dtb2 = fdt.Fdt.FromData(self.dtb.GetContents())
H A Dtest_fdt411 dtb2 = fdt.Fdt.FromData(self.dtb.GetContents())
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped465 class Fdt(FdtRo):
468 The Fdt object is created is created from a device tree binary file,
471 fdt = Fdt(open("filename.dtb").read())
493 Fdt object containing the device tree
499 return Fdt(data)
506 in a device tree. Note that the Fdt object remains the same, but it
764 """Convert a FdtSw into an Fdt so it can be accessed as normal
766 Creates a new Fdt object from the work-in-progress device tree. This
772 Fdt object allowing access to the newly created device tree
776 return Fdt(fdtsw)
/openbmc/u-boot/tools/binman/
H A Dftest.py253 dtb = fdt.Fdt.FromData(dtb_data)
1169 dtb = fdt.Fdt(out_dtb_fname)
1499 dtb = fdt.Fdt.FromData(data[start:])
1525 dtb = fdt.Fdt.FromData(data[start:])
1560 dtb = fdt.Fdt(out_dtb_fname)
1644 dtb = fdt.Fdt(out_dtb_fname)
1667 dtb = fdt.Fdt(out_dtb_fname)