Home
last modified time | relevance | path

Searched refs:Entry_blob (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/tools/binman/etype/
H A Dintel_me.py10 from blob import Entry_blob
12 class Entry_intel_me(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Dintel_fsp.py10 from blob import Entry_blob
12 class Entry_intel_fsp(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Dintel_vga.py10 from blob import Entry_blob
12 class Entry_intel_vga(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Dintel_cmc.py10 from blob import Entry_blob
12 class Entry_intel_cmc(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_dtb.py10 from blob import Entry_blob
12 class Entry_u_boot_dtb(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_spl.py10 from blob import Entry_blob
12 class Entry_u_boot_spl(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_nodtb.py10 from blob import Entry_blob
12 class Entry_u_boot_nodtb(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Dx86_start16_spl.py10 from blob import Entry_blob
12 class Entry_x86_start16_spl(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Dintel_mrc.py10 from blob import Entry_blob
12 class Entry_intel_mrc(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Dx86_start16.py10 from blob import Entry_blob
12 class Entry_x86_start16(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Du_boot.py10 from blob import Entry_blob
12 class Entry_u_boot(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_img.py10 from blob import Entry_blob
12 class Entry_u_boot_img(Entry_blob):
14 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_spl_bss_pad.py13 from blob import Entry_blob
16 class Entry_u_boot_spl_bss_pad(Entry_blob):
18 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_dtb_with_ucode.py11 from blob import Entry_blob
14 class Entry_u_boot_dtb_with_ucode(Entry_blob):
21 Entry_blob.__init__(self, image, etype, node)
31 Entry_blob.ObtainContents(self)
H A Du_boot_ucode.py10 from blob import Entry_blob
13 class Entry_u_boot_ucode(Entry_blob):
56 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_with_ucode_ptr.py13 from blob import Entry_blob
17 class Entry_u_boot_with_ucode_ptr(Entry_blob):
24 Entry_blob.__init__(self, image, etype, node)
42 return Entry_blob.ObtainContents(self)
H A Dintel_descriptor.py12 from blob import Entry_blob
28 class Entry_intel_descriptor(Entry_blob):
37 Entry_blob.__init__(self, image, etype, node)
H A Du_boot_spl_with_ucode_ptr.py13 from blob import Entry_blob
H A Dblob.py13 class Entry_blob(Entry): class
/rk3399_rockchip-uboot/tools/binman/
H A DREADME468 a subclass of this. An important subclass is Entry_blob which takes binary
470 subclasses of Entry_blob.
479 when Entry_blob loads a file, it sets content_size to the size of the file.