commit | 630b2f39ddabd43a27a98f0356b948df18e97d88 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Aug 14 19:56:14 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Aug 18 21:54:10 2019 +0800 |
tree | 4de393a9f9563d12041f6cd3ff60285d398ffd52 | |
parent | c7f16934749b054ce1f0b75bd664d22af8b7c588 [diff] |
cbfs: Add functions to support multiple CBFSs Sometimes an image has multiple CBFS. The current CBFS API is limited to handling only one at time. Also it keeps track of the CBFS internally in BSS, which does not work before relocation, for example. Add a few new functions to overcome these limitations. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>