mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
bloblist: Describe the design goals
Add a comment explaining the design goals of bloblist, to make it easier for people to understand and comment on the structure. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -11,6 +11,8 @@ a central structure. Each record of information is assigned a tag so that its
|
||||
owner can find it and update it. Each record is generally described by a C
|
||||
structure defined by the code that owns it.
|
||||
|
||||
For the design goals of bloblist, please see the comments at the top of the
|
||||
`bloblist.h` header file.
|
||||
|
||||
Passing state through the boot process
|
||||
--------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user