the following patch was just integrated into master: commit e0c974185c32a89206cb3037f9a9f35aa0dd82d7 Author: Gabe Black gabeblack@google.com Date: Fri Jan 18 15:14:03 2013 -0800
libpayload: Remove unnecessary include of arch/msr.h
The functions defined in that header aren't used anywhere in the actual code, and that include breaks things on ARM.
Built for ARM with COREBOOT_VIDEO_CONSOLE turned on and saw compiler errors go away.
Change-Id: I56d6fe5e00c8fccda6e31ef8752326bd36398e74 Signed-off-by: Gabe Black gabeblack@google.com Reviewed-on: http://review.coreboot.org/2656 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Tue Mar 12 10:21:35 2013, giving +2 Build-Tested: build bot (Jenkins) at Tue Mar 12 04:50:08 2013, giving +1 See http://review.coreboot.org/2656 for details.
-gerrit