the following patch was just integrated into master: commit d548e5c6d977cc76cd02a8c8d0d402ec840123f7 Author: Stefan Reinauer reinauer@chromium.org Date: Mon Jan 5 14:27:46 2015 -0800
broadwell: Use correct include file for console functions
console_tx_byte() is defined in stream.h, not console.h. This will cause problems later, when untangling more ROMCC and console code. Hence, fix the issue beforehand.
Change-Id: If4e04bd6c69b630912414676950157d06c364d74 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-on: http://review.coreboot.org/8121 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan eocallaghan@alterapraxis.com
See http://review.coreboot.org/8121 for details.
-gerrit