+cc Sandrine

On Wed, 24 Nov 2021 at 06:09, Simon Glass <[email protected]> wrote:
>
> Add support for this format which is used by ARM Trusted Firmware to find
> firmware binaries to load.
>
> FIP is like a simpler version of FMAP but uses a UUID instead of a name,
> for each entry.
>
> It supports reading a FIP, writing a FIP and parsing the ATF source code
> to get a list of supported UUIDs.
>
> Signed-off-by: Simon Glass <[email protected]>
> ---
>
>  scripts/pylint.base           |   8 +-
>  tools/binman/fip_util.py      | 653 ++++++++++++++++++++++++++++++++++
>  tools/binman/fip_util_test.py | 405 +++++++++++++++++++++
>  tools/binman/main.py          |   4 +-
>  4 files changed, 1066 insertions(+), 4 deletions(-)
>  create mode 100755 tools/binman/fip_util.py
>  create mode 100755 tools/binman/fip_util_test.py
>
Applied to u-boot-dm/next, thanks!

Reply via email to