libpayload: The initial chunk of code writen by AMD
[coreboot.git] / payloads / libpayload / README
1 This is libpayload, a minimal library to support standalone payloads
2 that can be booted with firmware like coreboot.  It handles the setup
3 code, and provides common C library symbols such as malloc() and
4 printf().
5
6 Please see the sample/ directory for an example of the payload in
7 action.