Re: [PATCH 12/13] cbfs: Allow reading a file from a CBFS given its base addr

2020-05-21 Thread Simon Glass
Hi Bin, On Wed, 20 May 2020 at 20:59, Bin Meng wrote: > > Hi Simon, > > On Wed, May 13, 2020 at 10:24 PM Simon Glass wrote: > > > > Currently we support reading a file from CBFS given the address of the end > > of the ROM. Sometimes we only know the start of the CBFS. Add a function > > to find

Re: [PATCH 12/13] cbfs: Allow reading a file from a CBFS given its base addr

2020-05-20 Thread Bin Meng
Hi Simon, On Wed, May 13, 2020 at 10:24 PM Simon Glass wrote: > > Currently we support reading a file from CBFS given the address of the end > of the ROM. Sometimes we only know the start of the CBFS. Add a function > to find a file given that. > > Signed-off-by: Simon Glass > --- > > fs/cbfs/c

[PATCH 12/13] cbfs: Allow reading a file from a CBFS given its base addr

2020-05-13 Thread Simon Glass
Currently we support reading a file from CBFS given the address of the end of the ROM. Sometimes we only know the start of the CBFS. Add a function to find a file given that. Signed-off-by: Simon Glass --- fs/cbfs/cbfs.c | 13 + include/cbfs.h | 11 +++ 2 files changed, 24 i