Searched refs:bloblist (Results 1 – 14 of 14) sorted by relevance
/u-boot/doc/ |
A D | README.bloblist | 3 Blob Lists - bloblist 9 A bloblist provides a way to store collections of binary information (blobs) in 18 The bloblist is created when the first U-Boot component runs (often SPL, 23 cannot be read a second time. So TPL can store that in a bloblist record which 31 While each blob in the bloblist can be of any length, bloblists are designed to 48 There is normally only one bloblist in U-Boot. Since a bloblist can store 52 a single bloblist. 62 Finishing the bloblist 66 bloblist in preparation for the next stage. This involves adding a checksum so 68 bloblist is in use, changes can be made which will affect the checksum, so it [all …]
|
/u-boot/common/ |
A D | bloblist.c | 79 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_findrec() 96 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_addrec() 250 gd->bloblist = hdr; in bloblist_new() 273 gd->bloblist = hdr; in bloblist_check() 280 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_finish() 289 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_get_stats() 291 *basep = map_to_sysmem(gd->bloblist); in bloblist_get_stats() 315 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_show_list()
|
A D | Kconfig | 658 bool "Support for a bloblist" 667 bool "Support for a bloblist in SPL" 672 to run, then the bloblist is set up in SPL and passed to U-Boot 676 bool "Support for a bloblist in TPL" 680 This enables a bloblist in TPL. The bloblist is set up in TPL and 684 hex "Size of bloblist" 688 Sets the size of the bloblist in bytes. This must include all 689 overhead (alignment, bloblist header, record header). The bloblist 691 proper), and this sane bloblist is used for subsequent stages. 694 hex "Address of bloblist" [all …]
|
A D | board_f.c | 662 gd->bloblist, gd->new_bloblist, size); in reloc_bloblist() 664 gd->bloblist, size); in reloc_bloblist() 665 gd->bloblist = gd->new_bloblist; in reloc_bloblist()
|
A D | Makefile | 63 obj-$(CONFIG_$(SPL_TPL_)BLOBLIST) += bloblist.o
|
/u-boot/cmd/ |
A D | bloblist.c | 36 U_BOOT_CMD_WITH_SUBCMDS(bloblist, "Bloblists", bloblist_help_text,
|
A D | Makefile | 28 obj-$(CONFIG_CMD_BLOBLIST) += bloblist.o
|
A D | Kconfig | 536 bool "bloblist" 539 Show information about the bloblist, a collection of binary blobs 541 x86 devices the bloblist can be used to hold ACPI tables so that they
|
/u-boot/test/ |
A D | Makefile | 6 obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
|
A D | cmd_ut.c | 91 U_BOOT_CMD_MKENT(bloblist, CONFIG_SYS_MAXARGS, 1, do_ut_bloblist,
|
A D | bloblist.c | 375 gd->bloblist = new_ptr; in bloblist_test_reloc()
|
/u-boot/include/asm-generic/ |
A D | global_data.h | 418 struct bloblist_hdr *bloblist; member
|
/u-boot/doc/board/google/ |
A D | chromebook_coral.rst | 49 TPL does not set up a bloblist since at present it does not have anything to 80 SPL sets up a bloblist and passes the SPL hand-off information to U-Boot proper. 82 struct arch_spl_handoff. The bloblist address is set by CONFIG_BLOBLIST_ADDR,
|
/u-boot/lib/ |
A D | Kconfig | 644 bool "Put tables in a bloblist" 648 long. With this option, tables are instead placed in the bloblist
|
Completed in 38 milliseconds