aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/README
blob: 7f35fc4e07fd2f09a66d24f88e46cedb4d6c98f3 (plain)
1
2
3
4
5
6
7
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.