diff --git a/firmware-2711/latest/pieeprom-2024-01-18.bin b/firmware-2711/latest/pieeprom-2024-01-18.bin new file mode 100644 index 0000000..0ebdcab Binary files /dev/null and b/firmware-2711/latest/pieeprom-2024-01-18.bin differ diff --git a/firmware-2711/latest/pieeprom-2024-01-22.bin b/firmware-2711/latest/pieeprom-2024-01-22.bin new file mode 100644 index 0000000..ece245c Binary files /dev/null and b/firmware-2711/latest/pieeprom-2024-01-22.bin differ diff --git a/firmware-2711/latest/recovery.bin b/firmware-2711/latest/recovery.bin index ff94284..7c0a88c 100644 Binary files a/firmware-2711/latest/recovery.bin and b/firmware-2711/latest/recovery.bin differ diff --git a/firmware-2711/release-notes.md b/firmware-2711/release-notes.md index 7851445..88fc8e8 100644 --- a/firmware-2711/release-notes.md +++ b/firmware-2711/release-notes.md @@ -1,5 +1,12 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2024-01-22 - Fix issue boot.img end sector check - STABLE + * See https://github.com/raspberrypi/rpi-eeprom/issues/521 + +## 2024-01-18 - Fix issue with minimal sized FAT partition - STABLE + * Fix handling of files that use the last cluster in the partition + https://github.com/raspberrypi/rpi-eeprom/issues/521 + ## 2023-08-01 - Remove beta release folder * Remove the beta release folder and provide a symlink to stable for backwards compatibility for anyone who has beta in diff --git a/firmware-2712/latest/pieeprom-2024-01-15.bin b/firmware-2712/latest/pieeprom-2024-01-15.bin new file mode 100644 index 0000000..f4770fb Binary files /dev/null and b/firmware-2712/latest/pieeprom-2024-01-15.bin differ diff --git a/firmware-2712/latest/pieeprom-2024-01-22.bin b/firmware-2712/latest/pieeprom-2024-01-22.bin new file mode 100644 index 0000000..4f77588 Binary files /dev/null and b/firmware-2712/latest/pieeprom-2024-01-22.bin differ diff --git a/firmware-2712/latest/recovery.bin b/firmware-2712/latest/recovery.bin index 27070b6..9362754 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 a0c192a..9b8caf3 100644 --- a/firmware-2712/release-notes.md +++ b/firmware-2712/release-notes.md @@ -1,5 +1,17 @@ # Raspberry Pi5 bootloader EEPROM release notes +2024-01-22: Add support for network-install (latest) +* Fix issue boot.img end sector check - STABLE + See: https://github.com/raspberrypi/rpi-eeprom/issues/521 +* Fix handling of files that use the last cluster in the partition + See: https://github.com/raspberrypi/rpi-eeprom/issues/521 +* Fix SD card detection + See: https://github.com/raspberrypi/rpi-eeprom/issues/523 + +2024-01-15: Add support for network-install (latest) +* Add support for Network Install +* Preliminary D0 firmware support + 2024-01-08: Promote 2024-01-05 to default (automatic update) 2024-01-05: Fix handling of FAT files without LFNs.