commit | b936a9765b209465a8a6be77f89e781ae0c2da37 | [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 | d06d774138b8347a73da2154f018028afabea9e0 [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>