Support setting a maximum size for the VPL image
Add a size limit for VPL, to match those for SPL and TPL Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -237,6 +237,14 @@ config VPL_TEXT_BASE
|
|||||||
help
|
help
|
||||||
The address in memory that VPL will be running from.
|
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
|
config VPL_BINMAN_SYMBOLS
|
||||||
bool "Declare binman symbols in VPL"
|
bool "Declare binman symbols in VPL"
|
||||||
depends on VPL_FRAMEWORK && BINMAN
|
depends on VPL_FRAMEWORK && BINMAN
|
||||||
|
Reference in New Issue
Block a user