the following patch was just integrated into master: commit 24a31006d5089550f08076b78e51d92d687ae77a Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Fri Jul 27 19:22:26 2012 +0300
Fix mainboard level enable_dev()
Commit 188e3c2ff06a82f61d7d71e610b32b1a250c0a45 dropped mainboard out of the static device tree. This left dev_root->chip_ops unset, and mainboard_ops.enable_dev() was no longer called.
Change-Id: I6d447c8049a66041b8bb36ec9aac3e7e0d20a99b Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
Build-Tested: build bot (Jenkins) at Fri Jul 27 22:04:59 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Aug 3 00:34:49 2012, giving +2 See http://review.coreboot.org/1374 for details.
-gerrit