the following patch was just integrated into master: commit 595f87e0ecef610601b28aaf7ccf9c73fde76aae Author: Aaron Durbin adurbin@chromium.org Date: Thu Jun 13 17:29:36 2013 -0700
slippy/falco/peppy: Fix SPD GPIO initialization.
SPD GPIOs were being read prior to initialization in romstage_common. To fix, pass the copy_spd function to romstage_common, to be called at the appropriate time (after PCH init, before DRAM init).
Change-Id: I2554813e56a58c8c81456f1a53cc8ce9c2030a73 Signed-off-by: Aaron Durbin adurbin@chromium.org Signed-off-by: Shawn Nematbakhsh shawnn@chromium.org Reviewed-on: https://gerrit.chromium.org/gerrit/58608
See http://review.coreboot.org/4237 for details.
-gerrit