arm-trusted-firmware/drivers/arm
Madhukar Pappireddy ec834925f3 GICv3: Enable multi socket GIC redistributor frame discovery
This patch provides declaration and definition of new GICv3 driver
API: gicv3_rdistif_probe().This function delegates the responsibility
of discovering the corresponding Redistributor base frame to each CPU
itself. It is a modified version of gicv3_rdistif_base_addrs_probe()
and is executed by each CPU in the platform unlike the previous
approach in which only the Primary CPU did the discovery of all the
Redistributor frames for every CPU.

The flush operations as part of gicv3_driver_init() function are
made necessary even for platforms with WARMBOOT_ENABLE_DCACHE_EARLY
because the GICv3 driver data structure contents are accessed by CPU
with D-Cache turned off during power down operations.

Change-Id: I1833e81d3974b32a3e4a3df4766a33d070982268
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
2019-09-25 22:01:28 -05:00
..
cci Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
ccn Switch AARCH32/AARCH64 to __aarch64__ 2019-08-01 13:45:03 -07:00
css Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
fvp fvp: pwrc: Move to drivers/ folder 2019-01-25 16:04:11 +00:00
gic GICv3: Enable multi socket GIC redistributor frame discovery 2019-09-25 22:01:28 -05:00
pl011 Remove MULTI_CONSOLE_API flag and references to it 2019-06-28 10:52:48 +01:00
pl061 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sbsa drivers/sbsa: add sbsa watchdog driver 2019-04-17 18:24:35 +05:30
smmu SMMUv3: Abort DMA transactions 2019-05-10 16:09:19 +01:00
sp804 Remove several warnings reported with W=2 2019-04-01 10:43:42 +01:00
sp805 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
tzc tzc: remove deprecated types 2019-04-03 14:55:18 +01:00