Hi @edayes,
I hope you are doing well.
BL32_BASE needs to be changed at /plat/imx/imx8m/imx8mm/platform.mk in imx-atf.
it can be calculated as below.
BL32_BASE = DRAM_BASE + DRAM_SIZE - 0x02000000
In your case, BL32_BASE should be 0x9E000000
One needs to also change TEE_LOAD_ADDR to 0x9E000000 at /iMX8M/ soc.mak in imx-boot
Please mention the UART used for debug console.
Thanks & Regards,
Dhruvit Vasavada