commit | 4aa6a9be7608dae432882e7869bbe31b4007d086 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:23:01 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:02:44 2022 -0400 |
tree | e065103d18f91c32b86cf805f18301ed9886c23a | |
parent | 4bf6987fe737097548423a1d390531473791dd75 [diff] |
sandbox: Generalise SPL booting At present sandbox only supports jumping to a file, to get to the next U-Boot phase. We want to support other methods, so update the code to use an enum for the method. Also use the Use board_boot_order() to set the order, so we can add more options. Also add the MMC methods into the BOOT_DEVICE enum so that booting from MMC can be supported. Signed-off-by: Simon Glass <sjg@chromium.org>