From 61adb2d2474eb72ea05365ef81e5c6d7e5f61441 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 18 Mar 2021 20:25:13 +1300 Subject: binman: doc: Add documentation to htmldocs Add a link to binman's documentation and adjust the files so that it is accessible. Use the name README.rst so it is easy to discover when binman is installed without U-Boot. Signed-off-by: Simon Glass --- doc/usage/fit.rst | 8 ++++++++ doc/usage/index.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 doc/usage/fit.rst (limited to 'doc/usage') diff --git a/doc/usage/fit.rst b/doc/usage/fit.rst new file mode 100644 index 00000000000..70374340577 --- /dev/null +++ b/doc/usage/fit.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Flat Image Tree (FIT) +===================== + +U-Boot uses Flat Image Tree (FIT) as a standard file format for packaging +images that it it reads and boots. Documentation about FIT is available at +doc/uImage.FIT diff --git a/doc/usage/index.rst b/doc/usage/index.rst index 637b73ccab6..35c515f8b59 100644 --- a/doc/usage/index.rst +++ b/doc/usage/index.rst @@ -5,6 +5,7 @@ Use U-Boot :maxdepth: 1 fdt_overlays + fit netconsole partitions -- cgit v1.3.1