mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arm: imx: imx8m: Enable GICv3 support if PSCI provider
In case U-Boot is a PSCI provider, enable GICv3 support as this is necessary to bring up secondary cores. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
45dd377e36
commit
68c0ce8a5c
@@ -81,6 +81,9 @@
|
||||
#define MXS_GPMI_BASE (APBH_DMA_ARB_BASE_ADDR + 0x02000)
|
||||
#define MXS_BCH_BASE (APBH_DMA_ARB_BASE_ADDR + 0x04000)
|
||||
|
||||
#define GICD_BASE 0x38800000
|
||||
#define GICR_BASE 0x38880000
|
||||
|
||||
#define DDRC_DDR_SS_GPR0 0x3d000000
|
||||
#define DDRC_IPS_BASE_ADDR(X) (0x3d400000 + ((X) * 0x2000000))
|
||||
#define DDR_CSD1_BASE_ADDR 0x40000000
|
||||
|
||||
@@ -2,6 +2,7 @@ if ARCH_IMX8M
|
||||
|
||||
config IMX8M
|
||||
bool
|
||||
select GICV3 if ARMV8_PSCI
|
||||
select HAS_CAAM
|
||||
select ROM_UNIFIED_SECTIONS
|
||||
select ARMV8_CRYPTO
|
||||
|
||||
Reference in New Issue
Block a user