Update links to doc/develop/falcon.rst

README.falcon was converted to ReST/HTML in 2023.

Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
J. Neuschäfer
2026-01-01 15:17:01 +01:00
committed by Heinrich Schuchardt
parent 67479a8ab9
commit ba8ca7965b
4 changed files with 5 additions and 4 deletions

View File

@@ -620,7 +620,7 @@ config CMD_SPL
help help
Falcon mode allows booting directly from SPL into an Operating Falcon mode allows booting directly from SPL into an Operating
System such as Linux, thus skipping U-Boot proper. See System such as Linux, thus skipping U-Boot proper. See
doc/README.falcon for full information about how to use this doc/develop/falcon.rst for full information about how to use this
command. command.
config CMD_SPL_NAND_OFS config CMD_SPL_NAND_OFS
@@ -629,7 +629,7 @@ config CMD_SPL_NAND_OFS
default 0x0 default 0x0
help help
This provides the offset of the command line arguments for Linux This provides the offset of the command line arguments for Linux
when booting from NAND in Falcon mode. See doc/README.falcon when booting from NAND in Falcon mode. See doc/develop/falcon.rst
for full information about how to use this option (and also see for full information about how to use this option (and also see
board/gateworks/gw_ventana/README for an example). board/gateworks/gw_ventana/README for an example).

View File

@@ -1211,7 +1211,7 @@ config SPL_OS_BOOT
depends on ARM || MICROBLAZE || PPC depends on ARM || MICROBLAZE || PPC
help help
Enable booting directly to an OS from SPL. Enable booting directly to an OS from SPL.
for more info read doc/README.falcon for more info read doc/develop/falcon.rst
config SPL_OS_BOOT_SECURE config SPL_OS_BOOT_SECURE
bool "Allow Falcon Mode on secure devices" bool "Allow Falcon Mode on secure devices"

View File

@@ -274,7 +274,7 @@ into memory, then written to NAND.
Falcon Mode Falcon Mode
----------- -----------
The default build includes "Falcon Mode" (see doc/README.falcon) via NAND, The default build includes :ref:`falcon-mode` via NAND,
eMMC (or raw SD cards) and FAT SD cards. Our default behavior currently is eMMC (or raw SD cards) and FAT SD cards. Our default behavior currently is
to read a 'c' on the console while in SPL at any point prior to loading the to read a 'c' on the console while in SPL at any point prior to loading the
OS payload (so as soon as possible) to opt to booting full U-Boot. Also OS payload (so as soon as possible) to opt to booting full U-Boot. Also

View File

@@ -1,4 +1,5 @@
.. SPDX-License-Identifier: GPL-2.0-or-later .. SPDX-License-Identifier: GPL-2.0-or-later
.. _falcon-mode:
Falcon Mode Falcon Mode
=========== ===========