aboutsummaryrefslogtreecommitdiff
path: root/Documentation/lib/payloads/index.md
diff options
context:
space:
mode:
authorPatrick Rudolph <patrick.rudolph@9elements.com>2018-06-27 13:09:49 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-08-08 23:49:38 +0000
commit486df4612d18cf74e7bbcaa009d37e33199cd8fc (patch)
tree7a6fc2b9b363df24ff89d1f53c3a90cd5a3be6c5 /Documentation/lib/payloads/index.md
parent8346a44dd10ae24f309324df621d6be0c2acd1df (diff)
Documentation: Add FIT payload documentation
Describe the new uImage.FIT loader. Change-Id: I8b2060f2a63406669196bcbc190cc1511ae9fe94 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/27253 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'Documentation/lib/payloads/index.md')
-rw-r--r--Documentation/lib/payloads/index.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/lib/payloads/index.md b/Documentation/lib/payloads/index.md
new file mode 100644
index 0000000000..44daef18b4
--- /dev/null
+++ b/Documentation/lib/payloads/index.md
@@ -0,0 +1,11 @@
+# Payload-specific documentation
+
+This section contains documentation about coreboot on specific payloads.
+
+Payloads are run after coreboot has initialized the hardware.
+coreboot supports multiple payloads, depending on the architecture of the
+selected mainboard.
+
+## FIT
+
+- [uImage.FIT support](fit.md)