示例#1
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
示例#2
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self.elf_fname = 'u-boot'
     self.target_offset = None
示例#3
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
示例#4
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
     self.elf_fname = 'u-boot'
     self.target_pos = None
示例#5
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
     self._regions = []
示例#6
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self.elf_fname = 'spl/u-boot-spl'
示例#7
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self._regions = []
示例#8
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self._strip = fdt_util.GetBool(self._node, 'strip')
 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)
     self.ucode_data = ''
     self.collate = False
     self.ucode_offset = None
     self.ucode_size = None
示例#11
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
示例#12
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self._regions = []
示例#13
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
示例#14
0
 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