Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions firmware-2711/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* config: Add support for customer OTP rows in conditional expressions
Support conditional filter for eight customer OTP rows to be used by config.txt from Pi 1 onwards.
(Requires updated start4.elf)
* rpi-fw-crypto: Fix bad hmac arguments lock-up
Improve argument validation so that a bad key-id or invalid private key
can no longer cause a lock-up during HMAC operations.
Expand Down
Binary file added firmware-2712/latest/pieeprom-2026-02-06.bin
Binary file not shown.
Binary file modified firmware-2712/latest/recovery.bin
Binary file not shown.
7 changes: 7 additions & 0 deletions firmware-2712/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Raspberry Pi5 bootloader EEPROM release notes

## 2026-02-06: config: Add support for customer OTP rows in conditional expressions (latest)

* config: Add support for customer OTP rows in conditional expressions
Support conditional filter for eight customer OTP rows to be used by config.txt from Pi 1 onwards.
* pi5: Copy early bootloader UART logs into vcos logging
Early bootloader loggings in bootmain are now available via 'sudo vclog -m'

## 2026-01-21: rpi-fw-crypto: Fix bad hmac arguments lock-up (latest)

* rpi-fw-crypto: Fix bad hmac arguments lock-up
Expand Down