libpayload update
authorStefan Reinauer <stepan@coresystems.de>
Thu, 25 Mar 2010 22:15:19 +0000 (22:15 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 25 Mar 2010 22:15:19 +0000 (22:15 +0000)
commite5d30b78b7720ba3e511819b7fc51c11d642153b
tree16e7be335542de064aef267c7c6095f5c8cd3496
parent516a2a7bfaee5d4aa4d1e7e5ff52d3038513c82f
libpayload update

* rework Config.in
* add string_to_args function to actually make getopt usable.
* add strchr
* add strlcat
* some malloc fixes (exposed by the USB stack)
* add malloc debugging (thanks to Matthias Krause from Secunet!)
* make LAR support optional, it's not really used anymore
* (define htoX macros for ppc)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5298 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/Config.in
payloads/libpayload/include/getopt.h
payloads/libpayload/include/libpayload.h
payloads/libpayload/include/powerpc/arch/endian.h
payloads/libpayload/libc/Makefile.inc
payloads/libpayload/libc/args.c [new file with mode: 0644]
payloads/libpayload/libc/malloc.c
payloads/libpayload/libc/string.c