Skip to content

Commit 68774da

Browse files
committed
pieeprom-2025-11-27: 2711: helpers/config_loader: Also support bootvar0 eeprom config on Pi4 (latest)
* helpers/config_loader: Also support bootvar0 eeprom config on Pi4 This allows an eeprom config setting (e.g. BOOTARG0=0x10) to be set on a board which config.txt can use as a conditional expression (e.g. [bootarg0&0x10]). * pi5: Write over-voltage config to the UART log Write the high level over-voltage configuration to the UART log for diagnostic purposes. * Stop partition-walk after boot-mode timeout/retries limit Fix a fatal assert with USB boot where the partition walk could be retried after the USB timeout/retry limit had been reached. See: #776 * rpiboot: Extend metadata to report status of operations Report success/fail status of recovery operations based on config.txt settings
1 parent 1c83bfc commit 68774da

File tree

3 files changed

+15
-0
lines changed

3 files changed

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

firmware-2711/latest/recovery.bin

56 Bytes
Binary file not shown.

firmware-2711/release-notes.md

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

3+
## 2025-11-27: helpers/config_loader: Also support bootvar0 eeprom config on Pi4 (latest)
4+
5+
* helpers/config_loader: Also support bootvar0 eeprom config on Pi4
6+
This allows an eeprom config setting (e.g. BOOTARG0=0x10) to be set on a board
7+
which config.txt can use as a conditional expression (e.g. [bootarg0&0x10]).
8+
* pi5: Write over-voltage config to the UART log
9+
Write the high level over-voltage configuration to the UART log for
10+
diagnostic purposes.
11+
* Stop partition-walk after boot-mode timeout/retries limit
12+
Fix a fatal assert with USB boot where the partition walk could be
13+
retried after the USB timeout/retry limit had been reached.
14+
See: https://github.com/raspberrypi/rpi-eeprom/issues/776
15+
* rpiboot: Extend metadata to report status of operations
16+
Report success/fail status of recovery operations based on config.txt settings
17+
318
## 2025-11-21: recovery: Restore recovery_wait option (latest)
419

520
* recovery: Restore recovery_wait option

0 commit comments

Comments
 (0)