Lines Matching refs:bloblist
853 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
884 overhead (alignment, bloblist header, record header). The bloblist
886 proper), and this sane bloblist is used for subsequent stages.
889 hex "Address of bloblist"
893 Sets the address of the bloblist, set up by the first part of U-Boot