diff --git a/firmware-2712/latest/pieeprom-2026-02-23.bin b/firmware-2712/latest/pieeprom-2026-02-23.bin new file mode 100644 index 00000000..7db201ad Binary files /dev/null and b/firmware-2712/latest/pieeprom-2026-02-23.bin differ diff --git a/firmware-2712/latest/recovery.bin b/firmware-2712/latest/recovery.bin index 091bf44c..bf65af73 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 ed421c98..72543106 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -1,5 +1,13 @@ # Raspberry Pi5 bootloader EEPROM release notes +## 2026-02-23: Fix partition walk for boot_ramdisk / secure-boot (latest) + +* Fix partition walk for boot_ramdisk / secure-boot + If secure-boot / boot_ramdisk was enabled and boot.img was not found + then the bootloader would immediately exit the boot mode instead + allowing the partition walk to run. Change the logic to allow + retries if partition walk was enabled. + ## 2026-02-06: config: Add support for customer OTP rows in conditional expressions (latest) * config: Add support for customer OTP rows in conditional expressions