Re: [U-Boot] [PATCH 5/6] cbfs: Add functions to support multiple CBFSs

2019-08-14 Thread Bin Meng
On Wed, Aug 14, 2019 at 11:09 AM Simon Glass 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 over

[U-Boot] [PATCH 5/6] cbfs: Add functions to support multiple CBFSs

2019-08-13 Thread Simon Glass
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 --- fs/cb