Skip to content

Commit 96349fe

Browse files
committed
pieeprom: 2024-11-12-2712: Enable initial_turbo=60 by default (latest)
* net-install: Fix keyboard detection on hubs * recovery: Always enable UART debug output on 2712 * Set POWER_OFF_ON_HALT defaults The default value for POWER_OFF_ON_HALT on CM5 and Pi 500 will be 1. Pi5 defaults to 0 for backwards compatibility. * boot-time: Remove unnecessary 1 second delay when configuring DWC2 controller. * Enable initial_turbo=60 by default This reduces the time to get load and decompress the kernel. * logging: Remove superfluous newline on SDRAM refresh changed messages * Fix initial_turbo duration The timeout counter for the previous implementation could run too quickly causing the initial-turbo timeout to end earlier than expected. * rp1-fw: Add the mailbox firmware interface, and PIO support that uses it. * rp1-fw: Turn off unused 25MHz Ethernet refclk
1 parent 8ff0721 commit 96349fe

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
2 MB
Binary file not shown.

firmware-2712/latest/recovery.bin

0 Bytes
Binary file not shown.

firmware-2712/release-notes.md

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

3+
## 2024-11-12: Enable initial_turbo=60 by default (latest)
4+
5+
* net-install: Fix keyboard detection on hubs
6+
* recovery: Always enable UART debug output on 2712
7+
* Set POWER_OFF_ON_HALT defaults
8+
The default value for POWER_OFF_ON_HALT on CM5 and Pi 500 will be 1.
9+
Pi5 defaults to 0 for backwards compatibility.
10+
* boot-time: Remove unnecessary 1 second delay when configuring DWC2 controller.
11+
* Enable initial_turbo=60 by default
12+
This reduces the time to get load and decompress the kernel.
13+
* logging: Remove superfluous newline on SDRAM refresh changed messages
14+
* Fix initial_turbo duration
15+
The timeout counter for the previous implementation could run too quickly
16+
causing the initial-turbo timeout to end earlier than expected.
17+
* rp1-fw: Add the mailbox firmware interface, and PIO support that uses it.
18+
* rp1-fw: Turn off unused 25MHz Ethernet refclk
19+
320
## 2024-11-07: recovery.bin - Update default release to latest version (default)
421

522
* Update recovery.bin to the most recent version required for CM5 and Pi500.

0 commit comments

Comments
 (0)