Re: [PATCH v2 03/44] binman: Add way to locate an entry in memory

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > Add support for accessing an entry's contents in memory-mapped SPI flash. > > Signed-off-by: Simon Glass > --- > > (no changes since v1) > > include/binman.h | 22 ++ > lib/binman.c | 23 +++ > 2 f

[PATCH v2 03/44] binman: Add way to locate an entry in memory

2020-07-07 Thread Simon Glass
Add support for accessing an entry's contents in memory-mapped SPI flash. Signed-off-by: Simon Glass --- (no changes since v1) include/binman.h | 22 ++ lib/binman.c | 23 +++ 2 files changed, 45 insertions(+) diff --git a/include/binman.h b/include