arm-trusted-firmware/plat/imx/imx8m
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
..
ddr feat(imx8m): add the ddr frequency change support for imx8m family 2022-06-27 09:27:11 +08:00
imx8mm fix(imx8m): move caam init after serial init 2022-09-20 15:12:00 +02:00
imx8mn fix(imx8m): move caam init after serial init 2022-09-20 15:12:00 +02:00
imx8mp fix(imx8m): move caam init after serial init 2022-09-20 15:12:00 +02:00
imx8mq fix(imx8m): move caam init after serial init 2022-09-20 15:12:00 +02:00
include feat(imx8m): add the PU power domain support on imx8mm/mn 2022-06-27 09:27:11 +08:00
gpc_common.c feat(imx8m): add the PU power domain support on imx8mm/mn 2022-06-27 09:27:11 +08:00
imx8m_caam.c fix(imx8m): correct serial output for HAB JR0 2022-09-20 08:03:57 +02:00
imx8m_csu.c feat(imx8m): add a simple csu driver for imx8m family 2022-05-07 17:33:58 +08:00
imx8m_dyn_cfg_helpers.c refactor(libc): clean up dependencies in libc 2022-09-22 13:23:49 +02:00
imx8m_image_load.c refactor(plat/imx/imx8m): make image load logic for TBBR FIP booting common 2021-09-14 21:42:01 +08:00
imx8m_measured_boot.c feat(plat/imx/imx8m/imx8mm): add support for measured boot 2022-02-14 02:36:35 +08:00
imx8m_psci_common.c feat(imx8m): add the anamix pll override setting 2022-06-27 09:27:11 +08:00
imx_aipstz.c Fix the License header template in imx_aipstz.c 2019-07-01 14:16:27 +01:00
imx_rdc.c plat: imx8m: Add basic rdc module init driver 2019-07-24 09:03:03 +08:00