diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-06-27 21:02:31 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-07-19 12:36:53 +0200 |
commit | 579f25338455d9d11e55dbbab4197fadceba04d1 (patch) | |
tree | 6df95959f98a8a4d015b1701a69b651c17fe5f9a | |
parent | 9fe50b5a0a708146a065d3cc9e1b845927970451 (diff) |
doc: correct references in x86-fit-boot.rst
Correct the references for
* the x86 boot protocol description
* the FIT file format
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | doc/usage/fit/x86-fit-boot.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/usage/fit/x86-fit-boot.rst b/doc/usage/fit/x86-fit-boot.rst index 9e3e32204d5..18704af3bac 100644 --- a/doc/usage/fit/x86-fit-boot.rst +++ b/doc/usage/fit/x86-fit-boot.rst @@ -259,11 +259,12 @@ Why Bother? References ---------- -In the Linux kernel, Documentation/x86/boot.txt defines the boot protocol for +In the Linux kernel, `Documentation/arch/x86/boot.rst +<https://docs.kernel.org/arch/x86/boot.html>`_ defines the boot protocol for the kernel including the setup.bin format. This is handled in U-Boot in arch/x86/lib/zimage.c and arch/x86/lib/bootm.c. -Various files in the same directory as this file describe the FIT format. - +The FIT file format is described in the `Flattened Image Tree Specification +<https://fitspec.osfw.foundation/>`_. .. sectionauthor:: Simon Glass <sjg@chromium.org> 7-Oct-2014 |