mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-16 05:58:49 +00:00
bloblist: Update documentation and header comment
Align the documentation with the v0.9 spec. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Raymond Mao <raymond.mao@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
7d790a80b6
commit
e266d27311
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,8 @@ 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.
|
||||
|
||||
Bloblist is an implementation with the `Firmware Handoff`_ protocol.
|
||||
|
||||
Passing state through the boot process
|
||||
--------------------------------------
|
||||
|
||||
|
@ -99,7 +101,7 @@ API documentation
|
|||
-----------------
|
||||
|
||||
.. kernel-doc:: include/bloblist.h
|
||||
|
||||
.. _`Firmware Handoff`: https://github.com/FirmwareHandoff/firmware_handoff
|
||||
|
||||
Simon Glass
|
||||
sjg@chromium.org
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
*
|
||||
* Copyright 2018 Google, Inc
|
||||
* Written by Simon Glass <sjg@chromium.org>
|
||||
* Adjusted July 2023 to match Firmware handoff specification, Release 0.9
|
||||
*/
|
||||
|
||||
#ifndef __BLOBLIST_H
|
||||
|
|
Loading…
Add table
Reference in a new issue