coreboot-kgpe-d16/payloads/libpayload/libc
Jordan Crouse 9dac1b4cca libpayload: Add an exec() and i386_do_exec() function
Add functions for libpayload to execute other payloads in memory,
and have those functions return cleanly.

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3338 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-05-20 20:10:49 +00:00
..
Makefile.inc libpayload: Add an exec() and i386_do_exec() function 2008-05-20 20:10:49 +00:00
console.c libpayload: Enable keyboard translation so that we can use scancode set 1 2008-04-25 23:09:39 +00:00
ctype.c Correct upper boundary for isxdigit. 2008-04-12 20:09:46 +00:00
exec.c libpayload: Add an exec() and i386_do_exec() function 2008-05-20 20:10:49 +00:00
ipchecksum.c Cosmetics, fix typos (trivial). 2008-03-21 18:37:23 +00:00
lar.c libpayload: Add larfptr function 2008-05-20 20:09:42 +00:00
lib.c Convert BIN2HEX/HEX2BIN to functions and add the abs() family 2008-04-11 18:38:04 +00:00
malloc.c libpayload: Fix malloc allocation 2008-04-25 23:08:47 +00:00
memory.c Cosmetics, coding style fixes (trivial). 2008-03-20 19:54:59 +00:00
printf.c libpayload: Fix a small but aggressive bug in printf() 2008-04-25 23:10:23 +00:00
rand.c Add rand/rand_r/srand functions for generating pseudo-random bytes. 2008-04-07 23:33:50 +00:00
string.c libpayload: Add the null terminator to the end of the duplicated string 2008-04-25 23:07:39 +00:00
time.c libpayload: Add gettimeofday() and friends 2008-04-25 23:11:02 +00:00