commit | e3f81ae803c7bf5f6463022b800adab15ab33547 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:03 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | 5e747333f41e62e7641ed2d968c14890820359e3 | |
parent | f0b534f49adb56bfc63efd202d2a825dc5389393 [diff] |
image: Add the concept of a phase to FIT We want to be able to mark an image as related to a phase, so we can easily load all the images for SPL or for U-Boot proper. Add this to the FIT specification, along with some access functions. Signed-off-by: Simon Glass <sjg@chromium.org>