]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge tag 'fwu-next-19092024' of https://source.denx.de/u-boot/custodians/u-boot...
authorTom Rini <trini@konsulko.com>
Thu, 19 Sep 2024 17:25:26 +0000 (11:25 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 19 Sep 2024 17:25:26 +0000 (11:25 -0600)
This PR contains various improvements in the A/B update logic for EFI

- Read both copies of metadata, in case one of the is corrupted
- Check the metadata version against the running firmware to make sure it's
  allowed
- Limit the use of a revert capsule if the board is on a trial state and
  make sure it's not applied if the max counter has expired


Trivial merge