diff options
author | Simon Glass <sjg@chromium.org> | 2022-03-13 16:22:48 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-06-28 03:09:51 +0100 |
commit | 68ff6d365539fd0bb13a219bb4c5bb885ee1f30f (patch) | |
tree | e9ecc3f91b86700b3fedf2f147ff151c6a35d301 /doc/develop/bloblist.rst | |
parent | ea82ed8c2eaee0a0f7dee31016aaee4ce88e9ea7 (diff) |
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>
Diffstat (limited to 'doc/develop/bloblist.rst')
-rw-r--r-- | doc/develop/bloblist.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/develop/bloblist.rst b/doc/develop/bloblist.rst index 572aa65d764..81643c7674b 100644 --- a/doc/develop/bloblist.rst +++ b/doc/develop/bloblist.rst @@ -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 -------------------------------------- |