]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Support loading entry data from a file
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:41 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commitad77e77f3f4630b07c80483c811596c1c8d4c6e0
tree0247b9faeb43b805280d44d81e7a186961bc1250
parent923735c70df4b13d82889a49fb73545ff80eea64
binman: Support loading entry data from a file

When modifying an image it is convenient to load the data from the file
into each entry so that it can be reprocessed. Add a new LoadData() method
to handle this.

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