mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-09-02 04:11:21 +02:00
Merge "fix(versal): replace FPD_MAINCCI* macros" into integration
This commit is contained in:
commit
114495b548
@ -23,7 +23,7 @@ const mmap_region_t plat_versal_mmap[] = {
|
|||||||
MAP_REGION_FLAT(DEVICE0_BASE, DEVICE0_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
|
MAP_REGION_FLAT(DEVICE0_BASE, DEVICE0_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
|
||||||
MAP_REGION_FLAT(DEVICE1_BASE, DEVICE1_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
|
MAP_REGION_FLAT(DEVICE1_BASE, DEVICE1_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
|
||||||
MAP_REGION_FLAT(CRF_BASE, CRF_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
|
MAP_REGION_FLAT(CRF_BASE, CRF_SIZE, MT_DEVICE | MT_RW | MT_SECURE),
|
||||||
MAP_REGION_FLAT(FPD_MAINCCI_BASE, FPD_MAINCCI_SIZE, MT_DEVICE | MT_RW |
|
MAP_REGION_FLAT(PLAT_ARM_CCI_BASE, PLAT_ARM_CCI_SIZE, MT_DEVICE | MT_RW |
|
||||||
MT_SECURE),
|
MT_SECURE),
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
@ -50,6 +50,7 @@
|
|||||||
* CCI-400 related constants
|
* CCI-400 related constants
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#define PLAT_ARM_CCI_BASE 0xFD000000
|
#define PLAT_ARM_CCI_BASE 0xFD000000
|
||||||
|
#define PLAT_ARM_CCI_SIZE 0x00100000
|
||||||
#define PLAT_ARM_CCI_CLUSTER0_SL_IFACE_IX 4
|
#define PLAT_ARM_CCI_CLUSTER0_SL_IFACE_IX 4
|
||||||
#define PLAT_ARM_CCI_CLUSTER1_SL_IFACE_IX 5
|
#define PLAT_ARM_CCI_CLUSTER1_SL_IFACE_IX 5
|
||||||
|
|
||||||
@ -110,9 +111,6 @@
|
|||||||
#define CRF_RST_APU_ACPU_RESET (1 << 0)
|
#define CRF_RST_APU_ACPU_RESET (1 << 0)
|
||||||
#define CRF_RST_APU_ACPU_PWRON_RESET (1 << 10)
|
#define CRF_RST_APU_ACPU_PWRON_RESET (1 << 10)
|
||||||
|
|
||||||
#define FPD_MAINCCI_BASE 0xFD000000
|
|
||||||
#define FPD_MAINCCI_SIZE 0x00100000
|
|
||||||
|
|
||||||
/* APU registers and bitfields */
|
/* APU registers and bitfields */
|
||||||
#define FPD_APU_BASE 0xFD5C0000U
|
#define FPD_APU_BASE 0xFD5C0000U
|
||||||
#define FPD_APU_CONFIG_0 (FPD_APU_BASE + 0x20U)
|
#define FPD_APU_CONFIG_0 (FPD_APU_BASE + 0x20U)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user