[U-Boot] [PATCH 06/31] binman: Tidy up the vblock entry
Simon Glass
sjg at chromium.org
Tue Oct 2 11:19:30 UTC 2018
On 14 September 2018 at 03:57, Simon Glass <sjg at chromium.org> wrote:
> At present if there are two vblock entries an image their contents are
> written to the same file in the output directory. This prevents checking
> the contents of each separately.
>
> Fix this by adding part of the entry path to the filename, and add some
> missing comments.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> tools/binman/README.entries | 5 +++++
> tools/binman/entry.py | 18 ++++++++++++++++++
> tools/binman/entry_test.py | 11 +++++++++++
> tools/binman/etype/vblock.py | 11 ++++++++---
> tools/binman/ftest.py | 2 +-
> 5 files changed, 43 insertions(+), 4 deletions(-)
Applied to u-boot-dm, and now in mainline.
More information about the U-Boot
mailing list