fconf: Extract topology node properties from HW_CONFIG dtb
Create, register( and implicitly invoke) fconf_populate_topology()
function which extracts the topology related properties from dtb into
the newly created fconf based configuration structure 'soc_topology'.
Appropriate libfdt APIs are added to jmptbl.i file for use with USE_ROMLIB
build feature.

A new property which describes the power domain levels is added to the
HW_CONFIG device tree source files.

This patch also fixes a minor bug in the common device tree file
fvp-base-gicv3-psci-dynamiq-common.dtsi
As this file includes fvp-base-gicv3-psci-common.dtsi, it is necessary
to delete all previous cluster node definitons because DynamIQ based
models have upto 8 CPUs in each cluster. If not deleted, the final dts
would have an inaccurate description of SoC topology, i.e., cluster0
with 8 or more core nodes and cluster1 with 4 core nodes.

Change-Id: I9eb406da3ba4732008a66c01afec7c9fa8ef59bf
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
1 parent 26d1e0c commit 4682461ded0ba15826022ca9e049e19602845e8a
@Madhukar Pappireddy Madhukar Pappireddy authored on 27 Dec 2019
Showing 10 changed files
View
fdts/fvp-base-gicv2-psci-aarch32.dts
View
fdts/fvp-base-gicv2-psci.dts
View
fdts/fvp-base-gicv3-psci-aarch32-common.dtsi
View
fdts/fvp-base-gicv3-psci-common.dtsi
View
fdts/fvp-base-gicv3-psci-dynamiq-common.dtsi
View
fdts/fvp-foundation-gicv2-psci.dts
View
fdts/fvp-foundation-gicv3-psci.dts
View
plat/arm/board/fvp/fconf/fconf_hw_config_getter.c
View
plat/arm/board/fvp/include/fconf_hw_config_getter.h
View
plat/arm/board/fvp/jmptbl.i