Re: [U-Boot] [PATCH 037/126] binman: Handle reading data for end-at-4gb sections

2019-10-06 Thread Bin Meng
On Sat, Oct 5, 2019 at 10:42 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > Some x86 sections have special offsets which currently result in empty > > data being returned from the 'extract' command. Fix this by taking account > > of the skip-at-start property.

Re: [U-Boot] [PATCH 037/126] binman: Handle reading data for end-at-4gb sections

2019-10-05 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > Some x86 sections have special offsets which currently result in empty > data being returned from the 'extract' command. Fix this by taking account > of the skip-at-start property. > > Add a little more debugging while we are here. > >

[U-Boot] [PATCH 037/126] binman: Handle reading data for end-at-4gb sections

2019-09-25 Thread Simon Glass
Some x86 sections have special offsets which currently result in empty data being returned from the 'extract' command. Fix this by taking account of the skip-at-start property. Add a little more debugging while we are here. Signed-off-by: Simon Glass --- tools/binman/entry.py | 6