Skip to content

Commit 28a2c02

Browse files
committed
pieeprom-2025-03-03: 2712: Fix bootloader pull configuration on BCM2712D0 (latest)
* Fix pull configuration on 2712D0 2712D0 uses a horrendously sparse set of pad control registers. Make the pull-setting code sufficiently complex to cope. See: #672 * Disable UARTA for CM5s without WiFi Just as CM5s without WiFI don't need the SDIO interface, the Bluetooth UART is unconnected. Disable the DT node to avoid kernel warnings and save some cycles.
1 parent 8eef29a commit 28a2c02

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Raspberry Pi5 bootloader EEPROM release notes
22

3+
## 2025-03-03: Fix bootloader pull configuration on 2712D0 (latest)
4+
5+
* Fix pull configuration on 2712D0
6+
2712D0 uses a horrendously sparse set of pad control registers. Make
7+
the pull-setting code sufficiently complex to cope.
8+
See: https://github.com/raspberrypi/rpi-eeprom/issues/672
9+
* Disable UARTA for CM5s without WiFi
10+
Just as CM5s without WiFI don't need the SDIO interface, the Bluetooth
11+
UART is unconnected. Disable the DT node to avoid kernel warnings and
12+
save some cycles.
13+
314
## 2025-02-17: Promote 2025-02-12 to the default release (default)
415

516
## 2025-02-12: Fixup change to disable 3.7V PMIC output on CM5 no-wifi (latest)

0 commit comments

Comments
 (0)