diff --git a/firmware/beta/pieeprom-2020-06-15.bin b/firmware/beta/pieeprom-2020-06-15.bin new file mode 100644 index 0000000..5b13660 Binary files /dev/null and b/firmware/beta/pieeprom-2020-06-15.bin differ diff --git a/firmware/beta/recovery.bin b/firmware/beta/recovery.bin index 9d04f98..e42a2bf 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 cc5c64e..e419968 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -1,5 +1,14 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2020-06-15 Increase default USB port power delay - BETA + * Increase the default power off delay to 500ms following more + interop testing. + * Make the USB port power off time configurable via the USB_MSD_PWR_OFF_TIME + config. The range may be set between 250 and 1000ms. Zero means no port + power off. + * Fix some issues in XHCI endpoint configuration where the code was wrong + but does not fail with the current VL805 FW. + ## 2020-06-12 Improve support for powered USB SATA devices - BETA * Reset Ethernet MAC + PHY if final boot mode is not network boot See: Kernel warning and network failure when attempting to use the network after bootloader times out. #144