commit | 75989727601b8fe6244314f90bc6f9ef3503b590 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 23 21:08:59 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 17 09:44:59 2021 -0700 |
tree | c2e052f934db293cb08754b4b04ecfcc8d5f03db | |
parent | ed16b12576ad386d3b22257b7399cd9eb01c69b4 [diff] |
binman: Add support for ATF FIP This format is used in firmware binaries so we may as well supported it. With this patch binman supports creating, listing and updating FIPs, as well as extracting files from one, provided that an FDTMAP is also present somewhere in the image. Signed-off-by: Simon Glass <sjg@chromium.org>