arm-trusted-firmware/services/std_svc/spm/el3_spmc
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
..
logical_sp.c feat(spmc/lsp): add logical partition framework 2022-05-04 12:07:33 +01:00
spmc_main.c feat(spmc): enable handling of the NS bit 2022-05-19 15:02:47 +01:00
spmc_pm.c feat(spmc): add support for FF-A power mgmt. messages in the EL3 SPMC 2022-05-13 15:51:23 +01:00
spmc_setup.c feat(spmc): add support for v1.1 FF-A boot protocol 2022-05-19 10:57:37 +01:00
spmc_shared_mem.c fix(spmc): fix relinquish validation check 2022-08-21 23:33:40 +01:00
spmc_shared_mem.h feat(fvp): add plat hook for memory transactions 2022-05-19 15:02:47 +01:00
spmc.h refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
spmc.mk feat(tsp): add FF-A support to the TSP 2022-08-24 14:46:30 +01:00