the following patch was just integrated into master: commit 33eaf3a715e258597ca7924c94739433a343d1e6 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Fri Jun 6 21:46:47 2014 +0300
superio/smscsuperio: Fix chip detection
There was dereference of NULL dev->ops in pnp_enter/exit_conf_mode() as those calls were made before pnp_enable_devices() was run. Since hardware did not enter configuration mode, detection failed with ID and REV read as 0xff.
Change-Id: If13086707cd86e392890ccf4f717e13a87f3317f Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: http://review.coreboot.org/5949 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber nico.h@gmx.de
See http://review.coreboot.org/5949 for details.
-gerrit