Skip to content

Commit 45800f0

Browse files
committed
2021-04-19 - Promote 2021-03-18 to the default/critical release
Interesting changes since the last default release:- * Display VC_BUILD_ID strings instead of the SHA256 hash * Add support for [cm4] and [pi400] config conditionals filters. * Change network boot to use the same "RXID" Ethernet PHY configuration as the 5.10 kernel * TFTP - reply to duplicate ACKS * Skip rendering of HDMI diagnostics display for the first 8 seconds unless an error occurs. * UDP checksum fixes * Add support for the BCM2711 XHCI controller - BOOT_ORDER 0x5 * XHCI protocol layer fixes for non-VLI controllers * Avoid USB MSD timeout of there is only one device * Implement tryboot for OS upgrade fallback * Check the update-timestamp before applying an update in SELF-UPDATE mode * Update recovery.bin to 2021-04-13 release for error pattern fix on SDRAM failure.
1 parent e5d73dc commit 45800f0

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed
512 KB
Binary file not shown.

firmware/critical/recovery.bin

8.04 KB
Binary file not shown.

firmware/release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
USB MSD boot also requires the firmware from Raspberry Pi OS 2020-08-20 or newer.
44
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md
55

6+
## 2021-04-19 - Promote 2021-03-18 from LATEST to DEFAULT - DEFAULT
7+
Interesting changes since the last default release:-
8+
* Display VC_BUILD_ID strings instead of the SHA256 hash
9+
* Add support for [cm4] and [pi400] config conditionals filters.
10+
* Change network boot to use the same "RXID" Ethernet PHY configuration as the 5.10 kernel
11+
* TFTP - reply to duplicate ACKS
12+
* Skip rendering of HDMI diagnostics display for the first 8 seconds unless an error occurs.
13+
* UDP checksum fixes
14+
* Add support for the BCM2711 XHCI controller - BOOT_ORDER 0x5
15+
* XHCI protocol layer fixes for non-VLI controllers
16+
* Avoid USB MSD timeout of there is only one device
17+
* Implement tryboot for OS upgrade fallback
18+
* Check the update-timestamp before applying an update in SELF-UPDATE mode
19+
620
## 2021-04-13 - Fix error pattern for HDMI and SDRAM failures - BETA/STABLE
721
* Fix recovery.bin error handler so that the LED error pattern is still
822
displayed even if HDMI or SDRAM fail.

imager/make-imager-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
script_dir=$(cd "$(dirname "$0")" && pwd)
66

7-
${script_dir}/make-release critical 2020-09-03 000138a1 "${script_dir}" release rpi-boot-eeprom-recovery
7+
${script_dir}/make-release critical 2021-03-18 000138a1 "${script_dir}" release rpi-boot-eeprom-recovery

0 commit comments

Comments
 (0)