arm-trusted-firmware/plat/imx/imx8m/imx8mp
Andrey Zhizhikin 901d74b2d4 fix(imx8m): move caam init after serial init
CAAM provides serial output during initialization, but the serial init
occurs after CAAM. This leads to serial output produced by CAAM init
function to be omitted and not displayed.

Change the order of initialization and call CAAM init after Serial. This
has no impact as Serial does not require CAAM to be initialized upfront.

Fixes: 2502709f60 ("plat: imx8m: Add caam module init on imx8m")
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Cc: Jacky Bai <ping.bai@nxp.com>
Change-Id: I09c0a5474a1babfb0b53c4455891689ec08b5bdb
2022-09-20 15:12:00 +02:00
..
include feat(imx8mp): enable BL32 fdt overlay support on imx8mp 2022-05-07 17:33:58 +08:00
gpc.c feat(imx8m): add the PU power domain support on imx8mm/mn 2022-06-27 09:27:11 +08:00
imx8mp_bl2_el3_setup.c feat(plat/imx/imx8m/imx8mp): add in BL2 with FIP 2021-09-14 21:42:01 +08:00
imx8mp_bl2_mem_params_desc.c feat(plat/imx/imx8m/imx8mp): add in BL2 with FIP 2021-09-14 21:42:01 +08:00
imx8mp_bl31_setup.c fix(imx8m): move caam init after serial init 2022-09-20 15:12:00 +02:00
imx8mp_psci.c plat: imx8mp: Add the basic support for i.MX8MP 2020-07-10 16:19:25 +08:00
imx8mp_rotpk.S feat(plat/imx/imx8m/imx8mp): enable Trusted Boot 2021-09-14 21:42:01 +08:00
imx8mp_trusted_boot.c feat(plat/imx/imx8m/imx8mp): enable Trusted Boot 2021-09-14 21:42:01 +08:00
platform.mk fix: make TF-A use provided OpenSSL binary 2022-08-04 10:45:46 +01:00