Skip to content
Snippets Groups Projects
Commit a954fa32 authored by Philipp Tomsich's avatar Philipp Tomsich
Browse files

spl: configure 'return to bootrom' separately for SPL and TPL


On the RK3368, we want our TPL to use the 'return to bootrom' boot
method (to have the bootrom load up the SPL stage) and then continue
with different boot methods (MMC, SPI, etc.) from SPL.

This adds the config option needed to control the availabily of the
'return to bootrom' boot-method separately for the TPL stage.

Signed-off-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>

Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 225d30b7
No related branches found
No related tags found
No related merge requests found
...@@ -698,6 +698,17 @@ config TPL ...@@ -698,6 +698,17 @@ config TPL
if TPL if TPL
config TPL_BOOTROM_SUPPORT
bool "Support returning to the BOOTROM (from TPL)"
help
Some platforms (e.g. the Rockchip RK3368) provide support in their
ROM for loading the next boot-stage after performing basic setup
from the TPL stage.
Enable this option, to return to the BOOTROM through the
BOOT_DEVICE_BOOTROM (or fall-through to the next boot device in the
boot device list, if not implemented for a given board)
config TPL_ENV_SUPPORT config TPL_ENV_SUPPORT
bool "Support an environment" bool "Support an environment"
help help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment