]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Handle reading data for end-at-4gb sections
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:21 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:44 +0000 (13:57 +0800)
commitc2370ff7d5721a1a26ae48ce307dd6637cb76922
tree9463743d1b2f57b732c579dc93263d1ea9f3985b
parent72dbb210c2771ec6922a72001999b147e93038de
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>
tools/binman/entry.py
tools/binman/etype/section.py
tools/binman/image.py