pieeprom-2024-09-05: 2712: 2711: Fix self-update if EEPROM is write-protected (latest)

* arm_dt: Consult the hat_map for all HATs
* USB boot - ignore RP2 / RP3 MSD device in BOOTSEL mode.
* recovery.bin - Fix erase_eeprom to not block reboot_recovery
* Fix self-update to continue to boot instead of retrying forever
  if the EEPROM is write protected.
  https://github.com/raspberrypi/rpi-eeprom/issues/597
This commit is contained in:
Tim Gover
2024-09-05 22:04:58 +01:00
committed by timg236
parent 5f28534e85
commit 40134bc34b
6 changed files with 16 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
# Raspberry Pi5 bootloader EEPROM release notes
## 2024-09-05: Fix self-update if EEPROM is write-protected (latest)
* arm_dt: Consult the hat_map for all HATs
* USB boot - ignore RP2 / RP3 MSD device in BOOTSEL mode.
* recovery.bin - Fix erase_eeprom to not block reboot_recovery
* Fix self-update to continue to boot instead of retrying forever
if the EEPROM is write protected.
https://github.com/raspberrypi/rpi-eeprom/issues/597
## 2024-07-30: Promote the 2024-07-30 release to default (default)
## 2024-08-14 - (recovery.bin) Add support for OTP metadata (latest)