diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-01 12:38:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-01 12:38:15 -0500 |
commit | dffa6d0210f57793f1e4e1e209d91ca5642e4d05 (patch) | |
tree | 350cb07a9c0fc71a5a149c9fba70bc13ec5195d9 /doc/develop | |
parent | 2b28c3b871cd5d55b19f0a86cef970139f8ab952 (diff) | |
parent | e266d2731145681a55d862360f1b61690b0c6820 (diff) |
Merge tag 'dm-next-1124' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
support propagating supernode properties with bootph schema
align bloblist with v0.9 of Firmware Handoff spec
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/bloblist.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/develop/bloblist.rst b/doc/develop/bloblist.rst index 81643c7674..28431039ad 100644 --- a/doc/develop/bloblist.rst +++ b/doc/develop/bloblist.rst @@ -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 |