the following patch was just integrated into master: commit eef45f9cfd016343fbcf92b4df5b3d76a39c5136 Author: Kimarie Hoot kimarie.hoot@se-eng.com Date: Fri Mar 8 13:54:10 2013 -0700
Supermicro H8QGI: Use SPD read code from F15 wrapper
Changes: - Get rid of the h8qgi mainboard specific code and use the platform generic function wrapper that was added in change http://review.coreboot.org/#/c/2777/ AMD Fam15: Add SPD read functions to wrapper code
- Move DIMM addresses into devicetree.cb
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. - select_socket() and restore_socket() started by duplicating sp5100_set_gpio() and sp5100_restore_gpio(), which were in dimmSpd.c. In addition to renaming the functions to more specifically state their purpose, some cleanup and magic number reduction was done.
Change-Id: I346ebd8399d4ba3e280576e667fdc62fa75a63b8 Signed-off-by: Kimarie Hoot kimarie.hoot@se-eng.com Reviewed-on: http://review.coreboot.org/2828 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Tue Mar 19 18:18:03 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Wed Mar 20 05:53:30 2013, giving +2 See http://review.coreboot.org/2828 for details.
-gerrit