[PATCH 02/11] sunxi: a733: config TF-A load address
Andre Przywara
andre.przywara at arm.com
Tue Nov 18 01:55:51 CET 2025
On Sun, 16 Nov 2025 14:43:53 +0000
Yixun Lan <dlan at gentoo.org> wrote:
Hi,
> To support running TF-A on A733 SoC, config 0x62000 of SRAM as
> the load and run address.
I don't think there is a reason to split those Kconfig entries up in
multiple patches. You could group them as SPL related and U-Boot
proper related, for instance.
Cheers,
Andre
>
> Signed-off-by: Yixun Lan <dlan at gentoo.org>
>
> ---
> Note, the address can be altered to other value, for example,
> moving it to the DDR address space. The only requirement is that
> load and run address should be matched.
> ---
> arch/arm/mach-sunxi/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> index c0b4fdaa370..d16ffddf482 100644
> --- a/arch/arm/mach-sunxi/Kconfig
> +++ b/arch/arm/mach-sunxi/Kconfig
> @@ -259,6 +259,7 @@ config SUNXI_BL31_BASE
> default 0x40000000 if MACH_SUN50I_H616
> default 0x00104000 if SUN50I_GEN_H6
> default 0x00054000 if MACH_SUN55I_A523
> + default 0x00062000 if MACH_SUN60I_A733
> default 0x0
> help
> Address where BL31 (TF-A) is loaded, or zero if BL31 is not used.
>
More information about the U-Boot
mailing list