the following patch was just integrated into master: commit c7b6d7db092cfd925f1fb6333e166a54663310e7 Author: Stefan Reinauer reinauer@chromium.org Date: Mon Mar 25 15:03:41 2013 -0700
libpayload: Fix type issues
There were a number of type issues in libpayload that sneaked in with 903f8e0.
- size_t and ssize_t were conflicting with gcc builtins - some stdint types were used in libpayload but not defined in our stdint.h
With this patch it's possible to compile libpayload with the reference toolchain again.
Change-Id: Idd5ccfdd9f3536b36bceca2d101e7405883b10bc Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/2903 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Tue Mar 26 19:36:29 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Tue Mar 26 19:36:33 2013, giving +2 See http://review.coreboot.org/2903 for details.
-gerrit