commit | ed16b12576ad386d3b22257b7399cd9eb01c69b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 23 21:08:58 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 17 09:44:59 2021 -0700 |
tree | 66db0c05f5760c2a29b1455a66f081571ea52b6f | |
parent | b9c9ce8a4064c8d88f714604db856cf1cd2b40b5 [diff] |
binman: Add a utility module for ATF FIP 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@chromium.org>