summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/ArmGic
AgeCommit message (Expand)AuthorFilesLines
2023-06-01ArmPkg: Fix ArmGicAcknowledgeInterrupt () for GICv3Sami Mujawar1-6/+10
2023-06-01ArmPkg: Adjust variable type and cast for RegShift & RegOffsetSami Mujawar2-15/+15
2023-06-01ArmPkg: Prevent SgiId from setting RES0 bits of GICD_SGIRSami Mujawar1-1/+3
2023-06-01ArmPkg: Remove unused function declarationsSami Mujawar1-14/+0
2023-06-01ArmPkg: Typecast IntID to UINT32 in ArmGicV2EndOfInterruptSami Mujawar1-2/+4
2023-06-01ArmPkg: Make variables used for GicInterrupt UINTNSami Mujawar2-6/+6
2023-06-01ArmPkg: Fix return type for ArmGicGetInterfaceIdentificationSami Mujawar1-1/+1
2023-06-01ArmPkg: Fix Non-Boolean comparison in ArmGicEnableDistributorSami Mujawar1-1/+3
2023-06-01ArmPkg: Fix ArmGicSendSgiTo() parametersSami Mujawar1-3/+3
2023-06-01ArmPkg: Fix data type used for GicInterruptInterfaceBaseSami Mujawar3-7/+15
2023-06-01ArmPkg: Fix data type used for GicDistributorBaseSami Mujawar5-15/+17
2023-06-01ArmPkg: Fix GicV2 BaseAddress typesNeil Jones1-2/+2
2023-04-10ArmPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2022-07-01ArmPkg/Drivers: ArmGicIsInterruptEnabled returns incorrect valueRobbie King1-4/+3
2022-05-13ArmPkg: Remove RVCT supportRebecca Cran2-83/+0
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki9-248/+267
2021-08-27ArmPkg/GicV3Dxe: Don't signal EOI on arbitrary interruptsArd Biesheuvel1-4/+0
2021-05-27ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3edk2-stable202105Andreas Sandberg1-2/+9
2021-04-28ArmPkg: Correct small typosPierre Gondois2-2/+2
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois1-3/+3
2021-04-15ArmPkg: Remove ArmGic/ArmGicSecLib.cPierre Gondois1-58/+0
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/ArmGicV3Dxe: Use ArmGicSetInterruptPriority() to set priorityQuan Nguyen1-8/+5
2020-12-18ArmPkg/ArmGicLib: Add ArmGicSetInterruptPriority() helper functionQuan Nguyen1-0/+44
2019-07-23ArmPkg: list module-internal header files in INF [Sources]Laszlo Ersek1-0/+1
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney15-105/+15
2019-02-26ArmPkg: Fix writes to GICv3 GICD_IROUTER<n> regSami Mujawar1-2/+2
2018-11-15ArmPkg/ArmGicDxe ARM: fix encoding for GICv3 interrupt acknowledgeArd Biesheuvel2-2/+2
2018-11-07ArmPkg/ArmGicDxe: Fix GICv3 interrupt routing mode bugMing Huang1-1/+1
2018-10-12ArmPkg: Add support for GICv4Sami Mujawar2-18/+27
2018-04-12ArmPkg/ArmGicDxe: annotate protocol usage in "ArmGicDxe.inf"Laszlo Ersek1-4/+4
2018-02-06ArmPkg/Gic: force GIC driver to run before CPU arch protocol driverArd Biesheuvel3-24/+51
2017-11-26ArmPkg: remove unused ArmGicSecLib library implementationArd Biesheuvel2-152/+0
2017-10-05ArmPkg/ArmGicDxe: Expose HardwareInterrupt2 protocolArd Biesheuvel5-1/+341
2017-10-05ArmPkg: Tidy GIC code before changes.Evan Lloyd5-91/+165
2016-09-09ArmPkg/ArmGicLib: use correct loop variableArd Biesheuvel1-1/+1
2016-09-08ArmPkg ArmPlatformPkg ArmVirtPkg: ARM GICv2/v3 Base Address width fix-upDennis Chen2-4/+4
2016-08-11ArmPkg/ArmGicV3: switch to ASM_FUNC() asm macroArd Biesheuvel2-40/+16
2016-08-08ArmPkg/ArmGicDxe: Fix double GIC EIOR write per interruptAlexei Fedorov2-6/+4
2016-07-13ArmPkg/ArmGicLib: manage GICv3 SPI state at the distributorArd Biesheuvel1-3/+22
2016-06-23ArmPkg/ArmGicV3Dxe: configure all interrupts as non-secure Group-1Ard Biesheuvel1-0/+16
2016-04-25ArmPkg/Gic: Fix boundary checking bugHeyi Guo3-9/+9
2015-12-15ArmPkg/ArmGic: fix bug in GICv3 distributor configurationArd Biesheuvel1-2/+2
2015-12-03ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen1-17/+9
2015-08-10ArmPkg/GicV3: use GICv3 generic sysreg names only for GNU asArd Biesheuvel1-0/+10
2015-07-28ArmPkg: split off ArmGicArchLib from ArmGicLibArd Biesheuvel4-106/+2
2015-07-28ArmPkg: merge ArmGicV[23]Lib.h into ArmGicLib.hArd Biesheuvel8-133/+4
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