Re: [U-Boot] [PATCH 036/126] binman: Add a base implementation of Entry.ReadChildData()

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 10:41 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > At present this function is not present in the Entry base class so it is > > hard to find the documentation for it. Move the docs from the section > > class and expand it a little. > >

Re: [U-Boot] [PATCH 036/126] binman: Add a base implementation of Entry.ReadChildData()

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > At present this function is not present in the Entry base class so it is > hard to find the documentation for it. Move the docs from the section > class and expand it a little. > > Signed-off-by: Simon Glass > --- > > tools/binman/entry.py

[U-Boot] [PATCH 036/126] binman: Add a base implementation of Entry.ReadChildData()

2019-09-25 Thread Simon Glass
At present this function is not present in the Entry base class so it is hard to find the documentation for it. Move the docs from the section class and expand it a little. Signed-off-by: Simon Glass --- tools/binman/entry.py | 16 1 file changed, 16 insertions(+) diff --git