1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-11 04:56:47 +02:00
Pull request efi-2023-10-rc1

Documentation:

* enhance UEFI anti-rollback documentation

EFI:

* Reconnect drivers if UninstallProtocol fails
* Prefer short device paths for boot options
* Fix error handling when updating boot options for block devices
This commit is contained in:
Tom Rini
2023-07-15 11:19:11 -04:00
10 changed files with 514 additions and 441 deletions

View File

@@ -552,6 +552,13 @@ update using a capsule file with --fw-version of 5, the update will fail.
When the --fw-version in the capsule file is updated, lowest-supported-version
in the dtb might be updated accordingly.
If user needs to enforce anti-rollback to any older version,
the lowest-supported-version property in dtb must be always updated manually.
Note that the lowest-supported-version property specified in U-Boot's control
device tree can be changed by U-Boot fdt command.
Secure systems should not enable this command.
To insert the lowest supported version into a dtb
.. code-block:: console