binman: Update intel_ifwi to store padded section
authorSimon Glass <sjg@chromium.org>
Mon, 2 Nov 2020 19:55:43 +0000 (12:55 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commit271a08380634f2def4a6b148187cce6693e878a5
tree42fbe4ecf47ff5e950425f76abe38d3189017000
parentde429d7b0962a91f91bbe921600745fb4608ece0
binman: Update intel_ifwi to store padded section

With a recent change this entry stores only part of the section data,
leaving out the padding at the end. Fix this by using GetPaddedData() to
get the data. Add this function to the base Entry class also.

Fixes: d1d3ad7d1fe ("binman: Move section padding to the parent")

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/entry.py
tools/binman/etype/intel_ifwi.py