aboutsummaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authorAndré Przywara <andre.przywara@arm.com>2020-09-30 00:13:29 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-09-30 00:13:29 +0000
commit2173b3e05fd51931e36081f09e1e2bfe7d32064b (patch)
tree319ca2251e236d64aaf0dd04f2c76ddb24b52567 /include/drivers
parentc36aa3cfa5e418d09eaaef9b3f5ad9099ffa5336 (diff)
parenta6c07e0ddfa3658d7bc0ad1693b6e908293c1c96 (diff)
downloadtrusted-firmware-a-2173b3e05fd51931e36081f09e1e2bfe7d32064b.tar.gz
Merge changes from topic "fpga_generic" into integration
* changes: arm_fpga: Add platform documentation arm_fpga: Add post-build linker script arm_fpga: Add ROM trampoline arm_fpga: Add devicetree file arm_fpga: Remove SPE PMU DT node if SPE is not available arm_fpga: Adjust GICR size in DT to match number of cores fdt: Add function to adjust GICv3 redistributor size drivers: arm: gicv3: Allow detecting number of cores
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/arm/gicv3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/arm/gicv3.h b/include/drivers/arm/gicv3.h
index 18d5b73e2f..d8ac4cb334 100644
--- a/include/drivers/arm/gicv3.h
+++ b/include/drivers/arm/gicv3.h
@@ -488,6 +488,7 @@ void gicv3_distif_init(void);
void gicv3_rdistif_init(unsigned int proc_num);
void gicv3_rdistif_on(unsigned int proc_num);
void gicv3_rdistif_off(unsigned int proc_num);
+unsigned int gicv3_rdistif_get_number_frames(const uintptr_t gicr_frame);
void gicv3_cpuif_enable(unsigned int proc_num);
void gicv3_cpuif_disable(unsigned int proc_num);
unsigned int gicv3_get_pending_interrupt_type(void);