commit | 4aed22762303755f8f26d14f0ad2608d63550e72 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 19 18:49:26 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 06 09:07:54 2020 -0600 |
tree | 8dd4859918fb4b6a1311cbf9ddb722505dfdb23b | |
parent | 9c22adb8f979ce1386b600a13f5abc37ec92d696 [diff] |
bloblist: Add a command It is helpful to be able to see basic statistics about the bloblist and also to list its contents. Add a 'bloblist' command to handle this. Put the display functions in the bloblist modules rather than in the command code itself. That allows showing a list from SPL, where commands are not available. Also make bloblist_first/next_blob() static as they are not used outside this file. Signed-off-by: Simon Glass <sjg@chromium.org>