the following patch was just integrated into master: commit 31c5e07a04e90c03822d216d2dc92454b42e21ce Author: Kimarie Hoot kimarie.hoot@se-eng.com Date: Wed Mar 6 16:18:09 2013 -0700
AMD Inagua: Use SPD read code from F14 wrapper
Changes: - Get rid of the inagua mainboard specific code and use the platform generic function wrapper that was added in change http://review.coreboot.org/#/c/2497/ AMD f14: Add SPD read functions to wrapper code
- Move DIMM addresses into devicetree.cb
- Add the ASF init that used to be in the SPD read code into mainboard_enable()
Notes: - The DIMM reads only happen in romstage, so the function is not available in ramstage. Point the read-SPD callback to a generic function in ramstage.
Change-Id: Id05227fcf18c6ab94ffe1beb50b533ab7b0535db Signed-off-by: Kimarie Hoot kimarie.hoot@se-eng.com Reviewed-on: http://review.coreboot.org/2607 Reviewed-by: Martin Roth martin.roth@se-eng.com Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
Build-Tested: build bot (Jenkins) at Fri Mar 8 22:29:10 2013, giving +1 Reviewed-By: Martin Roth martin.roth@se-eng.com at Fri Mar 8 22:20:34 2013, giving +2 See http://review.coreboot.org/2607 for details.
-gerrit