aboutsummaryrefslogtreecommitdiffstats
path: root/plat/common/plat_gicv3.c
Commit message (Expand)AuthorAgeFilesLines
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-1/+1
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-7/+9
* Ensure the flow through switch statements is clearDaniel Boulby2018-09-211-1/+3
* plat/common: gic: MISRA fixesAntonio Nino Diaz2018-08-301-15/+24
* plat: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-0/+1
* plat/common: remove fall-through on release buildJonathan Wright2018-03-261-3/+2
* GIC: Introduce API to get interrupt IDJeenu Viswambharan2017-11-131-0/+8
* GIC: Add API to set priority maskJeenu Viswambharan2017-10-161-0/+5
* GIC: Add API to set/clear interrupt pendingJeenu Viswambharan2017-10-161-0/+16
* GIC: Add API to set interrupt routingJeenu Viswambharan2017-10-161-0/+21
* GIC: Add API to raise secure SGIJeenu Viswambharan2017-10-161-0/+12
* GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan2017-10-161-0/+13
* GIC: Add API to set interrupt priorityJeenu Viswambharan2017-10-161-0/+6
* GIC: Add APIs to enable and disable interruptJeenu Viswambharan2017-10-161-0/+12
* GIC: Add API to get interrupt active statusJeenu Viswambharan2017-10-161-0/+6
* GIC: Add APIs to query interrupt typesJeenu Viswambharan2017-10-161-0/+17
* GIC: Add API to get running priorityJeenu Viswambharan2017-10-161-1/+9
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada2017-01-241-2/+2
* AArch32: Add essential ARM platform and FVP supportSoby Mathew2016-08-101-1/+6
* Prepare platforms to use refactored ARM GIC driversSoby Mathew2015-12-091-0/+224