aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/arm/gicv3.h
AgeCommit message (Expand)Author
2020-04-07TF-A: Add GICv4 extension for GIC driverAlexei Fedorov
2020-04-06TF-A GICv3 driver: Add extended PPI and SPI rangeAlexei Fedorov
2020-03-10TF-A GICv3 driver: Separate GICD and GICR accessor functionsAlexei Fedorov
2019-09-25GICv3: Enable multi socket GIC redistributor frame discoveryMadhukar Pappireddy
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-01-22ti: k3: common: Add support for runtime detection of GICR base addressAndrew F. Davis
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-09-28gic: Remove deprecated driver and interfacesAntonio Nino Diaz
2018-08-30gic: Fix typesAntonio Nino Diaz
2018-08-30gic: Fix definitionsAntonio Nino Diaz
2018-08-30gic v3: Turn macros into static inline functionsAntonio Nino Diaz
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-03-01Emit warnings when using deprecated GIC initDan Handley
2018-02-28Fix MISRA rule 8.3 Part 1Roberto Vargas
2017-11-13GIC: Introduce API to get interrupt IDJeenu Viswambharan
2017-10-16GIC: Allow specifying interrupt propertiesJeenu Viswambharan
2017-10-16GIC: Add API to set priority maskJeenu Viswambharan
2017-10-16GIC: Add API to set/clear interrupt pendingJeenu Viswambharan
2017-10-16GIC: Add API to set interrupt routingJeenu Viswambharan
2017-10-16GIC: Add API to raise secure SGIJeenu Viswambharan
2017-10-16GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan
2017-10-16GIC: Add API to set interrupt priorityJeenu Viswambharan
2017-10-16GIC: Add APIs to enable and disable interruptJeenu Viswambharan
2017-10-16GIC: Add API to get interrupt active statusJeenu Viswambharan
2017-10-16GIC: Add API to get running priorityJeenu Viswambharan
2017-10-05GICv3: ITS architectural save and restore helpersSoby Mathew
2017-10-05GICv3: add functions for save and restoreSoby Mathew
2017-05-03Use SPDX license identifiersdp-arm
2016-12-15GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan
2016-07-27GICv3: Fix the GICD_IROUTER offsetSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2015-12-04Rename GICv3 interrupt group macrosSoby Mathew
2015-11-26Add ARM GICv3 driver without support for legacy operationAchin Gupta