the following patch was just integrated into master: commit e112b746e0559a4a31bfe0eccbf0cabef89630c8 Author: Hung-Te Lin hungte@chromium.org Date: Wed Mar 13 18:08:29 2013 +0800
libpayloads: Provide BSD/glibc style endian functions.
The functions in endian.h (betoh{l,w,ll} and others) were named differently from the well-known BSD/glibc style endian functions (ex, betoh{16,32,64}). We should provide the BSD/glibc style functions to prevent confusion.
Change-Id: Ia3bee481ba7989ac25b79ddb89bc6819d52fd8c3 Signed-off-by: Hung-Te Lin hungte@chromium.org Reviewed-on: http://review.coreboot.org/2705 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 Wed Mar 13 11:41:58 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Wed Mar 13 17:37:08 2013, giving +2 See http://review.coreboot.org/2705 for details.
-gerrit