blob: d501518c39ac6265f958a76124e486c720a8f39b [file] [log] [blame]
Simon Glassf3911012024-07-17 09:30:58 +01001.. SPDX-License-Identifier: GPL-2.0+:
2
3Sandbox Bootmeth
4================
5
6The sandbox bootmeth is only used for testing. It does not provide any facility
7for booting an OS. While sandbox can do all the processing before the actual
8boot, it is not connected in this bootmeth.
9
10When invoked on a bootdev, this bootmeth pretends to find a bootflow and creates
11the associated structure.
12
13When the bootflow is booted, the bootmeth returns `-ENOTSUPP` indicating that it
14is not supported.
15
16The compatible string "u-boot,sandbox-bootmeth" is used for the driver. It is present
17if `CONFIG_BOOTMETH_SANDBOX` is enabled.