[PATCH 15/19] vbe: Support providing a linker script
Tom Rini
trini at konsulko.com
Thu Jan 30 18:08:43 CET 2025
On Sun, Jan 26, 2025 at 11:43:25AM -0700, Simon Glass wrote:
> Allow a linker script to be provided for VPL as it is for other U-Boot
> phases.
[snip]
> +config VPL_LDSCRIPT
> + string "Linker script for the VPL stage"
> + default "arch/arm/cpu/armv8/u-boot-spl.lds" if ARM64
> + default "arch/\$(ARCH)/cpu/u-boot-spl.lds"
> + help
> + The TPL stage will usually require a different linker-script
> + (as it runs from a different memory region) than the regular
> + U-Boot stage. Set this to the path of the linker-script to
> + be used for TPL.
> +
> + May be left empty to trigger the Makefile infrastructure to
> + fall back to the linker-script used for the SPL stage.
This should say VPL not TPL in the help, yes?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250130/1e1b8570/attachment.sig>
More information about the U-Boot
mailing list