commit | 4d8151f25147c44b68b1afc57846f05e6a6614e7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:21 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:44 2019 +0800 |
tree | 9463743d1b2f57b732c579dc93263d1ea9f3985b | |
parent | 23f00474d83db80bbe70d8d6e24538f5ee3d7a55 [diff] |
binman: Handle reading data for end-at-4gb sections 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> Acked-by: Bin Meng <bmeng.cn@gmail.com>