[U-Boot] [PATCH 5/6] cbfs: Add functions to support multiple CBFSs
Bin Meng
bmeng.cn at gmail.com
Wed Aug 14 08:40:31 UTC 2019
On Wed, Aug 14, 2019 at 11:09 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> fs/cbfs/cbfs.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
> include/cbfs.h | 22 ++++++++++++++++++++++
> 2 files changed, 68 insertions(+)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list