commit | f8142fbc70977b05ef9b6dac7c8a0a8b2f030bbb | [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 | 9464909d2b3ed9d4f9a4d4aadf4337286b76418a [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>