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>
This commit is contained in:
Patrick Rudolph
2018-06-27 13:09:49 +02:00
committed by Philipp Deppenwiese
parent 8346a44dd1
commit 486df4612d
3 changed files with 168 additions and 0 deletions

View File

@@ -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)