예제 #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()
예제 #15
0
 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