summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/ArmGic
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Remove ArmGic/ArmGicSecLib.cPierre Gondois2021-04-151-58/+0
* ArmPkg/ArmGicLib: Fix GICR_IPRIORITYR address wrong issueMing Huang2021-03-011-1/+4
* ArmPkg/ArmGicLib: Fix two macros issue for offset parameterMing Huang2021-03-011-2/+2
* ArmPkg/ArmGicV3Dxe: Use ArmGicSetInterruptPriority() to set priorityQuan Nguyen2020-12-181-8/+5
* ArmPkg/ArmGicLib: Add ArmGicSetInterruptPriority() helper functionQuan Nguyen2020-12-181-0/+44
* ArmPkg: list module-internal header files in INF [Sources]Laszlo Ersek2019-07-231-0/+1
* ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0915-105/+15
* ArmPkg: Fix writes to GICv3 GICD_IROUTER<n> regSami Mujawar2019-02-261-2/+2
* ArmPkg/ArmGicDxe ARM: fix encoding for GICv3 interrupt acknowledgeArd Biesheuvel2018-11-152-2/+2
* ArmPkg/ArmGicDxe: Fix GICv3 interrupt routing mode bugMing Huang2018-11-071-1/+1
* ArmPkg: Add support for GICv4Sami Mujawar2018-10-122-18/+27
* ArmPkg/ArmGicDxe: annotate protocol usage in "ArmGicDxe.inf"Laszlo Ersek2018-04-121-4/+4
* ArmPkg/Gic: force GIC driver to run before CPU arch protocol driverArd Biesheuvel2018-02-063-24/+51
* ArmPkg: remove unused ArmGicSecLib library implementationArd Biesheuvel2017-11-262-152/+0
* ArmPkg/ArmGicDxe: Expose HardwareInterrupt2 protocolArd Biesheuvel2017-10-055-1/+341
* ArmPkg: Tidy GIC code before changes.Evan Lloyd2017-10-055-91/+165
* ArmPkg/ArmGicLib: use correct loop variableArd Biesheuvel2016-09-091-1/+1
* ArmPkg ArmPlatformPkg ArmVirtPkg: ARM GICv2/v3 Base Address width fix-upDennis Chen2016-09-082-4/+4
* ArmPkg/ArmGicV3: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-112-40/+16
* ArmPkg/ArmGicDxe: Fix double GIC EIOR write per interruptAlexei Fedorov2016-08-082-6/+4
* ArmPkg/ArmGicLib: manage GICv3 SPI state at the distributorArd Biesheuvel2016-07-131-3/+22
* ArmPkg/ArmGicV3Dxe: configure all interrupts as non-secure Group-1Ard Biesheuvel2016-06-231-0/+16
* ArmPkg/Gic: Fix boundary checking bugHeyi Guo2016-04-253-9/+9
* ArmPkg/ArmGic: fix bug in GICv3 distributor configurationArd Biesheuvel2015-12-151-2/+2
* ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen2015-12-031-17/+9
* ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU asArd Biesheuvel2015-08-101-0/+10
* ArmPkg: split off ArmGicArchLib from ArmGicLibArd Biesheuvel2015-07-284-106/+2
* ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.hArd Biesheuvel2015-07-288-133/+4
* ArmPkg: reduce sysreg access count in GIC revision probeArd Biesheuvel2015-06-092-4/+16
* ArmPkg/ArmGic: Fix GICv3 in GICv2 legacy modeOlivier Martin2015-02-252-6/+30
* ArmPkg/ArmGic: enable ARE bit before driving GICv3 in native modeArd Biesheuvel2015-02-165-4/+19
* ArmPkg/ArmGic: Use the GIC Redistributor instead of GIC Distributor for GICv3Olivier Martin2015-02-165-38/+84
* ArmPkg/ArmGic: Function to locate the current CPU GIC redistributorOlivier Martin2015-02-163-3/+64
* ArmPkg/ArmGic: Added GICv3 specific definitionsOlivier Martin2015-02-162-3/+6
* ArmPkg/ArmGicLib: select GICv2 mode if SRE is present but unavailableArd Biesheuvel2014-11-133-10/+26
* ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly filesOlivier Martin2014-11-132-2/+2
* ArmPkg/ArmGic: Added GicV3 support to ArmGicDxeOlivier Martin2014-10-2710-63/+350
* ArmPkg/ArmGic: Added GicV3 support to ArmGicLibOlivier Martin2014-10-277-0/+375
* ArmPkg/ArmGic: Added GicV3 detectionOlivier Martin2014-10-275-11/+83
* ArmPkg/ArmGic: Introduced ArmGicGetSupportedArchRevision()Olivier Martin2014-10-273-14/+60
* ArmPkg: allow dynamic GIC base addressesArd Biesheuvel2014-09-092-17/+23
* ARM Packages: Removed unused PcdArmPrimaryCoreOlivier Martin2014-09-011-2/+0
* ARM Packages: Removed trailing spacesRonald Cron2014-08-191-1/+1
* ARM Packages: Corrected non-DOS line endingsRonald Cron2014-08-191-1/+1
* ArmPkg/ArmGic: Returned the InterruptId in ArmGicAcknowledgeInterrupt()Olivier Martin2014-07-041-2/+29
* ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicDxeOlivier Martin2014-07-044-270/+330
* ArmPkg/ArmGic: Introduced support for GicV2 to ArmGicLibOlivier Martin2014-07-049-112/+324
* ArmPkg/ArmGic: Moved ArmGicDisableDistributor() to ArmGicLib.cOlivier Martin2014-07-042-14/+13
* ArmPkg/ArmGic: Move RegisterInterruptSource() to the common GicDxe fileOlivier Martin2014-07-043-42/+50
* ArmPkg/ArmGic: Move the installation and the registration to InstallAndRegist...Olivier Martin2014-07-044-53/+142