the following patch was just integrated into master: commit 07f63f5bc09b65f36e5b720f2a1b829ec4f6bf00 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Fri Jul 6 19:02:56 2012 +0300
AMD northbridges: rewrite CPU allocation
Use of alloc_find_dev() prevents creation of a device duplicates for device_path and is SMP safe.
Reduce scope of variables to make the code more readable and in preparation for refactoring the allocation out of northbridge.c.
Change-Id: I153dc1a5cab4f2eae4ab3a57af02841cb1a261c0 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
Build-Tested: build bot (Jenkins) at Mon Aug 6 07:46:18 2012, giving +1 Reviewed-By: Anton Kochkov anton.kochkov@gmail.com at Tue Aug 14 15:18:08 2012, giving +1 Reviewed-By: Alexandru Gagniuc mr.nuke.me@gmail.com at Mon Aug 27 15:35:33 2012, giving +2 See http://review.coreboot.org/1186 for details.
-gerrit