[PATCH v2 07/18] Support setting a maximum size for the VPL image
Simon Glass
sjg at chromium.org
Fri Sep 20 10:12:46 CEST 2024
Add a size limit for VPL, to match those for SPL and TPL
Signed-off-by: Simon Glass <sjg at chromium.org>
---
(no changes since v1)
common/spl/Kconfig.vpl | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/common/spl/Kconfig.vpl b/common/spl/Kconfig.vpl
index 3dc0e95e09f..eb57dfabea5 100644
--- a/common/spl/Kconfig.vpl
+++ b/common/spl/Kconfig.vpl
@@ -237,6 +237,14 @@ config VPL_TEXT_BASE
help
The address in memory that VPL will be running from.
+config VPL_MAX_SIZE
+ hex "Maximum size (in bytes) for the VPL stage"
+ default 0x2e000 if ROCKCHIP_RK3399
+ default 0x0
+ help
+ The maximum size (in bytes) of the TPL stage. This size is determined
+ by the amount of internal SRAM memory.
+
config VPL_BINMAN_SYMBOLS
bool "Declare binman symbols in VPL"
depends on VPL_FRAMEWORK && BINMAN
--
2.43.0
More information about the U-Boot
mailing list