the following patch was just integrated into master: commit 6eeeaa3385da679de6c674ce7fd6d6b336ea9d27 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Wed Mar 6 20:19:27 2013 +0200
Refactor matching filters to actions
Each hooks list has some criteria when an action matches a filter.
For memory and IO, the action address must be within the range of an enabled filter.
For CPUID and MSR, the filter must be enabled, and the filter internally checks the index parameters.
Change-Id: I6f035a0a39d1f94dc77e1b1dc16459b071ca871a Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: http://review.coreboot.org/2598 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Sat Mar 9 01:22:11 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Mar 15 17:09:47 2013, giving +2 See http://review.coreboot.org/2598 for details.
-gerrit