diff --git a/firmware-2711/latest/pieeprom-2026-02-23.bin b/firmware-2711/latest/pieeprom-2026-02-23.bin new file mode 100644 index 00000000..476207c1 Binary files /dev/null and b/firmware-2711/latest/pieeprom-2026-02-23.bin differ diff --git a/firmware-2711/latest/recovery.bin b/firmware-2711/latest/recovery.bin index 4816a93a..84e95f1a 100644 Binary files a/firmware-2711/latest/recovery.bin and b/firmware-2711/latest/recovery.bin differ diff --git a/firmware-2711/release-notes.md b/firmware-2711/release-notes.md index 31732706..46567275 100644 --- a/firmware-2711/release-notes.md +++ b/firmware-2711/release-notes.md @@ -1,5 +1,13 @@ # Raspberry Pi4 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