the following patch was just integrated into master: commit f0397353c71561aa4eb203b9f04f45af02e19a24 Author: Patrick Georgi patrick.georgi@secunet.com Date: Thu Dec 1 13:03:30 2011 +0100
Add hooking mechanism to provide for special parsers
Right now the code hardcodes a lot of special handling. The idea is to move these into functions that are run until one is successful, or use a standard routine if none claimed responsibility.
Later-on, these handlers could be chipset specific and enabled automatically to provide a better view of what's going on.
Change-Id: I10cf9debd718cf5f60a652d071dcb9356ac79a03 Signed-off-by: Patrick Georgi patrick.georgi@secunet.com
Build-Tested: build bot (Jenkins) at Thu Dec 22 21:49:15 2011, giving +1 See http://review.coreboot.org/462 for details.
-gerrit