the following patch was just integrated into master: commit ac5ffb75785135386c1b4dc52d4f6d0bdf151f49 Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Wed Feb 12 15:54:47 2014 -0600
google boards: Do not hardcode location of spd.bin
spd.bin can reside anywhere in CBFS, and we only use CBFS APIs to access and read it. As such, there is no need to hardcode it, and it can collide with mrc.bin or mrc.cache on some boards. Do not use a specific position for spd.bin, but instead let cbfstool find the optimal placement.
Change-Id: I496094d3c0de708813494095b7ac4be8addb4112 Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com
See http://review.coreboot.org/5210 for details.
-gerrit