arm-trusted-firmware/drivers/arm/gic/v3
Claus Pedersen 885e268304 refactor(libc): clean up dependencies in libc
- Removing platform dependencies from libc modules.
- Replacing panicking with actual error handling.
- Debug macros are included indirectly from assert.h. Removing
  "platform_def.h" from assert.h and adding "common/debug.h"
  where the macros are used.
- Removing hack for fixing PLAT_LOG_LEVEL_ASSERT to 40.
  Instead removing assert with expression, as this
  does not provide additional information.

Signed-off-by: Claus Pedersen <claustbp@google.com>
Change-Id: Icc201ea7b63c1277e423c1cfd13fd6816c2bc568
2022-09-22 13:23:49 +02:00
..
arm_gicv3_common.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
gic600_multichip_private.h feat(gicv3): validate multichip data for GIC-700 2022-07-29 10:59:47 +01:00
gic600_multichip.c feat(gicv3): validate multichip data for GIC-700 2022-07-29 10:59:47 +01:00
gic600ae_fmu_helpers.c feat(gic600ae_fmu): disable SMID for unavailable blocks 2022-04-07 10:00:23 +02:00
gic600ae_fmu.c feat(gic600ae_fmu): enable all GICD, PPI, ITS SMs 2022-04-07 15:21:40 +02:00
gic-x00.c refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
gicdv3_helpers.c TF-A GICv3 driver: Add extended PPI and SPI range 2020-04-06 16:27:54 +01:00
gicrv3_helpers.c TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors 2020-04-07 18:40:44 +01:00
gicv3_helpers.c refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
gicv3_main.c feat(gic): add APIs to raise NS and S-EL1 SGIs 2022-09-14 16:08:29 +02:00
gicv3_private.h fix(gicv3): fix iroute value wrong issue 2021-12-06 17:38:39 +01:00
gicv3.mk fix(gic600): implement workaround to forward highest priority interrupt 2022-06-15 22:02:13 +01:00