Searched refs:GetFdtContents (Results 1 – 4 of 4) sorted by relevance
28 self._pathname, _ = state.GetFdtContents(self.GetFdtEtype())33 _, indata = state.GetFdtContents(self.GetFdtEtype())
104 data = state.GetFdtContents('fdtmap')[1]109 data = state.GetFdtContents()[1]
85 def GetFdtContents(etype='u-boot-dtb'): function
3018 path, fdtmap = state.GetFdtContents('fdtmap')3025 missing_path, missing_fdtmap = state.GetFdtContents('missing')
Completed in 15 milliseconds