pieeprom-2024-02-08: 2712: 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
This commit is contained in:
Tim Gover
2024-02-08 11:55:52 +00:00
parent 99cb0bdaa2
commit b5c7f1bee6
3 changed files with 7 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,12 @@
# Raspberry Pi5 bootloader EEPROM release notes # Raspberry Pi5 bootloader EEPROM release notes
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) 2024-02-05: Add support for HAT+ POE HATs (latest)
* Add support for probing HAT+ POE HATs * Add support for probing HAT+ POE HATs
* Implement DWC3 specific XHCI quirks * Implement DWC3 specific XHCI quirks