summaryrefslogtreecommitdiff
path: root/drivers/arm/gic
AgeCommit message (Expand)Author
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
2014-07-28Rework incorrect use of assert() and panic() in codebaseJuan Castillo
2014-07-09Refactor fvp gic code to be a generic driverDan Handley
2014-06-10Make system register functions inline assemblyAndrew Thoelke
2014-05-22Introduce interrupt registration framework in BL3-1Achin Gupta
2014-05-13Fix C accessors to GIC distributor registers with set/clear semanticsJuan Castillo
2014-05-07Correct usage of data and instruction barriersAndrew Thoelke
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Refactor GIC header filesDan Handley
2014-05-06Move include and source files to logical locationsDan Handley