Home
last modified time | relevance | path

Searched refs:Prop (Results 1 – 8 of 8) sorted by relevance

/u-boot/test/py/tests/
A Dvboot_forge.py141 class Prop: class
150 return Prop(self.name, self.value)
203 elif isinstance(item, Prop):
213 prop = Prop(h.name_offset, value)
262 elif isinstance(item, Prop):
/u-boot/tools/dtoc/
A Dfdt.py105 class Prop: class
400 self.props[prop_name] = Prop(self, None, prop_name,
414 self.props[prop_name] = Prop(self, None, prop_name, value)
486 prop = Prop(self, None, prop_name, val)
794 prop = Prop(node, poffset, p.name, p)
A Dtest_dtoc.py201 Prop = collections.namedtuple('Prop', ['value'])
204 prop = Prop(['rockchip,rk3399-sdhci-5.1', 'arasan,sdhci-5.1'])
209 prop = Prop(['rockchip,rk3399-sdhci-5.1'])
214 prop = Prop(['rockchip,rk3399-sdhci-5.1', 'arasan,sdhci-5.1', 'third'])
A Dtest_fdt.py347 return fdt.Prop(self.node, -1, prop_name, prop)
392 self.assertEqual(True, fdt.Prop.GetEmpty(Type.BOOL))
393 self.assertEqual(chr(0), fdt.Prop.GetEmpty(Type.BYTE))
394 self.assertEqual(tools.get_bytes(0, 4), fdt.Prop.GetEmpty(Type.INT))
395 self.assertEqual('', fdt.Prop.GetEmpty(Type.STRING))
A Dtest_fdt347 return fdt.Prop(self.node, -1, prop_name, prop)
392 self.assertEqual(True, fdt.Prop.GetEmpty(Type.BOOL))
393 self.assertEqual(chr(0), fdt.Prop.GetEmpty(Type.BYTE))
394 self.assertEqual(tools.get_bytes(0, 4), fdt.Prop.GetEmpty(Type.INT))
395 self.assertEqual('', fdt.Prop.GetEmpty(Type.STRING))
/u-boot/tools/binman/
A DREADME.rst2274 - Update the fdt library to use a better format for Prop.value (the current one
A Dbinman.rst2274 - Update the fdt library to use a better format for Prop.value (the current one
/u-boot/doc/develop/package/
A Dbinman.rst2274 - Update the fdt library to use a better format for Prop.value (the current one

Completed in 796 milliseconds