Hello,
we are having issues enabling ECC in U-Boot 2019.04 on our custom AM5748 board.
We use the Excel sheet v2.0.2 for the values.
So far, without ECC enabled the board boots fine. But with ECC enabled via emif_ecc_ctrl_reg U-Boot hangs on relocation to DRAM:
RAM Configuration:
Bank #0: 80000000 2 GiB
Bank #1: 0 0 Bytes
DRAM: 2 GiB
initcall: 808110b9
New Stack Pointer is: fcf42eb0
initcall: 80811231
initcall: 80811305
initcall: 80811309
initcall: 808111d9
Relocation Offset is: 7e753000
Relocating to fef53000, new gd at fcf42ed8, sp at fcf42eb0
The only modification is
.emif_ecc_ctrl_reg = 0xD0000001, [according to https://e2e.ti.com/support/processors/f/791/t/756526]
What could be the cause for the crash? Could the timing with ECC be wrong while working fine without ECC?
Please advise any more information needed.
Thanks,
Michael