Re: [PATCH v2 10/12] bloblist: Add functions to obtain base address and size

2022-01-13 Thread Simon Glass
Add a few convenience functions to obtain useful information about the bloblist. Signed-off-by: Simon Glass --- (no changes since v1) common/bloblist.c | 12 include/bloblist.h | 14 ++ test/bloblist.c| 2 ++ 3 files changed, 28 insertions(+) Applied to u-boot-d

[PATCH v2 10/12] bloblist: Add functions to obtain base address and size

2022-01-12 Thread Simon Glass
Add a few convenience functions to obtain useful information about the bloblist. Signed-off-by: Simon Glass --- (no changes since v1) common/bloblist.c | 12 include/bloblist.h | 14 ++ test/bloblist.c| 2 ++ 3 files changed, 28 insertions(+) diff --git a/common