diff --git a/firmware-2712/latest/pieeprom-2025-01-06.bin b/firmware-2712/latest/pieeprom-2025-01-06.bin new file mode 100644 index 0000000..4dafb60 Binary files /dev/null and b/firmware-2712/latest/pieeprom-2025-01-06.bin differ diff --git a/firmware-2712/latest/recovery.bin b/firmware-2712/latest/recovery.bin index f76f4ff..a2455ef 100644 Binary files a/firmware-2712/latest/recovery.bin and b/firmware-2712/latest/recovery.bin differ diff --git a/firmware-2712/release-notes.md b/firmware-2712/release-notes.md index 9748f8d..dac13b9 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -1,5 +1,22 @@ # Raspberry Pi5 bootloader EEPROM release notes +## 2025-01-06: Stop the fan after after fan-probe (latest) + +* Stop the fan after after fan-probe + After the fan-probe has completed drive the fan PWM GPIO + to high if a fan was detected and let the OS take over. +* Add SD_QUIRKS for hardware bringup / workarounds + Add a new SD_QUIRKS flags property which can be used to + disable high-speed mode (bit 0). Other bits are reserved for + future use. +* Change uart_2ndstage default to 1 on Pi5 + Change the default to 1 because this gives useful diagnostics + for device-tree loading with minimal overhead. Set uart_2ndstage=0 + or BOOT_UART=0 to disable this. +* Move M.2 HAT+ detection to early boot. + Initialse M.2 HAT+ detection before DDR init to give NVMe + drive firmware more time to boot. + ## 2024-12-19: Disable fan PWM before shutdown (latest) * Disable fan PWM before shutdown