diff options
| author | Tom Rini <[email protected]> | 2022-06-04 09:38:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-04 09:38:56 -0400 |
| commit | 0f259fe79d7f0dca716bc954c211b0e6bc606d72 (patch) | |
| tree | 8b9b58da4604290897131f8cb7fd70ab0ded7b3a /doc | |
| parent | 90189ecd59cdf14afbe6014be5c068e599b65a72 (diff) | |
| parent | 8645aefc8b699f900d97cbadd55b7f492099c61e (diff) | |
Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2022-07-rc4-4
UEFI:
* Fix the implementation of the firmware management protocol
* Fix the unit tests for signed update capsules
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/develop/uefi/uefi.rst | 2 | ||||
| -rw-r--r-- | doc/usage/environment.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 753a4e5e292..941e427093f 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -326,7 +326,7 @@ bit in OsIndications variable with .. code-block:: console - => setenv -e -nv -bs -rt -v OsIndications =0x04 + => setenv -e -nv -bs -rt -v OsIndications =0x0000000000000004 Since U-boot doesn't currently support SetVariable at runtime, its value won't be taken over across the reboot. If this is the case, you can skip diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index dc617039446..28a8952b752 100644 --- a/doc/usage/environment.rst +++ b/doc/usage/environment.rst @@ -347,7 +347,7 @@ bootpretryperiod Unsigned value, in milliseconds. If not set, the period will be either the default (28000), or a value based on CONFIG_NET_RETRY_COUNT, if defined. This value has - precedence over the valu based on CONFIG_NET_RETRY_COUNT. + precedence over the value based on CONFIG_NET_RETRY_COUNT. memmatches Number of matches found by the last 'ms' command, in hex |
