arm-trusted-firmware/plat/imx/imx8m/imx8mq
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 fix(imx8mq): correct architected counter frequency 2022-05-23 12:31:53 +02:00
gpc.c feat(imx8mq): add 100us delay after USB OTG SRC bit 0 clear 2022-05-25 10:37:41 +08:00
imx8mq_bl31_setup.c fix(imx8m): move caam init after serial init 2022-09-20 15:12:00 +02:00
imx8mq_psci.c feat(plat/imx8m): add system_reset2 implementation 2021-06-17 02:27:14 +01:00
platform.mk feat(imx8/imx8m): switch to xlat_tables_v2 2022-05-07 17:33:58 +08:00