diff options
| author | Tom Rini <[email protected]> | 2026-07-28 07:51:19 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-28 07:52:13 -0600 |
| commit | e354b34a6ab4b1887fd451bea8ceb7be146070a8 (patch) | |
| tree | 759b2967c8f39f25828b3671d5c6a4bacaac4df7 /doc/develop/bootstd | |
| parent | 9f934c71810e349949ce674e33099dface1ba6f4 (diff) | |
| parent | a2fda5145fdf771625b58723ebfb8f1f98f428a1 (diff) | |
Merge tag 'efi-2026-01-rc2' of https://git.u-boot-project.org/u-boot/custodians/u-boot-efi
Pull request efi-2026-01-rc2
CI: https://git.u-boot-project.org/u-boot/custodians/u-boot-efi/-/pipelines/753
Documentation:
* sandbox: fix enum host_platform_flags description
* switch from setenv to env set and from printenv to env print
* document Renesas R-Car Gen5 RSIP Cortex-R52 start
* thead: lpi4a: detail how to enable fastboot
UEFI:
* unify and correct GUID selection for security database variables
* test: check default GUID selection of security database variables
* set correct frame buffer address
* check efi_deserialize_load_option() in get_dp_device()
Diffstat (limited to 'doc/develop/bootstd')
| -rw-r--r-- | doc/develop/bootstd/overview.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index 397f6db18b4..ec9fafa0fa0 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -152,7 +152,7 @@ boot_targets This environment variable can be used to control the list of bootdevs searched and their ordering, for example:: - setenv boot_targets "mmc0 mmc1 usb pxe" + env set boot_targets "mmc0 mmc1 usb pxe" Entries may be removed or re-ordered in this list to affect the boot order. If the variable is empty, the default ordering is used, based on the priority of @@ -169,7 +169,7 @@ used by the old distro scripts. This environment variable can be used to control the list of bootmeths used and their ordering for example:: - setenv bootmeths "extlinux efi" + env set bootmeths "extlinux efi" Entries may be removed or re-ordered in this list to affect the order the bootmeths are tried on each bootdev. If the variable is empty, the default |
