mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00
feat(tc): update CPU PMU nodes for tc4
CPU PMU types are not same for all CPUs on TC platforms, so define the PMU node per microarchitecture. Signed-off-by: Jagdish Gediya <jagdish.gediya@arm.com> Signed-off-by: Icen.Zeyada <Icen.Zeyada2@arm.com> Change-Id: Ibbe8dacda695ccb45965c7f4680d4b03cffdb815
This commit is contained in:
parent
4c23d62746
commit
1ce2c745a8
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
|||
#define MHU_TX_ADDR 46240000 /* hex */
|
||||
#define MHU_RX_ADDR 46250000 /* hex */
|
||||
|
||||
#define LIT_CPU_PMU_COMPATIBLE "arm,armv8-pmuv3"
|
||||
#define MID_CPU_PMU_COMPATIBLE "arm,armv8-pmuv3"
|
||||
#define BIG_CPU_PMU_COMPATIBLE "arm,armv8-pmuv3"
|
||||
#define LIT_CPU_PMU_COMPATIBLE "arm,nevis-pmu"
|
||||
#define MID_CPU_PMU_COMPATIBLE "arm,gelas-pmu"
|
||||
#define BIG_CPU_PMU_COMPATIBLE "arm,travis-pmu"
|
||||
|
||||
#define RSE_MHU_TX_ADDR 49020000 /* hex */
|
||||
#define RSE_MHU_RX_ADDR 49030000 /* hex */
|
||||
|
|
Loading…
Add table
Reference in a new issue