the following patch was just integrated into master: commit e690eda978690e8c44804fe81f545a87a552685f Author: Aaron Durbin adurbin@chromium.org Date: Thu Apr 25 08:42:23 2013 -0500
cbfs: make searching for a file less verbose
The cbfs core code would print out all unmatched file names when searching for a file. This contributes to a lot of unnecessary messages in the boot log. Change this message to a DEBUG one so that it will only be printed when CONFIG_DEBUG_CBFS is enabled.
Change-Id: I1e46a4b21d80e5d2f9b511a163def7f5d4e0fb99 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/3131 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Marc Jones marc.jones@se-eng.com Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Thu May 2 02:25:33 2013, giving +1 See http://review.coreboot.org/3131 for details.
-gerrit