summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-01-29 16:39:50 +0200
committerKostya Porotchkin <kostap@marvell.com>2018-01-31 17:52:04 +0200
commit12f6c4c85adcadf0f8fa8ecd546e844678efedb1 (patch)
tree4205b53d0b0325a75f8cc78416d62da77ae1db1a /include
parent1186d2774acb56ccaea87340a4ede98a1bc91dec (diff)
mvebu: gicv3: Add GIC-600 multi chip initialization
Add implementation of multi-chip GIC handling to mvebu GICv3 platform code for supporting SoCs with multiple APs. Change-Id: I73c65ca7e5b7621ed0ad52999ccf89891a3db581 Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/49733 Tested-by: iSoC Platform CI <ykjenk@marvell.com>
Diffstat (limited to 'include')
-rw-r--r--include/plat/marvell/a8k-p/common/plat_marvell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plat/marvell/a8k-p/common/plat_marvell.h b/include/plat/marvell/a8k-p/common/plat_marvell.h
index 01c7da4c..6142c1ea 100644
--- a/include/plat/marvell/a8k-p/common/plat_marvell.h
+++ b/include/plat/marvell/a8k-p/common/plat_marvell.h
@@ -106,5 +106,6 @@ void marvell_bl1_setup_mpps(void);
const mmap_region_t *plat_marvell_get_mmap(void);
void ble_prepare_exit(void);
int jtag_init_ihb_dual_ap(void);
+int gic600_multi_chip_init(void);
#endif /* __PLAT_MARVELL_H__ */