diff --git a/firmware-2712/default/pieeprom-2024-02-16.bin b/firmware-2712/default/pieeprom-2024-02-16.bin new file mode 100644 index 0000000..b313fdc Binary files /dev/null and b/firmware-2712/default/pieeprom-2024-02-16.bin differ diff --git a/firmware-2712/default/recovery.bin b/firmware-2712/default/recovery.bin index 27070b6..427942a 100644 Binary files a/firmware-2712/default/recovery.bin and b/firmware-2712/default/recovery.bin differ diff --git a/firmware-2712/latest/pieeprom-2024-02-08.bin b/firmware-2712/latest/pieeprom-2024-02-08.bin new file mode 100644 index 0000000..a2ab448 Binary files /dev/null and b/firmware-2712/latest/pieeprom-2024-02-08.bin differ diff --git a/firmware-2712/latest/pieeprom-2024-02-14.bin b/firmware-2712/latest/pieeprom-2024-02-14.bin new file mode 100644 index 0000000..418967d Binary files /dev/null and b/firmware-2712/latest/pieeprom-2024-02-14.bin differ diff --git a/firmware-2712/latest/pieeprom-2024-02-16.bin b/firmware-2712/latest/pieeprom-2024-02-16.bin new file mode 100644 index 0000000..b313fdc Binary files /dev/null and b/firmware-2712/latest/pieeprom-2024-02-16.bin differ diff --git a/firmware-2712/latest/recovery.bin b/firmware-2712/latest/recovery.bin index 66cab19..427942a 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 5c041cd..c86a534 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -1,5 +1,25 @@ # Raspberry Pi5 bootloader EEPROM release notes +2024-02-16: u-boot loading and thermal throttling fixes (latest) (default) +* arm_loader: Move non-kernels back to 512KB + See: https://github.com/raspberrypi/firmware/issues/1868 + +* Limit throttled frequency to OS requested frequency rather than + config.txt frequency. + See: https://github.com/raspberrypi/rpi-eeprom/issues/518 + +2024-02-14: Fix vcgencmd otp_dump and implement C(initial_turbo) (latest) +* Fix a regression that caused vcgencmd otp_dump to fail. +* Implement C(initial_turbo) on Pi5 + See: https://github.com/raspberrypi/firmware/issues/1864 + +2024-02-08: Adjust SDRAM refresh based on temperature (latest) + +* Adjust the SDRAM refresh interval based on the temperature. This + addresses the gap in performance between the 8GB and 4GB variants. + See https://github.com/raspberrypi/firmware/issues/1854 +* Preliminary support for signed boot. + 2024-02-05: Add support for HAT+ POE HATs (latest) * Add support for probing HAT+ POE HATs * Implement DWC3 specific XHCI quirks