commit | c4f5b5dcc31b5aee37dabbadc998fcf695885157 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:13 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 13:59:37 2021 +1300 |
tree | 95f2a352718472e21ae4fbede8e1e2de7c472d35 | |
parent | 5536f1285fd2f9ec3e177d6e74b7eb73c6821c8b [diff] |
cbfs: Allow file traversal with any CBFS The file traversal functions currently use a single global CBFS. In some cases we need to access multiple CBFSs to obtain different files. Add new functions to support this. Signed-off-by: Simon Glass <sjg@chromium.org>