Home
last modified time | relevance | path

Searched refs:GetNode (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/binman/
H A Dfdt_test.py33 node = dt.GetNode('/microcode/update@0')
44 node = dt.GetNode('/binman/intel-me')
H A Dfunc_test.py662 ucode = dtb.GetNode('/microcode')
/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Du_boot_dtb_with_ucode.py48 ucode = dtb.GetNode('/microcode')
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dfdt.py299 def GetNode(self, path): member in Fdt