arm-trusted-firmware/plat/arm/board
Madhukar Pappireddy 6138ffbc12 plat/arm/fvp: populate pwr domain descriptor dynamically
The motivation behind this patch and following patches is to extract
information about the platform in runtime rather than depending on
compile time macros such as FVP_CLUSTER_COUNT. This partially enables
us to use a single binary for a family of platforms which all have
similar hardware capabilities but differ in configurations.

we populate the data structure describing the power domain hierarchy
of the platform dynamically by querying the number of clusters and cpus
using fconf getter APIs. Compile time macro such as FVP_CLUSTER_COUNT
is still needed as it determines the size of related data structures.

Note that the cpu-map node in HW_CONFIG dts represents a logical
hierarchy of power domains of CPU. However, in reality, the power
domains may not have been physically built in such hierarchy.

Change-Id: Ibcbb5ca7b2c969f8ad03ab2eab289725245af7a9
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
2020-03-11 19:27:02 -05:00
..
a5ds fconf: Add dynamic config DTBs info as property 2020-02-07 13:51:32 +00:00
common plat/arm: Pass cookie argument down to arm_get_rotpk_info() 2020-02-24 11:01:46 +01:00
corstone700 corstone700: set UART clocks to 32MHz 2020-02-17 17:04:46 +00:00
fvp plat/arm/fvp: populate pwr domain descriptor dynamically 2020-03-11 19:27:02 -05:00
fvp_ve fconf: Add dynamic config DTBs info as property 2020-02-07 13:51:32 +00:00
juno Merge changes I75f6d135,I4add470e,I0ecd3a2b,I67a63d73 into integration 2020-02-28 16:52:55 +00:00
n1sdp drivers/arm/scmi: allow use of multiple SCMI channels 2020-02-07 19:24:17 +05:30
rddaniel board/rddaniel: intialize tzc400 controllers 2020-02-19 13:26:53 +05:30
rde1edge plat/arm: Pass cookie argument down to arm_get_rotpk_info() 2020-02-24 11:01:46 +01:00
rdn1edge plat/arm: Pass cookie argument down to arm_get_rotpk_info() 2020-02-24 11:01:46 +01:00
sgi575 plat/arm: Pass cookie argument down to arm_get_rotpk_info() 2020-02-24 11:01:46 +01:00
sgm775 Merge changes from topic "sb/dualroot" into integration 2020-03-10 18:34:56 +00:00