Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 25 of 77) sorted by relevance

1234

/u-boot/tools/binman/
A Dentry_test.py45 base_entry = entry.Entry(None, None, None)
53 entry.Entry.Create(None, node, node.name)
61 base_entry = entry.Entry(None, None, base_node)
64 sub_entry = entry.Entry(None, None, sub_node)
69 base_entry = entry.Entry(None, None, None)
74 base = entry.Entry.Create(None, self.GetNode(), 'blob-dtb')
77 dtb = entry.Entry.Create(None, self.GetNode(), 'u-boot-dtb')
82 base = entry.Entry.Create(None, self.GetNode(), 'blob-dtb')
87 base = entry.Entry.Create(None, self.GetNode(), 'blob-dtb')
A DREADME.entries1 Binman Entry Documentation
14 Entry: atf-bl31: Entry containing an ARM Trusted Firmware (ATF) BL31 blob
28 Entry: blob: Entry containing an arbitrary binary blob
59 Entry: blob-ext: Entry containing an externally built binary blob
90 Entry: cbfs: Entry containing a Coreboot Filesystem (CBFS)
297 Entry: files: Entry containing a set of files
328 Entry: fit: Entry containing a FIT
635 Entry: intel-me: Entry containing an Intel Management Engine (ME) file
669 Entry: intel-refcode: Entry containing an Intel Reference Code file
711 Entry: mkimage: Entry containing a binary produced by mkimage
[all …]
/u-boot/tools/binman/etype/
A Dmkimage.py10 from binman.entry import Entry
14 class Entry_mkimage(Entry):
60 entry = Entry.Create(self, node)
A Dfill.py6 from binman.entry import Entry
10 class Entry_fill(Entry):
A Dtext.py8 from binman.entry import Entry, EntryArg
13 class Entry_text(Entry):
A Dblob.py8 from binman.entry import Entry
13 class Entry_blob(Entry):
A Dfmap.py8 from binman.entry import Entry
15 class Entry_fmap(Entry):
A Dgbb.py12 from binman.entry import Entry, EntryArg
39 class Entry_gbb(Entry):
A Dvblock.py12 from binman.entry import Entry, EntryArg
17 class Entry_vblock(Entry):
A Du_boot.py8 from binman.entry import Entry
A Du_boot_img.py8 from binman.entry import Entry
A Du_boot_tpl_elf.py8 from binman.entry import Entry
A Dx86_reset16.py8 from binman.entry import Entry
A Dx86_reset16_spl.py8 from binman.entry import Entry
A Dx86_reset16_tpl.py8 from binman.entry import Entry
A Du_boot_nodtb.py8 from binman.entry import Entry
A Du_boot_spl_elf.py8 from binman.entry import Entry
A Du_boot_spl_nodtb.py8 from binman.entry import Entry
A Dx86_start16.py8 from binman.entry import Entry
A Dx86_start16_spl.py8 from binman.entry import Entry
A Dx86_start16_tpl.py8 from binman.entry import Entry
A Dfdtmap.py11 from binman.entry import Entry
36 class Entry_fdtmap(Entry):
A Dimage_header.py14 from binman.entry import Entry
42 class Entry_image_header(Entry):
/u-boot/doc/
A DREADME.mpc85xx49 TLB Entry : CONFIG_SYS_PPC_E500_DEBUG_TLB
55 TLB Entry : 15
61 TLB Entry : 14
67 TLB Entry : 13
95 TLB Entry : CONFIG_SYS_PPC_E500_DEBUG_TLB
106 TLB Entry : 15
117 TLB Entry : 14
123 TLB Entry : 13
129 TLB Entry : 9
135 TLB Entry : Get Flash TLB
[all …]
/u-boot/board/kontron/sl28/
A DKconfig31 hex "Entry point of the BL31 image"
46 hex "Entry point of the BL32 image"

Completed in 15 milliseconds

1234