mirror of
https://xff.cz/git/u-boot/
synced 2025-10-11 04:56:47 +02:00
Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user