[U-Boot] [PATCH 03/10] sunxi: Add base address of secure SRAM B for sun9i/A80

Hans de Goede hdegoede at redhat.com
Sun Nov 13 20:06:23 CET 2016


Hi,

On 09-11-16 11:21, Chen-Yu Tsai wrote:
> The A80 has a 256 kiB secure SRAM. However the first 4 kiB are reserved
> for CPU0 hotplug flags.
>
> Signed-off-by: Chen-Yu Tsai <wens at csie.org>

LGTM:

Reviewed-by: Hans de Goede <hdegoede at redhat.com>

Regards,

Hans


> ---
>  arch/arm/include/asm/arch-sunxi/cpu_sun9i.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/include/asm/arch-sunxi/cpu_sun9i.h b/arch/arm/include/asm/arch-sunxi/cpu_sun9i.h
> index 88b48c644c06..e9839eecaa92 100644
> --- a/arch/arm/include/asm/arch-sunxi/cpu_sun9i.h
> +++ b/arch/arm/include/asm/arch-sunxi/cpu_sun9i.h
> @@ -20,6 +20,7 @@
>  #define SUNXI_CPUCFG_BASE		0x01700000
>  #define SUNXI_CCI400_BASE		0x01790000
>
> +#define SUNXI_SRAM_B_BASE		0x00020000
>  #define SUNXI_SRAM_D_BASE		0x08100000
>
>  /* AHB0 Module */
>


More information about the U-Boot mailing list