]> git.baikalelectronics.ru Git - uboot.git/commit
bloblist: Add functions to obtain base address and size
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jan 2022 02:26:23 +0000 (19:26 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Jan 2022 16:13:41 +0000 (09:13 -0700)
commit059e008e65c5645156794cc26c6587471d0c3ad0
treea806d836573039a451b42643ad3fcb9c0951b3e2
parent3deed46c085f912cbad9ce111f59333b12b71214
bloblist: Add functions to obtain base address and size

Add a few convenience functions to obtain useful information about the
bloblist.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/bloblist.c
include/bloblist.h
test/bloblist.c