Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-31 | vbe: Support reading the next SPL phase via VBE | Simon Glass | |
Add an SPL loader to obtain the next-phase binary from a FIT provided by the VBE driver. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2022-10-31 | vbe: Use a warning for a failed requests | Simon Glass | |
Optional requests should present a warning rather than an error. Update the log call. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2022-10-31 | vbe: Rename vbe_fixup to vbe_request | Simon Glass | |
The vbe_fixup file handles device tree fixups, but these are called OS requests in VBE. Rename the file to reflect its wider purpose. Signed-off-by: Simon Glass <sjg@chromium.org> |