coreboot-kgpe-d16/payloads/libpayload/arch/powerpc
Patrick Georgi 980a69b8c2 Attached patch moves functions out of the huge libpayload.h into headers
according to libc/posix traditions, to simplify porting applications to
payloads.

It also adds a couple of functions:
strcasecmp, strncasecmp, strcat, strtol, strspn, strcspn, strtok_r,
strtok, perror, exit, getpagesize

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5643 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-06-24 11:16:10 +00:00
..
Makefile.inc This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
coreboot.c This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
exec.S This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
head.S This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
main.c This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
sysinfo.c This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
timer.c This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
util.S This change adds PPC support to libpayload, and hooks it up in the build 2009-05-21 10:02:52 +00:00
virtual.c Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00