the following patch was just integrated into master: commit 86270fd109e0e475e0d2db74aa34aed92a72cd7b Author: Siyuan Wang wangsiyuanbuaa@gmail.com Date: Fri Sep 7 19:03:24 2012 +0800
agesa fam15 northbridge: change lapic_id to accommodate two CPUs
According to http://review.coreboot.org/gitweb?p=coreboot.git;a=blob;f=src/vendorcode/amd... line 273, adjust apic id to accommodate two CPUs. The Tyan S8226 has two CPU sockets, and the current code just finds one CPU's cores. we adjust apic_id in cpu_bus_scan so as to find all CPUs.
Change-Id: Ib3263fc6f5508f744b81e8e388fde9ccd9b51851 Signed-off-by: Siyuan Wang SiYuan.Wang@amd.com Signed-off-by: Siyuan Wang wangsiyuanbuaa@gmail.com
Build-Tested: build bot (Jenkins) at Mon Sep 10 13:29:01 2012, giving +1 Reviewed-By: Marc Jones marcj303@gmail.com at Tue Sep 11 19:43:38 2012, giving +2 See http://review.coreboot.org/1498 for details.
-gerrit