the following patch was just integrated into master:
commit ef80d93df0878bb61325ebee312614263660d9aa
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Tue Jul 10 10:19:40 2012 +0300
Fix APIC cpu_index
If a CPU was pre-allocated, cpu_path is not copied and thus
index would not be updated. This breaks cpu_index() and AMD
model_fxx is possibly broken without this patch.
Change-Id: I77483181cf0bca31423c655942c022bffab3c7ea
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Build-Tested: build bot (Jenkins) at Tue Jul 10 10:04:53 2012, giving +1
See http://review.coreboot.org/1199 for details.
-gerrit
the following patch was just integrated into master:
commit 5da88b005c2b1114d49ba345893f457f44353ff3
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Sat Jul 7 17:15:51 2012 +0300
Use dev_lock for alloc_find_dev()
If threads called alloc_find_dev() with same device_path
simultaneously, two device nodes could be allocated.
This bug is not triggered by current code.
Change-Id: Ifc87021c8d6f422901c5de5dd17392e3e2309afa
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Build-Tested: build bot (Jenkins) at Sat Jul 7 22:46:22 2012, giving +1
See http://review.coreboot.org/1188 for details.
-gerrit