Searched refs:bloblist (Results 1 – 18 of 18) sorted by relevance
| /u-boot/doc/usage/cmd/ |
| A D | ut.rst | 70 bloblist - bloblist implementation 89 => ut bloblist 90 Running 14 bloblist tests 91 Test: bloblist_test_align: bloblist.c 93 Test: bloblist_test_blob: bloblist.c 99 Test: bloblist_test_grow: bloblist.c 100 Test: bloblist_test_init: bloblist.c 101 Test: bloblist_test_reloc: bloblist.c 104 Test: bloblist_test_shrink: bloblist.c 109 => ut bloblist bloblist_test_grow [all …]
|
| /u-boot/doc/develop/ |
| A D | bloblist.rst | 3 Blob Lists - bloblist 9 A bloblist provides a way to store collections of binary information (blobs) in 14 For the design goals of bloblist, please see the comments at the top of the 15 `bloblist.h` header file. 20 The bloblist is created when the first U-Boot component runs (often SPL, 50 There is normally only one bloblist in U-Boot. Since a bloblist can store 54 a single bloblist. 64 Placing the bloblist 76 bloblist to place things contiguously in memory. Set 80 Finishing the bloblist [all …]
|
| A D | index.rst | 29 bloblist
|
| A D | tests_writing.rst | 254 model. An example is bloblist. 270 Example commit: 9fe064646d2 ("bloblist: Support relocating to a larger space") [1] 335 Example commit: 919e7a8fb64 ("test: Add a simple test for bloblist") [1]
|
| /u-boot/common/ |
| A D | bloblist.c | 105 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_findrec() 122 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_addrec() 286 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_resize() 332 gd->bloblist = hdr; in bloblist_new() 354 gd->bloblist = hdr; in bloblist_check() 361 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_finish() 372 return map_to_sysmem(gd->bloblist); in bloblist_get_base() 377 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_get_size() 384 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_get_stats() 386 *basep = map_to_sysmem(gd->bloblist); in bloblist_get_stats() [all …]
|
| A D | Kconfig | 943 bool "Support for a bloblist" 952 bool "Support for a bloblist in SPL" 965 This enables a bloblist in TPL. The bloblist is set up in TPL and 973 This enables a bloblist in VPL. The bloblist is set up in VPL and 991 bool "Allocate bloblist" 1000 hex "Address of bloblist" 1010 hex "Size of bloblist" 1014 overhead (alignment, bloblist header, record header). The bloblist 1049 bool "Allocate bloblist" 1078 bool "Allocate bloblist" [all …]
|
| A D | board_f.c | 682 gd->bloblist, gd->new_bloblist, size); in reloc_bloblist() 684 gd->bloblist, size); in reloc_bloblist() 685 gd->bloblist = gd->new_bloblist; in reloc_bloblist()
|
| A D | Makefile | 47 obj-$(CONFIG_$(SPL_TPL_)BLOBLIST) += bloblist.o
|
| /u-boot/cmd/ |
| A D | bloblist.c | 38 U_BOOT_CMD_WITH_SUBCMDS(bloblist, "Bloblists", bloblist_help_text,
|
| A D | Makefile | 32 obj-$(CONFIG_CMD_BLOBLIST) += bloblist.o
|
| A D | Kconfig | 669 bool "bloblist" 672 Show information about the bloblist, a collection of binary blobs 674 x86 devices the bloblist can be used to hold ACPI tables so that they
|
| /u-boot/test/ |
| A D | Makefile | 11 obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
|
| A D | cmd_ut.c | 102 U_BOOT_CMD_MKENT(bloblist, CONFIG_SYS_MAXARGS, 1, do_ut_bloblist,
|
| A D | bloblist.c | 387 gd->bloblist = new_ptr; in bloblist_test_reloc()
|
| /u-boot/include/asm-generic/ |
| A D | global_data.h | 440 struct bloblist_hdr *bloblist; member
|
| /u-boot/doc/board/google/ |
| A D | chromebook_coral.rst | 212 TPL does not set up a bloblist since at present it does not have anything to 243 SPL sets up a bloblist and passes the SPL hand-off information to U-Boot proper. 245 struct arch_spl_handoff. The bloblist address is set by CONFIG_BLOBLIST_ADDR,
|
| /u-boot/lib/ |
| A D | Kconfig | 957 bool "Put tables in a bloblist" 961 long. With this option, tables are instead placed in the bloblist
|
| /u-boot/doc/arch/sandbox/ |
| A D | sandbox.rst | 23 uclasses, verified boot, bloblist, logging and dozens of others. Sandbox has
|
Completed in 34 milliseconds