the following patch was just integrated into master: commit 538cced3053db303a8399735c4b7d116731b6ed7 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Fri Feb 14 21:33:10 2014 +1100
SerialICE: Fix sio_putstring discarding 'const' qualifier.
In serialice.c the function 'serialice_mainboard()' passes the argument 'const char *' to the function 'sio_putstring()'. However it discards 'const' qualifier from pointer target type.
In file included from serialice.c:29:0: serial.c:85:13: note: expected 'char *' but argument is of type 'const char *'
Change-Id: I144173d7d13098f0e5115a2ec92b4aa20fcec5bc Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com
See http://review.coreboot.org/5223 for details.
-gerrit