u-boot/test/common
Raymond Mao bb894c5da5 bloblist: add api to get blob with size
bloblist_find function only returns the pointer of blob data,
which is fine for those self-describing data like FDT.
But as a common scenario, an interface is needed to retrieve both
the pointer and the size of the blob data.

Add a few ut test cases for the new api.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2025-01-28 08:59:21 +02:00
..
bloblist.c bloblist: add api to get blob with size 2025-01-28 08:59:21 +02:00
cread.c test: Use UTF_CONSOLE in remaining tests 2024-08-26 18:51:49 -06:00
cyclic.c cyclic: make clients embed a struct cyclic_info in their own data structure 2024-06-16 12:13:44 +02:00
event.c test: Rename unit-test flags 2024-08-26 18:51:48 -06:00
Makefile Merge patch series "test: Improvements to ut command and test-suite running" 2025-01-24 14:35:37 -06:00
print.c test: Adjust print_ut test to use unsigned char 2024-12-02 16:34:30 -06:00
test_autoboot.c test: Use UTF_CONSOLE in remaining tests 2024-08-26 18:51:49 -06:00