Esempio n. 1
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
Esempio n. 2
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self.elf_fname = 'u-boot'
     self.target_offset = None
Esempio n. 3
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
Esempio n. 4
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
     self.elf_fname = 'u-boot'
     self.target_pos = None
Esempio n. 5
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
     self._regions = []
Esempio n. 6
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self.elf_fname = 'spl/u-boot-spl'
Esempio n. 7
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self._regions = []
Esempio n. 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
Esempio n. 11
0
 def __init__(self, image, etype, node):
     Entry_blob.__init__(self, image, etype, node)
Esempio n. 12
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
     self._regions = []
Esempio n. 13
0
 def __init__(self, section, etype, node):
     Entry_blob.__init__(self, section, etype, node)
Esempio n. 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