commit | 2d553c006d46653f3e0367cc5bfe36a9c7128eb5 | [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 | 4e185e8dd7aa3ff7618d228ebfaffb507a569c07 [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>