mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
doc: uefi: enhance anti-rollback documentation
To enforce anti-rollback to any older version, dtb must be always update manually. This should be described in the documentation. This commit also adds the recommendation that secure system should not enable the fdt command because lowest-supported-version property in device tree can be changed by fdt command. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
This commit is contained in:
parent
a12b36434d
commit
345a8b15ac
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue