def __init__(self, section, etype, node): Entry_blob.__init__(self, section, etype, node)
def __init__(self, section, etype, node): Entry_blob.__init__(self, section, etype, node) self.elf_fname = 'u-boot' self.target_offset = None
def __init__(self, image, etype, node): Entry_blob.__init__(self, image, etype, node)
def __init__(self, image, etype, node): Entry_blob.__init__(self, image, etype, node) self.elf_fname = 'u-boot' self.target_pos = None
def __init__(self, image, etype, node): Entry_blob.__init__(self, image, etype, node) self._regions = []
def __init__(self, section, etype, node): Entry_blob.__init__(self, section, etype, node) self.elf_fname = 'spl/u-boot-spl'
def __init__(self, section, etype, node): Entry_blob.__init__(self, section, etype, node) self._regions = []
def __init__(self, section, etype, node): Entry_blob.__init__(self, section, etype, node) self._strip = fdt_util.GetBool(self._node, 'strip')
def __init__(self, image, etype, node): Entry_blob.__init__(self, image, etype, node) self.ucode_data = '' self.collate = False self.ucode_offset = None self.ucode_size = None
def __init__(self, section, etype, node): Entry_blob.__init__(self, section, etype, node) self._regions = [] if self.offset is None: self.offset = self.section.GetStartOffset()
def __init__(self, section, etype, node): Entry_blob.__init__(self, section, etype, node) self.ucode_data = '' self.collate = False self.ucode_offset = None self.ucode_size = None