pieeprom-2024-04-15: 2711: Fix tryboot mode in secure-boot - STABLE

Fix an issue where the tryboot flag was being reset and lost during
the secure-boot initialization.
This commit is contained in:
Tim Gover
2024-04-15 16:50:49 +01:00
committed by Tim Gover
parent 61023cbd32
commit c94506e598
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,9 @@
# Raspberry Pi4 bootloader EEPROM release notes
## 2024-04-15 - Fix tryboot mode in secure-boot - STABLE
* Fix an issue where the tryboot flag was being reset and lost during
the secure-boot initialization.
## 2024-01-22 - Fix issue boot.img end sector check - STABLE
* See https://github.com/raspberrypi/rpi-eeprom/issues/521