aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/common/arm_gicv3.c
AgeCommit message (Expand)Author
2023-11-01fix(ras): remove RAS_FFH_SUPPORT and introduce FFH_SUPPORTManish Pandey
2023-08-01feat(arm): enable FHI PPI interrupt to report CPU errorsOmkar Anand Kulkarni
2023-02-20build: always prefix section names with `.`Chris Kay
2022-09-22refactor(libc): clean up dependencies in libcClaus Pedersen
2019-12-10arm: gicv3: Fix compiler dependent behaviorAmbroise Vincent
2019-11-05plat/arm/gicv3: add support for probing multiple GIC Redistributor framesVijayenthiran Subramaniam
2019-09-25Migrate ARM platforms to use the new GICv3 APIMadhukar Pappireddy
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-01-25plat/arm: Sanitise includesAntonio Nino Diaz
2019-01-16Merge pull request #1758 from pbeesley-arm/pb/spellingAntonio Niño Díaz
2019-01-15Correct typographical errorsPaul Beesley
2019-01-15plat/arm: Fix header dependenciesAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-10-29Add helper to return reference to a symbolSoby Mathew
2018-10-03Mark GICV3, CCI and CCN boot time code as initDaniel Boulby
2018-02-28Fix MISRA rule 8.4 Part 1Roberto Vargas
2017-11-03Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_savedavidcunado-arm
2017-10-16ARM platforms: Migrate to using interrupt propertiesJeenu Viswambharan
2017-10-11ARM platforms: enable GICv3 state save/restoreSoby Mathew
2017-08-01FVP: Add support for multi-threaded CPUsJeenu Viswambharan
2017-05-03Use SPDX license identifiersdp-arm
2017-01-24Use #ifdef for AARCH32 instead of #ifMasahiro Yamada
2017-01-24Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada
2016-12-15Introduce ARM platform APIs for GICv3 RedistributorJeenu Viswambharan
2016-08-10AArch32: Add essential ARM platform and FVP supportSoby Mathew
2016-04-27Remove support for legacy VE memory map in FVPSoby Mathew
2015-12-09Rework use of ARM GIC drivers on ARM platformsAchin Gupta