5f4c8abb65
Signed-off-by: Christopher Kilgour <techie@whiterocker.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3179 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 |
||
---|---|---|
.. | ||
curses | ||
drivers | ||
i386 | ||
include | ||
libc | ||
sample | ||
util/kconfig | ||
Config.in | ||
LICENSES | ||
Makefile | ||
README | ||
libpayload.ldscript |
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.