summaryrefslogtreecommitdiffstats
path: root/Documentation/payloads.md
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2020-02-27 14:06:53 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-02 11:39:16 +0000
commit4d9dd22bd1235717d623916f641ce69a6556a5b2 (patch)
tree0fd69cf66e4ced3dcce9b1d42d4296e5e47abc13 /Documentation/payloads.md
parent0751d7bded12440e6228e88b12ce212dcbc7d645 (diff)
downloadcoreboot-4d9dd22bd1235717d623916f641ce69a6556a5b2.tar.gz
coreboot-4d9dd22bd1235717d623916f641ce69a6556a5b2.tar.bz2
coreboot-4d9dd22bd1235717d623916f641ce69a6556a5b2.zip
Documentation: Add Heads to payloads
Add a small description about Heads. Change-Id: I2e768a640751fee1b1b5df4401205e24cde0607c Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39150 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'Documentation/payloads.md')
-rw-r--r--Documentation/payloads.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/payloads.md b/Documentation/payloads.md
index b1eae615ecde..eee841eacd85 100644
--- a/Documentation/payloads.md
+++ b/Documentation/payloads.md
@@ -40,3 +40,15 @@ availability of well-tested, battle-hardened drivers (as compared to
firmware project drivers that often reinvent the wheel) and the ability to
define boot policy with familiar tools, no matter if those are shell scripts
or compiled userland programs written in C, Go or other programming languages.
+
+## Heads
+
+[Heads] is a distribution that bundles coreboot, Linux, busybox and custom
+tools to provide reproducible ROMs. [Heads] aims to provide a secure and
+flexible boot environment for laptops and servers.
+It supports features like measured boot, kexec, GPG, OTP, TLS, firmware
+updates, but only works on a limited amount of mainboards.
+For more details have a look at [heads-wiki].
+
+[Heads]: https://github.com/osresearch/heads
+[heads-wiki]: http://osresearch.net/ \ No newline at end of file