commit | 2697b7cf236528595753a2928dd42e1c867f4341 | [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 | d8ef3016835180813c5c661980d01b80cecc2b06 [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>