the following patch was just integrated into master: commit aa3f7ba36ebe3a933aa664f826382f60b31e86f1 Author: Stefan Reinauer reinauer@chromium.org Date: Thu Mar 28 16:51:45 2013 -0700
cbfstool: Replace C++ code with C code
cbfstool was using a C++ wrapper around the C written LZMA functions. And a C wrapper around those C++ functions. Drop the mess and rewrite the functions to be all C.
Change-Id: Ieb6645a42f19efcc857be323ed8bdfcd9f48ee7c Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/3010 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Tue Apr 2 23:35:00 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Wed Apr 3 02:35:28 2013, giving +2 See http://review.coreboot.org/3010 for details.
-gerrit