Merge remote-tracking branch 'pitowers/master' into pios/bookworm

* pitowers/master:
  bug_report template: Add missing CM5 + pi500
  pieeprom-2025-03-19: 2712: Log the fan speed at boot (latest)
  firmware: 2712: Archive old '2712' 'latest' firmware
  pieeprom-2025-03-10-12: Promote 2025-10-03 to the default release
This commit is contained in:
Tim Gover
2025-03-24 11:33:01 +00:00
22 changed files with 17 additions and 0 deletions

View File

@@ -40,8 +40,11 @@ body:
multiple: true
options:
- Raspberry Pi 5
- Raspberry Pi 500
- Raspberry Pi 4 Mod. B
- Raspberry Pi 400
- Raspberry Pi CM5
- Raspberry Pi CM5 Lite
- Raspberry Pi CM4
- Raspberry Pi CM4 Lite
- Raspberry Pi CM4-S

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,19 @@
# Raspberry Pi5 bootloader EEPROM release notes
## 2025-03-19: Log the fan speed at boot (latest)
* Log the fan speed at boot
Record the fan RPM (and the maximum seen) during boot, so that it is
accessible using "sudo vclog -m".
See: https://github.com/raspberrypi/rpi-eeprom/issues/678
* Add current_supply to HAT+ support
Refactor the HAT library to make it more self-contained, and combine
the I2C address detection and the reading of the EEPROM contents.
Use it to allow the earlier boot stages to check for a current_supply
setting in the EEPROM of a normal (non-stackable) HAT+.
## 2025-03-10: Promote 2025-03-10 release to default (default)
## 2025-03-10: Add [boot_partition] filter plus SDRAM init fixes (latest)
* Update SDRAM init timings to intermittent 8-flash SDRAM init errors