the following patch was just integrated into master: commit d466d750d71f979ccd6636306b51f2d87cb19cba Author: Aaron Durbin adurbin@chromium.org Date: Tue Mar 19 12:41:29 2013 -0500
x86: provide more C standard environment
There are some external libraries that are built within coreboot's environment that expect a more common C standard environment. That includes things like inttypes.h and UINTx_MAX macros. This provides the minimal amount of #defines and files to build vboot_reference.
Change-Id: I95b1f38368747af7b63eaca3650239bb8119bb13 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/2859 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Wed Mar 20 01:14:10 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Wed Mar 20 04:20:24 2013, giving +2 See http://review.coreboot.org/2859 for details.
-gerrit