the following patch was just integrated into master: commit f4a0d019fa07a0d867a23b36673ff300cdefce6c Author: Vladimir Serbinenko phcoder@gmail.com Date: Sat Mar 30 12:15:12 2013 +0100
util/cbmem: Don't output trailing garbage for cbmemc
Current code outputs the whole cbmemc buffer even if only part of it is really used. Fix it to output only the used part and notify the user if the buffer was too small for the required data.
Change-Id: I68c1970cf84d49b2d7d6007dae0679d7a7a0cb99 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com Reviewed-on: http://review.coreboot.org/2991 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Sat Apr 6 00:08:50 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Tue Apr 9 23:52:33 2013, giving +2 See http://review.coreboot.org/2991 for details.
-gerrit