History log of /u-boot/tools/binman/btool/fiptool.py
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# bff16109 04-Oct-2023 Lukas Funke <lukas.funke@weidmueller.com>

binman: bintool: Change make target arg type from string to list

The argument type of `build_from_git` was changed from string to list
in d71e7116997f14097735f04cc7847f0a68dbc485.

This commit adapts the argument type of all bintools using this
function.

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>

# 4508fb9a 01-Sep-2022 Quentin Schulz <quentin.schulz@theobroma-systems.com>

binman: btool: fiptool: use Bintool.version

Bintool.version can now be passed the binary argument to return the
version text, so there's no need to override it in fiptool anymore.

Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# bf87b203 09-Jan-2022 Simon Glass <sjg@chromium.org>

binman: Add a bintool implementation for fiptool

Add a Bintool for this, which is used to run FIP tests. It supports
the features needed by the tests as well as building a binary from
the git tree.

Signed-off-by: Simon Glass <sjg@chromium.org>

# 4508fb9a 01-Sep-2022 Quentin Schulz <quentin.schulz@theobroma-systems.com>

binman: btool: fiptool: use Bintool.version

Bintool.version can now be passed the binary argument to return the
version text, so there's no need to override it in fiptool anymore.

Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# bf87b203 09-Jan-2022 Simon Glass <sjg@chromium.org>

binman: Add a bintool implementation for fiptool

Add a Bintool for this, which is used to run FIP tests. It supports
the features needed by the tests as well as building a binary from
the git tree.

Signed-off-by: Simon Glass <sjg@chromium.org>

# bf87b203 09-Jan-2022 Simon Glass <sjg@chromium.org>

binman: Add a bintool implementation for fiptool

Add a Bintool for this, which is used to run FIP tests. It supports
the features needed by the tests as well as building a binary from
the git tree.

Signed-off-by: Simon Glass <sjg@chromium.org>