summaryrefslogtreecommitdiff
path: root/drivers/arm/gic
AgeCommit message (Expand)Author
2018-07-05Fix MISRA Rule 5.1Daniel Boulby
2018-07-05gicv3: Fix support for systems without secure interruptsAndre Przywara
2018-03-01Emit warnings when using deprecated GIC initDan Handley
2018-02-28Fix MISRA rule 8.4 Part 1Roberto Vargas
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2018-01-23GICv3: Fix Dist restore for when the GIC is resetDerek Basehore
2017-11-23Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm
2017-11-13GIC: Fix Group 0 enablingJeenu Viswambharan
2017-11-13GICv2: Fix populating PE target dataJeenu Viswambharan
2017-11-08ARMv7: GICv2 driver can manage GICv1 with security extensionEtienne Carriere
2017-10-16GIC: Allow specifying interrupt propertiesJeenu Viswambharan
2017-10-16GIC: Add helpers to set interrupt configurationJeenu 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-16GICv2: Add driver API to set PE target maskJeenu Viswambharan
2017-10-16GIC: Add API to get running priorityJeenu Viswambharan
2017-10-06Fix assertion in GIC ITS helperSoby Mathew
2017-10-05GICv3: ITS architectural save and restore helpersSoby Mathew
2017-10-05GICv3: add functions for save and restoreSoby Mathew
2017-10-05GICv3: turn some macros into inline functionsDouglas Raillard
2017-10-05GICv3: Fix gic600.c indentationDouglas Raillard
2017-06-01Introduce ARM GIC-600 driverJeenu Viswambharan
2017-05-03Use SPDX license identifiersdp-arm
2017-03-01Flush the GIC driver data after initSoby Mathew
2016-12-15GICv3: Introduce power management APIs for RedistributorJeenu Viswambharan
2016-09-12GICv3: Allow either G1S or G0 interrupts to be configuredYatharth Kochar
2016-08-18Merge pull request #678 from soby-mathew/sm/PSCI_AArch32danh-arm
2016-08-11gicv3: disable Group1 NonSecure interrupts during core powerdownSudeep Holla
2016-08-10AArch32: Enable GIC and TZC supportSoby Mathew
2016-07-27GICv3: Fix the GICD_IROUTER offsetSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-07-07GIC: Ensure SGIs and PPIs are Group0 before setupSoby Mathew
2016-02-18Add support for %p in tf_printf()Antonio Nino Diaz
2016-02-09Move private APIs in gic_common.h to a private headerSoby Mathew
2016-02-09Fix GIC_IPRIORITYR setting in new driversSoby Mathew
2016-02-09Fix race in GIC IPRIORITY and ITARGET accessorsSoby Mathew
2015-12-04Rename GICv3 interrupt group macrosSoby Mathew
2015-11-26Add ARM GICv2 driverSoby Mathew
2015-11-26Add ARM GICv3 driver without support for legacy operationAchin Gupta
2015-09-01Remove EL2/EL1 GICv3 register updatesVikram Kanigiri
2015-07-09Use uintptr_t as base address type in ARM driver APIsJuan Castillo
2015-05-19Fix reporting of interrupt ID in ARM GIC driverAchin Gupta
2015-03-20Set group status of PPIs and SGIs correctly on GICv3 systemsAchin Gupta
2014-10-31Improvements to ARM GIC driverJuan Castillo