arm-trusted-firmware/plat/arm/board/arm_fpga
Andre Przywara c69f815b09 feat(arm_fpga): support GICv4 images
Up until now we relied on the GICs used in our FPGA images to be GICv3
compliant, without the "direct virtual injection" feature (aka GICv4)
enabled.
To support newer images which have GICv4 compliant GICs, enable the
newly introduced GICv4 detection code, and use that also when we adjust
the redistributor region size in the devicetree.

This allows the same BL31 image to be used with GICv3 or GICv4 FPGA
images.

Change-Id: I9f6435a6d5150983625efe3650a8b7d1ef11b1d1
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2021-09-01 16:14:03 +01:00
..
aarch64 arm_fpga: Add support for topology self-discovery 2020-07-24 15:06:42 +01:00
include arm_fpga: Add support for topology self-discovery 2020-07-24 15:06:42 +01:00
build_axf.ld.S arm_fpga: Add post-build linker script 2020-09-29 13:28:25 +01:00
fpga_bl31_setup.c feat(arm_fpga): support GICv4 images 2021-09-01 16:14:03 +01:00
fpga_console.c arm_fpga: Read UART address from DT 2020-05-05 15:36:51 +01:00
fpga_def.h arm_fpga: Add support for topology self-discovery 2020-07-24 15:06:42 +01:00
fpga_gicv3.c feat(arm_fpga): support GICv4 images 2021-09-01 16:14:03 +01:00
fpga_pm.c Fix coverity defects found on the FPGA port. 2020-04-02 14:11:12 +01:00
fpga_private.h feat(arm_fpga): support GICv4 images 2021-09-01 16:14:03 +01:00
fpga_topology.c arm_fpga: Add support for topology self-discovery 2020-07-24 15:06:42 +01:00
platform.mk feat(arm_fpga): support GICv4 images 2021-09-01 16:14:03 +01:00
rom_trampoline.S arm_fpga: Add ROM trampoline 2020-09-29 13:28:25 +01:00