Current TFA boot software does not support UDIMM 18ADF2G72AZ-2G6E1. Our software team is aware of this problem and is working on solving this issue.
Meantime try to use following sw patch, it relates to file \plat\nxp\soc-ls1088\ls1088ardb\ddr_init.c.
Following code needs to be changed:
--------------
static const struct board_timing udimm[] = {
{0x04, rce, 0x01030508, 0x090b0d06},
};
-------------
After change:
-------------
static const struct board_timing udimm[] = {
{0x04, rce, 0x01030508, 0x090b0d06},
{0x0F, rce, 0x01030508, 0x090b0d06},
};
-------------
Regards,
Bulat