diff options
Diffstat (limited to 'Documentation/lib/payloads/index.md')
-rw-r--r-- | Documentation/lib/payloads/index.md | 11 |
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) |