diff --git a/debian/changelog b/debian/changelog index db897dc..522da6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rpi-eeprom (12.14-1) buster; urgency=medium + + [ Tim Gover ] + * 2021-09-27 - Fix recovery.bin rename issue and EEPROM netconsole - BETA + * Additional fix to beta recovery.bin + * pieeprom-2021-10-04: Add support for GPT FAT16 and increase USB timeouts - BETA + * pieeprom-2021-10-05: Update for latest Broadcom SDRAM settings - BETA + + -- Serge Schneider Tue, 05 Oct 2021 10:40:53 +0100 + rpi-eeprom (12.13-1) buster; urgency=medium [ Tim Gover ] diff --git a/firmware/beta/pieeprom-2021-09-27.bin b/firmware/beta/pieeprom-2021-09-27.bin new file mode 100644 index 0000000..23a1473 Binary files /dev/null and b/firmware/beta/pieeprom-2021-09-27.bin differ diff --git a/firmware/beta/pieeprom-2021-10-04.bin b/firmware/beta/pieeprom-2021-10-04.bin new file mode 100644 index 0000000..fd8fb1a Binary files /dev/null and b/firmware/beta/pieeprom-2021-10-04.bin differ diff --git a/firmware/beta/pieeprom-2021-10-05.bin b/firmware/beta/pieeprom-2021-10-05.bin new file mode 100644 index 0000000..8ceb0e9 Binary files /dev/null and b/firmware/beta/pieeprom-2021-10-05.bin differ diff --git a/firmware/beta/recovery.bin b/firmware/beta/recovery.bin index ffa83bb..e19e818 100644 Binary files a/firmware/beta/recovery.bin and b/firmware/beta/recovery.bin differ diff --git a/firmware/release-notes.md b/firmware/release-notes.md index ae8197d..30c759f 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -3,6 +3,21 @@ USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer. https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md +## 2021-10-05 - Update for latest Broadcom SDRAM settings - BETA + * Minor update for latest SDRAM tuning settings. + +## 2021-10-04 - Add support for GPT FAT16 and increase USB timeouts - BETA + * Update the FAT detection to support FAT16 for EFI/ESD paritions with + GPT instead of assuming FAT32. The latest firmware is also required + for a similar update. + * Increase the timeouts for MSD SCSI commands to reduce the risk of + timeouts when probing the capacity of slow to start devices + e.g. USB RAID with spinning disks. + +## 2021-09-27 - Fix recovery.bin rename issue and EEPROM netconsole - BETA + * Fix recovery.bin rename issue + * Update pieeprom-2021-09-27.bin to fix netconsole + ## 2021-09-23 - Temporarily revert recovery.bin 2021-09-22 BETA/STABLE * Revert until fix for can be verified https://github.com/raspberrypi/rpi-eeprom/issues/367