Lines Matching +full:one +full:- +full:way
1 # SPDX-License-Identifier: GPL-2.0+
3 Blob Lists - bloblist
7 ------------
9 A bloblist provides a way to store collections of binary information (blobs) in
16 --------------------------------------
18 The bloblist is created when the first U-Boot component runs (often SPL,
20 can be accessed as needed. This provides a way to transfer state from one part
24 can be passed through to SPL and U-Boot proper, which can print a message
29 -----
38 ---------
40 Each blob has a tag which is a 32-bit number. This uniquely identifies the
46 ----------------
48 There is normally only one bloblist in U-Boot. Since a bloblist can store
56 ---
63 ----------------------
65 When a part of U-Boot is about to jump to the next part, it can 'finish' the
73 -----------
77 passing information between U-Boot parts.
82 12-Aug-2018