All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] binman: Add support for ATF Firmware Image Package (FIP)
@ 2021-11-24  4:08 Simon Glass
  2021-11-24  4:08 ` [PATCH 1/2] binman: Add a utility module for ATF FIP Simon Glass
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Simon Glass @ 2021-11-24  4:08 UTC (permalink / raw)
  To: U-Boot Mailing List; +Cc: Ilias Apalodimas, Simon Glass


This series adds support for the FIP format as used by ARM Trusted
Firmware (in particular TF-A).

This allows images to be created containing a FIP, which itself contains
various binaries. With this, image creation can be handled from an in-tree
image description instead of needing to perform a lot of manual steps or
custom scripts to build the FIP.


Simon Glass (2):
  binman: Add a utility module for ATF FIP
  binman: Add support for ATF FIP

 scripts/pylint.base                      |   9 +-
 tools/binman/entries.rst                 | 154 ++++++
 tools/binman/etype/atf_fip.py            | 273 ++++++++++
 tools/binman/fip_util.py                 | 653 +++++++++++++++++++++++
 tools/binman/fip_util_test.py            | 405 ++++++++++++++
 tools/binman/ftest.py                    | 217 ++++++++
 tools/binman/main.py                     |   4 +-
 tools/binman/test/203_fip.dts            |  21 +
 tools/binman/test/204_fip_other.dts      |  22 +
 tools/binman/test/205_fip_no_type.dts    |  15 +
 tools/binman/test/206_fip_uuid.dts       |  22 +
 tools/binman/test/207_fip_ls.dts         |  25 +
 tools/binman/test/208_fip_replace.dts    |  33 ++
 tools/binman/test/209_fip_missing.dts    |  19 +
 tools/binman/test/210_fip_size.dts       |  19 +
 tools/binman/test/211_fip_bad_align.dts  |  18 +
 tools/binman/test/212_fip_collection.dts |  24 +
 17 files changed, 1929 insertions(+), 4 deletions(-)
 create mode 100644 tools/binman/etype/atf_fip.py
 create mode 100755 tools/binman/fip_util.py
 create mode 100755 tools/binman/fip_util_test.py
 create mode 100644 tools/binman/test/203_fip.dts
 create mode 100644 tools/binman/test/204_fip_other.dts
 create mode 100644 tools/binman/test/205_fip_no_type.dts
 create mode 100644 tools/binman/test/206_fip_uuid.dts
 create mode 100644 tools/binman/test/207_fip_ls.dts
 create mode 100644 tools/binman/test/208_fip_replace.dts
 create mode 100644 tools/binman/test/209_fip_missing.dts
 create mode 100644 tools/binman/test/210_fip_size.dts
 create mode 100644 tools/binman/test/211_fip_bad_align.dts
 create mode 100644 tools/binman/test/212_fip_collection.dts

-- 
2.34.0.rc2.393.gf8c9666880-goog


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-12-15  0:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-24  4:08 [PATCH 0/2] binman: Add support for ATF Firmware Image Package (FIP) Simon Glass
2021-11-24  4:08 ` [PATCH 1/2] binman: Add a utility module for ATF FIP Simon Glass
2021-11-25 14:47   ` Ilias Apalodimas
2021-12-15  0:33   ` Simon Glass
2021-11-24  4:08 ` [PATCH 2/2] binman: Add support " Simon Glass
2021-11-25 14:47   ` Ilias Apalodimas
2021-12-15  0:33   ` Simon Glass
2021-11-25  9:42 ` [PATCH 0/2] binman: Add support for ATF Firmware Image Package (FIP) Ilias Apalodimas
2021-11-25 14:47   ` Ilias Apalodimas
2021-11-25 15:11     ` François Ozog
2021-11-25 16:49       ` Simon Glass
2021-11-25 17:01         ` François Ozog
2021-11-25 18:16           ` Simon Glass
2021-12-01 10:31           ` Sandrine Bailleux
2021-12-01 16:51             ` Simon Glass
2021-12-02  7:10               ` Sandrine Bailleux
2021-12-04 12:35                 ` François Ozog
2021-12-05 20:00                   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.