the following patch was just integrated into master: commit 2ed8104b9e82e59391138c256b3b2b1b94d802ed Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Tue Aug 7 17:12:11 2012 +0300
AMD northbridges: factor out CPU allocation
Factor CPU allocation out of AMD northbridge codes. As CPU topology information is required for generation of certain ACPI tables, make this code globally available.
For AMDK8 and AMDFAM10 northbridge, there is a possible case of BSP CPU with lapicid!=0. We do not want to leave the lapic 0 from devicetree unused, so always use that node for BSP CPU.
Change-Id: I8b1e73ed5b20b314f71dfd69a7b781ac05aea120 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
Build-Tested: build bot (Jenkins) at Tue Aug 7 17:07:05 2012, giving +1 Reviewed-By: Anton Kochkov anton.kochkov@gmail.com at Tue Aug 14 15:46:07 2012, giving +1 Reviewed-By: Alexandru Gagniuc mr.nuke.me@gmail.com at Mon Aug 27 15:36:47 2012, giving +2 See http://review.coreboot.org/1418 for details.
-gerrit