the following patch was just integrated into master: commit 41c003ca6db4a4537659ff59a1671d80a7d6e47c Author: Alexandru Gagniuc mr.nuke.me@gmail.com Date: Fri Aug 28 19:07:35 2015 -0400
soc/intel/common/fsp_ramstage.c: Don't die when printing HOB info
It doesn't make sense to die() when printing information. In fact the die() are protected by DISPLAY_HOBS config option. This can get confusing, so replace die() calls with printk().
Also since these messages are designed to be informational, keep them at BIOS_INFO log level.
Change-Id: Id75b9a54f4aea23074a7489d12809cc2da05f1cd Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com Reviewed-on: http://review.coreboot.org/11456 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/11456 for details.
-gerrit