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-2712/latest/pieeprom-2026-04-30.bin
Binary file not shown.
Binary file modified firmware-2712/latest/recovery.bin
Binary file not shown.
16 changes: 16 additions & 0 deletions firmware-2712/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Raspberry Pi5 bootloader EEPROM release notes

## 2026-04-30: 2712: arm_boot: Enable turbo clocks before loading the kernel (latest)

* arm_display: Correct logging message hdmi_pixel_freq_limit
Noticed in a raspinfo log file.
* Increase default v3d frqeuency on 2712d0
* pi5: arm_boot: Enable turbo clocks before loading the kernel
Originally, for the entire boot ran at the idle-operating
point. Subsequently, the default for intial_turbo was changed so
that the kernel is started with turbo-clocks unless disabled
via config.txt.
This change enables the turbo-clocks as soon as it is safe as soon
as the turbo voltage has been calibrated to speedup kernel loading
and device-tree processing.
This reduces boot time by approximately 1 second on a Pi5 booting
from NVMe.

## 2026-04-27: Broadcom SDRAM firmware update to 4.72 (latest)

Broadcom SDRAM firmware update to 4.72
Expand Down
Loading