From 486df4612d18cf74e7bbcaa009d37e33199cd8fc Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 27 Jun 2018 13:09:49 +0200 Subject: Documentation: Add FIT payload documentation Describe the new uImage.FIT loader. Change-Id: I8b2060f2a63406669196bcbc190cc1511ae9fe94 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/27253 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese --- Documentation/lib/payloads/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/lib/payloads/index.md (limited to 'Documentation/lib/payloads/index.md') 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) -- cgit v1.2.3