
5 Oct
2019
5 Oct
'19
4:42 p.m.
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass sjg@chromium.org 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.
Signed-off-by: Simon Glass sjg@chromium.org
tools/binman/entry.py | 6 ++++-- tools/binman/etype/section.py | 16 +++++----------- tools/binman/image.py | 2 ++ 3 files changed, 11 insertions(+), 13 deletions(-)
Acked-by: Bin Meng bmeng.cn@gmail.com