summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/ArmGic/ArmGicLib.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3edk2-stable202105Andreas Sandberg1-2/+9
2021-03-01ArmPkg/ArmGicLib: Fix GICR_IPRIORITYR address wrong issueMing Huang1-1/+4
2021-03-01ArmPkg/ArmGicLib: Fix two macros issue for offset parameterMing Huang1-2/+2
2020-12-18ArmPkg/ArmGicLib: Add ArmGicSetInterruptPriority() helper functionQuan Nguyen1-0/+44
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-12ArmPkg: Add support for GICv4Sami Mujawar1-14/+26
2017-10-05ArmPkg: Tidy GIC code before changes.Evan Lloyd1-16/+57
2016-09-09ArmPkg/ArmGicLib: use correct loop variableArd Biesheuvel1-1/+1
2016-07-13ArmPkg/ArmGicLib: manage GICv3 SPI state at the distributorArd Biesheuvel1-3/+22
2015-07-28ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.hArd Biesheuvel1-3/+0
2015-02-16ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native modeArd Biesheuvel1-3/+3
2015-02-16ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3Olivier Martin1-11/+57
2015-02-16ArmPkg/ArmGic: Function to locate the current CPU GIC redistributorOlivier Martin1-1/+55
2014-10-27ArmPkg/ArmGic: Added GicV3 support to ArmGicLibOlivier Martin1-0/+9
2014-10-27ArmPkg/ArmGic: Added GicV3 detectionOlivier Martin1-9/+0
2014-10-27ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision()Olivier Martin1-12/+49
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron1-1/+1
2014-07-04ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin1-2/+29
2014-07-04ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLibOlivier Martin1-3/+22
2014-07-04ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.cOlivier Martin1-3/+12
2014-07-04ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont)Olivier Martin1-0/+122