Searched refs:image_pos (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/tools/binman/etype/ |
H A D | u_boot_with_ucode_ptr.py | 69 if (self.target_offset < self.image_pos or 70 self.target_offset >= self.image_pos + self.size): 72 (self.target_offset, self.image_pos, 73 self.image_pos + self.size)) 93 self.target_offset -= self.image_pos
|
H A D | section.py | 74 def SetImagePos(self, image_pos): argument 75 Entry.SetImagePos(self, image_pos) 76 self._section.SetImagePos(image_pos + self.offset)
|
H A D | fmap.py | 45 pos = entry.image_pos
|
/openbmc/u-boot/tools/binman/ |
H A D | entry.py | 78 self.image_pos = None 201 self.image_pos - self.section.GetRootSkipAtStart()) 365 def SetImagePos(self, image_pos): argument 371 self.image_pos = image_pos + self.offset 400 def WriteMapLine(fd, indent, name, offset, size, image_pos): argument 401 print('%s %s%s %s %s' % (Entry.GetStr(image_pos), ' ' * indent, 413 self.image_pos)
|
H A D | bsection.py | 135 image_pos = self._image_pos 137 image_pos -= self._parent_section.GetRootSkipAtStart() 138 state.SetInt(self._node, 'image-pos', image_pos) 310 def SetImagePos(self, image_pos): argument 311 self._image_pos = image_pos 313 entry.SetImagePos(image_pos) 397 return entry.image_pos
|
H A D | ftest.py | 1589 start = entries[key].image_pos
|
/openbmc/u-boot/tools/binman/test/ |
H A D | u_boot_binman_syms_bad.c | 13 binman_sym_declare(unsigned long, u_boot_any, image_pos);
|
H A D | u_boot_binman_syms.c | 13 binman_sym_declare(unsigned long, u_boot_any, image_pos);
|
/openbmc/u-boot/common/spl/ |
H A D | spl_ram.c | 52 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_ram_load_image()
|
H A D | spl.c | 44 binman_sym_declare(ulong, u_boot_any, image_pos); 145 ulong u_boot_pos = binman_sym(ulong, u_boot_any, image_pos); in spl_set_header_raw_uboot()
|
/openbmc/u-boot/include/ |
H A D | spl.h | 109 binman_sym_extern(ulong, u_boot_any, image_pos);
|