Unfortunately using that register settings from that Exel sheet doesn't change anything using the stress-test-tool.
And using that as DCD values for uboot doesn't work. My values that are some kind of mix of examples and work "a little" compared to the calculated values.
Interesting might be that writes to MMDC-Registers from uboot immediately stop running any further:
writel((MMDC_P0_IPS_BASE_ADDR + MDPDC_OFFSET), readl((MMDC_P0_IPS_BASE_ADDR + MDPDC_OFFSET)));
While reading is no problem and shows the value I've set with DCD-Data.
printf("DDR3: MDPDC: %08X\n", readl((MMDC_P0_IPS_BASE_ADDR + MDPDC_OFFSET)));
I think I have to see how I can get JTAG-Access to the board :smileysad: