summaryrefslogtreecommitdiff
path: root/payloads/libpayload/README
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/libpayload/README')
-rw-r--r--payloads/libpayload/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/payloads/libpayload/README b/payloads/libpayload/README
new file mode 100644
index 0000000000..7f35fc4e07
--- /dev/null
+++ b/payloads/libpayload/README
@@ -0,0 +1,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.