2015-10-23 18:59 GMT+02:00 Nico Huber nico.h@gmx.de:
Well, we have raminit code that we can not fix, i.e. the BLOBs. So, if anything we should write serialization that takes a struct and generates the binary during runtime. Yeah, more BLOB wrapping code!
Even source AGESA (SourcePI?) uses spd.bin, see src/northbridge/amd/agesa/common/common.c
It's the go-to workaround when you have code that expects an SPD ROM to be around and you don't have it.
Patrick