summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/ArmGic
AgeCommit message (Expand)AuthorFilesLines
2015-06-09ArmPkg: reduce sysreg access count in GIC revision probeArd Biesheuvel2-4/+16
2015-02-25ArmPkg/ArmGic: Fix GICv3 in GICv2 legacy modeOlivier Martin2-6/+30
2015-02-16ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native modeArd Biesheuvel5-4/+19
2015-02-16ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3Olivier Martin5-38/+84
2015-02-16ArmPkg/ArmGic: Function to locate the current CPU GIC redistributorOlivier Martin3-3/+64
2015-02-16ArmPkg/ArmGic: Added GICv3 specific definitionsOlivier Martin2-3/+6
2014-11-13ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailableArd Biesheuvel3-10/+26
2014-11-13ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly filesOlivier Martin2-2/+2
2014-10-27ArmPkg/ArmGic: Added GicV3 support to ArmGicDxeOlivier Martin10-63/+350
2014-10-27ArmPkg/ArmGic: Added GicV3 support to ArmGicLibOlivier Martin7-0/+375
2014-10-27ArmPkg/ArmGic: Added GicV3 detectionOlivier Martin5-11/+83
2014-10-27ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision()Olivier Martin3-14/+60
2014-09-09ArmPkg: allow dynamic GIC base addressesArd Biesheuvel2-17/+23
2014-09-01ARM Packages: Removed unused PcdArmPrimaryCoreOlivier Martin1-2/+0
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-1/+1
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 ArmGicDxeOlivier Martin4-270/+330
2014-07-04ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLibOlivier Martin9-112/+324
2014-07-04ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.cOlivier Martin2-14/+13
2014-07-04ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe fileOlivier Martin3-42/+50
2014-07-04ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegist...Olivier Martin4-53/+142
2014-07-04ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLib (cont)Olivier Martin4-67/+151
2014-07-04ArmPkg/ArmGic: Introduced helper functions to access the GIC controllerOlivier Martin1-52/+24
2014-07-04ArmPkg/ArmGic: Make the GicDxe driver depends on ArmGicLibOlivier Martin3-27/+25
2014-07-04ArmPkg/ArmGic: Move out the EndOfInterrupt from the interrupt acknowledgementOlivier Martin3-28/+7
2014-07-04ArmPkg/Drivers/ArmGic: Introduced ArmGicEndOfInterrupt()Olivier Martin3-3/+13
2013-10-29ARM Packages: Renamed PL390Gic driver into ArmGic driverOlivier Martin7-0/+806