Yes, that worked. Thank you so much!
Seems obvious in restrspect. :-)
Mark Mason Engineering Design Team
Mark C. Mason [mailto:mark@edt.com] wrote:
]Hey Scott, we're working with a design where only DIMM 0 is present. ]Do you happen to know where AMD excludes the out-of-place dimm? ] ]Thanks, ]Mark
Hello Mark,
I think it might be in mmExcludeDimm.c, or maybe the caller of one of the functions in that file. I remember finding it a few years ago and it wasn't easy. The good news is that you shouldn't have to modify the agesa code. The solution might be to change the buildOpts.c line:
NUMBER_OF_DIMMS_SUPPORTED (ANY_SOCKET, ANY_CHANNEL, 2)
from 2 to 1. Once you do this, update spdAddrLookup in devicetree.cb to match. Thanks, Scott