[U-Boot] [RFC PATCH 2/8] sunxi: add configuration of secure SRAM for A83T
Icenowy Zheng
icenowy at aosc.io
Wed Jun 7 00:47:15 UTC 2017
A83T has some secure SRAM that can be used to place the PSCI code.
Add the configuration of them.
Signed-off-by: Icenowy Zheng <icenowy at aosc.io>
---
include/configs/sun8i.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h
index 47f2813240..c6ba2a0c87 100644
--- a/include/configs/sun8i.h
+++ b/include/configs/sun8i.h
@@ -21,6 +21,7 @@
#define CONFIG_SUNXI_USB_PHYS 4
#elif defined CONFIG_MACH_SUN8I_A83T
#define CONFIG_SUNXI_USB_PHYS 3
+ #define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE
#elif defined CONFIG_MACH_SUN8I_V3S
#define CONFIG_SUNXI_USB_PHYS 1
#else
--
2.12.2
More information about the U-Boot
mailing list