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
Binary file added firmware-2711/latest/pieeprom-2025-10-03.bin
Binary file not shown.
Binary file modified firmware-2711/latest/recovery.bin
Binary file not shown.
14 changes: 14 additions & 0 deletions firmware-2711/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Raspberry Pi4 bootloader EEPROM release notes

## 2025-10-03: arm_dt: Report OTP SDRAM size via device-tree (latest)

* arm_dt: Report OTP SDRAM size via device-tree
Report the SDRAM in gigabits via device-tree as
/proc/device-tree/chosen/rpi-sdram-size-gbit. Scripts reporting the
device-capabilities should use this value (if defined) instead of the
memory-size field in the boardrev row.
* Apply UART_BAUD in early bootsys UART init
Update bootsys and fatal error handlers to use the user
defined UART_BAUD rate.
* rpifwcrypto: Add support for ECDSA P-256 key generation
Also, slightly improve the entropy by passing the system
timer value as the personality string.

## 2025-09-23: Fix network install regression on Pi4 (latest)

* Fix network install regression on Pi4
Expand Down