Re: [PATCH v2 02/44] binman: Refactor binman_entry_find() to allow other nodes

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 11:33 AM Simon Glass wrote: > > At present we can only read from a top-level binman node entry. Refactor > this function to produce a second local function which supports reading > from any node. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Rename binman_entr

[PATCH v2 02/44] binman: Refactor binman_entry_find() to allow other nodes

2020-07-07 Thread Simon Glass
At present we can only read from a top-level binman node entry. Refactor this function to produce a second local function which supports reading from any node. Signed-off-by: Simon Glass --- Changes in v2: - Rename binman_entry_find_() lib/binman.c | 19 +-- 1 file changed, 13