the following patch was just integrated into master: commit 8ff97b2973329ee7e3b50471a10f63bbbe13b0ee Author: Siyuan Wang wangsiyuanbuaa@gmail.com Date: Sun Oct 28 18:19:38 2012 +0800
Supermicro h8scm: add agesa version of supermicro
Supermicro h8scm has a C32 CPU socket, the details of this board is: http://www.supermicro.com/Aplus/motherboard/Opteron4100/SR56x0/H8SCM-F.cfm We are planning to replace legacy C32 code with agesa and the h8scm_fam10 do not support family 15 CPU, so we update this mainboard with this patch.
This code supports memory at 800M Hz of f10 CPU, bu f15 CPU does not has this limitation. If you want to change the frequency of memory, please edit the macros "BLDCFG_MEMORY_BUS_FREQUENCY_LIMIT" and "BLDCFG_MEMORY_CLOCK_SELECT" in src/mainboard/supermicro/h8scm/buildOpts.c
Change-Id: I9ca9e70d7f3e82c07e7d36695bf31008db152afb Signed-off-by: Siyuan Wang SiYuan.Wang@amd.com Signed-off-by: Siyuan Wang wangsiyuanbuaa@gmail.com Reviewed-on: http://review.coreboot.org/1510 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones marcj303@gmail.com
Build-Tested: build bot (Jenkins) at Thu Nov 29 03:44:51 2012, giving +1 Reviewed-By: Marc Jones marcj303@gmail.com at Fri Nov 30 20:11:54 2012, giving +2 See http://review.coreboot.org/1510 for details.
-gerrit