commit | 74c58db5582544585b3adbeb62759dfd8908bcd5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 26 11:43:18 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 03 16:01:36 2025 -0600 |
tree | 95a2984fdc8b9a2177f1d4be2ed133511cd4a9d8 | |
parent | c811ef9d0069c87872795f0129451e9d87834a73 [diff] |
vbe: Support selecting images based on phase in FIT With SPL we want to specify the phase of the image to be loaded. Add support for this. This is the implementation of a FIT feature added to the spec a few years ago and entails a small code-size increase, about 70 bytes on Thumb2. Signed-off-by: Simon Glass <sjg@chromium.org> Link: https://docs.u-boot.org/en/latest/usage/fit/index.html