[PATCH 1/2] binman: Add a utility module for ATF FIP
Simon Glass
sjg at chromium.org
Wed Dec 15 01:33:51 CET 2021
+cc Sandrine
On Wed, 24 Nov 2021 at 06:09, Simon Glass <sjg at chromium.org> 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 <sjg at chromium.org>
> ---
>
> 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!
More information about the U-Boot
mailing list