Searched refs:SetImagePos (Results 1 - 10 of 10) sorted by relevance

/u-boot/tools/binman/etype/
H A Dnxp_imx8mimage.py60 def SetImagePos(self, image_pos): member in class:Entry_nxp_imx8mimage
61 # Customized SoC specific SetImagePos which skips the mkimage etype
74 Entry_section.SetImagePos(self, image_pos)
H A Datf_fip.py236 def SetImagePos(self, image_pos): member in class:Entry_atf_fip
244 super().SetImagePos(image_pos)
H A Dmkimage.py229 def SetImagePos(self, image_pos): member in class:Entry_mkimage
256 super().SetImagePos(image_pos)
H A Dcbfs.py233 def SetImagePos(self, image_pos): member in class:Entry_cbfs
241 super().SetImagePos(image_pos)
H A Dti_board_config.py260 def SetImagePos(self, image_pos): member in class:Entry_ti_board_config
261 Entry.SetImagePos(self, image_pos)
H A Dfit.py780 def SetImagePos(self, image_pos): member in class:Entry_fit
791 super().SetImagePos(image_pos)
832 section.SetImagePos(self.image_pos)
H A Dsection.py71 SetImagePos(image_pos):
72 Call `super().SetImagePos(image_pos)`, then set the `image_pos` values
85 implement SetImagePos() correctly. But that is a bit of a bypass, so
511 def SetImagePos(self, image_pos): member in class:Entry_section
512 super().SetImagePos(image_pos)
515 entry.SetImagePos(image_pos + self.offset)
/u-boot/tools/binman/
H A Dimage.py156 def SetImagePos(self): member in class:Image
158 super().SetImagePos(0)
H A Dcontrol.py672 image.SetImagePos()
H A Dentry.py671 def SetImagePos(self, image_pos): member in class:Entry

Completed in 186 milliseconds