Hi Zvika,
On 09.02.19 20:40, Zvi Vered wrote:
PcdMrcInitSPDAddr1 = A0 PcdMrcInitSPDAddr2 = A2 ... C0.D0: SPD not present. C1.D0: SPD not present.
Did you solve this SPD problem yet? If not, this is likely still where your later logs end, i.e. in FSP's raminit. It seems you try to tell FSP to read them from the SMBus addresses above. If the addresses are cor- rect and the SPD chips present, it might not find them because the SMBus is not functional. IIRC, you have to configure the SoC pads explicitly to be used for SMBus. This is the first thing I'd investigate.
If you could push your code to Gerrit, or any public Git repository, we might be able to help you better.
Nico