the following patch was just integrated into master: commit d38e3de68c1e32d86337622b3f3d4559aa04eb33 Author: Aaron Durbin adurbin@chromium.org Date: Thu Oct 1 14:25:19 2015 -0500
cbfstool: provide printk() to cbfstool code
For shared compilation units between coreboot proper and cbfstool that means one needs to provide printk logging. Therefore, provide printk() at <console/console.h> to mimic coreboot's environment.
BUG=chrome-os-partner:44827 BRANCH=None TEST=Built cbfstool with code that includes and uses <console/console.h>.
Change-Id: I8e54d403526a397e4fd117738a367a0a7bb71637 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/11774 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See http://review.coreboot.org/11774 for details.
-gerrit