summaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-09-27 09:42:37 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-09-27 09:42:37 +0000
commit41bda863305eae92db2e4e18cd057797765d261c (patch)
tree4446d13e90dfb14e67abf7510e0eb8c9de1c74bc /include/drivers
parent69ef7b7ffe66b64bdffee0a387774e7088022503 (diff)
parent6806cd2381901d424b40ba3f17d23f5ffa4ca57e (diff)
Merge changes from topic "mp/giv3-discovery" into integration
* changes: Migrate ARM platforms to use the new GICv3 API Adding new optional PSCI hook pwr_domain_on_finish_late GICv3: Enable multi socket GIC redistributor frame discovery
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/arm/gicv3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drivers/arm/gicv3.h b/include/drivers/arm/gicv3.h
index 9c72d4df..c4f42d04 100644
--- a/include/drivers/arm/gicv3.h
+++ b/include/drivers/arm/gicv3.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -366,6 +366,7 @@ typedef struct gicv3_its_ctx {
* GICv3 EL3 driver API
******************************************************************************/
void gicv3_driver_init(const gicv3_driver_data_t *plat_driver_data);
+int gicv3_rdistif_probe(const uintptr_t gicr_frame);
void gicv3_distif_init(void);
void gicv3_rdistif_init(unsigned int proc_num);
void gicv3_rdistif_on(unsigned int proc_num);