Searched refs:Entry (Results 1 – 25 of 77) sorted by relevance
1234
| /u-boot/tools/binman/ |
| A D | entry_test.py | 45 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 D | README.entries | 1 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 D | mkimage.py | 10 from binman.entry import Entry 14 class Entry_mkimage(Entry): 60 entry = Entry.Create(self, node)
|
| A D | fill.py | 6 from binman.entry import Entry 10 class Entry_fill(Entry):
|
| A D | text.py | 8 from binman.entry import Entry, EntryArg 13 class Entry_text(Entry):
|
| A D | blob.py | 8 from binman.entry import Entry 13 class Entry_blob(Entry):
|
| A D | fmap.py | 8 from binman.entry import Entry 15 class Entry_fmap(Entry):
|
| A D | gbb.py | 12 from binman.entry import Entry, EntryArg 39 class Entry_gbb(Entry):
|
| A D | vblock.py | 12 from binman.entry import Entry, EntryArg 17 class Entry_vblock(Entry):
|
| A D | u_boot.py | 8 from binman.entry import Entry
|
| A D | u_boot_img.py | 8 from binman.entry import Entry
|
| A D | u_boot_tpl_elf.py | 8 from binman.entry import Entry
|
| A D | x86_reset16.py | 8 from binman.entry import Entry
|
| A D | x86_reset16_spl.py | 8 from binman.entry import Entry
|
| A D | x86_reset16_tpl.py | 8 from binman.entry import Entry
|
| A D | u_boot_nodtb.py | 8 from binman.entry import Entry
|
| A D | u_boot_spl_elf.py | 8 from binman.entry import Entry
|
| A D | u_boot_spl_nodtb.py | 8 from binman.entry import Entry
|
| A D | x86_start16.py | 8 from binman.entry import Entry
|
| A D | x86_start16_spl.py | 8 from binman.entry import Entry
|
| A D | x86_start16_tpl.py | 8 from binman.entry import Entry
|
| A D | fdtmap.py | 11 from binman.entry import Entry 36 class Entry_fdtmap(Entry):
|
| A D | image_header.py | 14 from binman.entry import Entry 42 class Entry_image_header(Entry):
|
| /u-boot/doc/ |
| A D | README.mpc85xx | 49 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 D | Kconfig | 31 hex "Entry point of the BL31 image" 46 hex "Entry point of the BL32 image"
|
Completed in 15 milliseconds
1234