blob: 7f35fc4e07fd2f09a66d24f88e46cedb4d6c98f3 [file] [log] [blame]
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.