diff --git a/firmware-2712/latest/pieeprom-2025-08-13.bin b/firmware-2712/latest/pieeprom-2025-08-13.bin new file mode 100644 index 0000000..385f2af Binary files /dev/null and b/firmware-2712/latest/pieeprom-2025-08-13.bin differ diff --git a/firmware-2712/latest/recovery.bin b/firmware-2712/latest/recovery.bin index 0034682..a8123bd 100644 Binary files a/firmware-2712/latest/recovery.bin and b/firmware-2712/latest/recovery.bin differ diff --git a/firmware-2712/release-notes.md b/firmware-2712/release-notes.md index 2f5e075..671b6ed 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -1,5 +1,15 @@ # Raspberry Pi5 bootloader EEPROM release notes +## 2025-08-13: Enable the PARTITION_WALK property by default (latest) + +* Enable the PARTITION_WALK property by default + Previously, the new PARTITION_WALK which searches for bootable + partitions after a failure had to be explicitly enabled. Change + the default to be enabled by default. It can be switched off by + setting PARTITION_WALK=0 in the EEPROM config. +* pi5: Fix read for cached copy of PMIC sequencer status + Previously, this was overwritten by the RTC event status. + ## 2025-07-17: Fix config key search which could cause camera_autodetect to fail (latest) * Fix config key search which could cause camera_autodetect to fail