[PATCH 12/13] cbfs: Allow reading a file from a CBFS given its base addr
Simon Glass
sjg at chromium.org
Fri May 22 04:46:37 CEST 2020
Hi Bin,
On Wed, 20 May 2020 at 20:59, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> Hi Simon,
>
> On Wed, May 13, 2020 at 10:24 PM Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> > ---
> >
> > fs/cbfs/cbfs.c | 13 +++++++++++++
> > include/cbfs.h | 11 +++++++++++
> > 2 files changed, 24 insertions(+)
> >
Thanks for the comments. I had a change of plan at some point and the
series lost its consistency. Will send v2 soon.
Regards,
Simon
More information about the U-Boot
mailing list