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>
This commit is contained in:
Heinrich Schuchardt
2025-06-27 21:02:31 +02:00
parent 9fe50b5a0a
commit 579f253384

View File

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