the following patch was just integrated into master: commit 903f8e03307de8a689244eec5bf9aface73850b1 Author: Gabe Black gabeblack@google.com Date: Tue Feb 26 23:18:24 2013 -0800
libpayload: Add size_t and ssize_t types for ARM and x86
Some new TPM drivers in depthcharge require that type. I added it to arch/types.h which seemed appropriate, but I'm not sure that's exactly the right header to use, or in other words if you'd get that type from libpayload the same way you'd get it if you were building a standard Linux program.
Also, I attempted to determine what underlying types gcc would use, and while I think I picked the right ones I'm not 100% certain of that either.
Change-Id: Ic5c0b4173c8565ede3bfce8870976d596d69e51d Signed-off-by: Gabe Black gabeblack@google.com Reviewed-on: http://review.coreboot.org/2669 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones marc.jones@se-eng.com Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Tue Mar 12 23:00:23 2013, giving +1 Reviewed-By: Marc Jones marc.jones@se-eng.com at Wed Mar 13 06:25:20 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Wed Mar 13 23:41:39 2013, giving +2 See http://review.coreboot.org/2669 for details.
-gerrit