Skip to content

Commit 24a4ec1

Browse files
committed
pieeprom-2025-10-03: 2711: 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.
1 parent 2164519 commit 24a4ec1

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
512 KB
Binary file not shown.

firmware-2711/latest/recovery.bin

0 Bytes
Binary file not shown.

firmware-2711/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Raspberry Pi4 bootloader EEPROM release notes
22

3+
## 2025-10-03: arm_dt: Report OTP SDRAM size via device-tree (latest)
4+
5+
* arm_dt: Report OTP SDRAM size via device-tree
6+
Report the SDRAM in gigabits via device-tree as
7+
/proc/device-tree/chosen/rpi-sdram-size-gbit. Scripts reporting the
8+
device-capabilities should use this value (if defined) instead of the
9+
memory-size field in the boardrev row.
10+
* Apply UART_BAUD in early bootsys UART init
11+
Update bootsys and fatal error handlers to use the user
12+
defined UART_BAUD rate.
13+
* rpifwcrypto: Add support for ECDSA P-256 key generation
14+
Also, slightly improve the entropy by passing the system
15+
timer value as the personality string.
16+
317
## 2025-09-23: Fix network install regression on Pi4 (latest)
418

519
* Fix network install regression on Pi4

0 commit comments

Comments
 (0)