pieeprom-2025-09-23: 2712: Fix TFTP to allow larger files (latest)

* Fix TFTP to allow larger files
  Allow TFTP block counter to rollover to 0.
  See: https://github.com/raspberrypi/rpi-eeprom/issues/720
This commit is contained in:
Tim Gover
2025-09-23 13:25:16 +01:00
committed by Tim Gover
parent 430834f34b
commit b818b44bd5
3 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,11 @@
# Raspberry Pi5 bootloader EEPROM release notes
## 2025-09-23: Fix TFTP to allow larger files (latest)
* Fix TFTP to allow larger files
Allow TFTP block counter to rollover to 0.
See: https://github.com/raspberrypi/rpi-eeprom/issues/720
## 2025-09-22: Add LZ4 decompressor (latest)
* Add LZ4 decompressor