Re: [PATCH 14/14] bloblist: Update documentation and header comment

2023-07-26 Thread Julius Werner
Here are a couple of other differences I have found between the bloblist code after applying your patches and the TL specification: * bloblist seems to explicitly disallow having the same tag more than once in the list (e.g. see documentation of bloblist_add()), whereas the TL specification

[PATCH 14/14] bloblist: Update documentation and header comment

2023-07-25 Thread Simon Glass
Align the documentation with the v0.9 spec. Signed-off-by: Simon Glass --- doc/develop/bloblist.rst | 4 +++- include/bloblist.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/develop/bloblist.rst b/doc/develop/bloblist.rst index 81643c7674b..28431039adc 100644