coreboot/payloads/libpayload
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
..
bin libpayload: Implement gcc wrappers for libpayload 2008-04-09 23:05:59 +00:00
crypto
curses libpayload: Fix curses subwindows 2008-05-20 20:08:11 +00:00
drivers libpayload: Fix the putc function 2008-05-14 20:07:31 +00:00
i386 libpayload: Add an exec() and i386_do_exec() function 2008-05-20 20:10:49 +00:00
include libpayload: Add an exec() and i386_do_exec() function 2008-05-20 20:10:49 +00:00
lib libpayload: Implement gcc wrappers for libpayload 2008-04-09 23:05:59 +00:00
libc libpayload: Add an exec() and i386_do_exec() function 2008-05-20 20:10:49 +00:00
sample libpayload: Fix the putc function 2008-05-14 20:07:31 +00:00
util/kconfig
Config.in Various small consistency fixes (trivial): 2008-04-11 18:01:50 +00:00
LICENSES Add rand/rand_r/srand functions for generating pseudo-random bytes. 2008-04-07 23:33:50 +00:00
Makefile libpayload: Avoid .svn files in the header install 2008-04-10 17:57:42 +00:00
README

This is libpayload, a minimal library to support standalone payloads
that can be booted with firmware like coreboot.  It handles the setup
code, and provides common C library symbols such as malloc() and
printf().

Please see the sample/ directory for an example of the payload in
action.