Home
last modified time | relevance | path

Searched refs:bloblist (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/doc/
H A DREADME.bloblist3 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 …]
/openbmc/u-boot/common/
H A Dbloblist.c41 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_findrec()
57 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_addrec()
179 gd->bloblist = hdr; in bloblist_new()
202 gd->bloblist = hdr; in bloblist_check()
209 struct bloblist_hdr *hdr = gd->bloblist; in bloblist_finish()
H A DKconfig853 bool "Support for a bloblist"
855 This enables support for a bloblist in U-Boot, which can be passed
862 bool "Support for a bloblist in SPL"
866 This enables a bloblist in SPL. If this is the first part of U-Boot
867 to run, then the bloblist is set up in SPL and passed to U-Boot
868 proper. If TPL also has a bloblist, then SPL uses the one from there.
871 bool "Support for a bloblist in TPL"
875 This enables a bloblist in TPL. The bloblist is set up in TPL and
879 hex "Size of bloblist"
883 Sets the size of the bloblist in bytes. This must include all
[all …]
H A Dboard_f.c692 gd->bloblist, gd->new_bloblist, size); in reloc_bloblist()
693 memcpy(gd->new_bloblist, gd->bloblist, size); in reloc_bloblist()
694 gd->bloblist = gd->new_bloblist; in reloc_bloblist()
H A DMakefile64 obj-$(CONFIG_$(SPL_TPL_)BLOBLIST) += bloblist.o
/openbmc/u-boot/test/
H A DMakefile5 obj-$(CONFIG_SANDBOX) += bloblist.o
H A Dcmd_ut.c61 U_BOOT_CMD_MKENT(bloblist, CONFIG_SYS_MAXARGS, 1, do_ut_bloblist,
/openbmc/u-boot/include/asm-generic/
H A Dglobal_data.h130 struct bloblist_hdr *bloblist; /* Bloblist information */ member
/openbmc/linux/
Dopengrok1.0.log