arm-trusted-firmware/plat
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
..
allwinner Merge "allwinner: Implement PSCI system suspend using SCPI" into integration 2020-02-26 09:11:37 +00:00
amlogic meson: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
arm plat/arm/fvp: populate pwr domain descriptor dynamically 2020-03-11 19:27:02 -05:00
common TBB: Add an IO abstraction layer to load encrypted firmwares 2020-03-06 16:40:37 +05:30
hisilicon pl011: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
imx imx: console: Use CONSOLE_T_BASE for UART base address 2020-03-05 13:56:56 +00:00
intel/soc Merge "intel: Enable EMAC PHY in Intel FPGA platform" into integration 2020-02-28 10:51:49 +00:00
layerscape LS 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
marvell marvell: Consolidate console register calls 2020-02-25 09:34:38 +00:00
mediatek Merge "mt8173: Add support for new watchdog SMC" into integration 2020-02-28 10:48:21 +00:00
nvidia/tegra Tegra186: store TZDRAM base/size to scratch registers 2020-03-09 15:25:16 -07:00
qemu qemu: Support optional encryption of BL31 and BL32 images 2020-03-06 16:40:37 +05:30
renesas/rcar rcar: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
rockchip 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
rpi 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
socionext uniphier: shrink UNIPHIER_ROM_REGION_SIZE 2020-03-06 20:13:40 +09:00
st stm32: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
ti/k3 16550: Use generic console_t data structure 2020-02-25 09:34:38 +00:00
xilinx pl011: Use generic console_t data structure 2020-02-25 09:34:38 +00:00