That's the problem - we don't see anything on the serial port.
Our board is similar to i.MX8M Plus EVK. We have started by taking newest u-boot source code from (u-boot official web site) here: https://u-boot.readthedocs.io/en/v2021.04/board/freescale/imx8mp_evk.html
We have good DDR configuration - in NXP DDR Tool, our board passes all tests; meaning, PMIC works, CPU and DDR work, USB works, debug UART works.
When building u-boot, since we use UART 1 as opposed to UART 2 on EVK, we configured corresponding pins, clocks and registers. Also we replaced DDR parameters file with the one corresponding to our board. We use the same PMIC as EVK board, on the same I2C bus, so we left PMIC initialization unchanged. Everything compiles and links without issues.
When we try to download our flash.bin (using newest uuu tool), uuu recognizes the CPU, downloads something - it gets to 18% - and then reports a timeout and exits. Absolutely nothing comes out on UART.
We will be grateful for any suggestions what we should try next.