Skip to content

Commit c0a207f

Browse files
committed
pieeprom-2024-04-17: 2712: 2711: Build Pi4 and Pi5 firmware from the same branch
* Switch to building the Pi4 firmware from the common Pi4/Pi5 mainline release. This doesn't change the Pi4 features but should make it quicker to release bug fixes in common code. * Fix issue that caused the TRYBOOT flag to be lost in secure-boot mode. * dtoverlay: Use %u when converting u32s to strings See: raspberrypi/linux#6039 * Improved debug messages for secure-boot. * Generate the bootloader diagnostics qrcode at run time.
1 parent 76b990a commit c0a207f

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-0
lines changed
512 KB
Binary file not shown.

firmware-2711/latest/recovery.bin

8.36 KB
Binary file not shown.

firmware-2711/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Raspberry Pi4 bootloader EEPROM release notes
22

3+
## 2024-04-17 - Build Pi4 firmware from the mainline branch - STABLE
4+
* Switch to building the Pi4 firmware from the common Pi4/Pi5
5+
mainline release. This doesn't change the Pi4 features
6+
but should make it quicker to release bug fixes in common code.
7+
* Fix issue that caused the TRYBOOT flag to be lost in secure-boot mode.
8+
* dtoverlay: Use %u when converting u32s to strings
9+
See: https://github.com/raspberrypi/linux/issues/6039
10+
* Improved debug messages for secure-boot.
11+
* Generate the bootloader diagnostics qrcode at run time.
12+
313
## 2024-04-15 - Fix tryboot mode in secure-boot - DEFAULT
414
* Promote the secure-boot fix to the DEFAULT release.
515

2 MB
Binary file not shown.

firmware-2712/latest/recovery.bin

0 Bytes
Binary file not shown.

firmware-2712/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Raspberry Pi5 bootloader EEPROM release notes
22

3+
2024-04-17: Fix TRYBOOT flag in secure-boot mode (latest)
4+
* Fix issue that caused the TRYBOOT flag to be lost in secure-boot mode.
5+
* dtoverlay: Use %u when converting u32s to strings
6+
See: https://github.com/raspberrypi/linux/issues/6039
7+
* Improved debug messages for secure-boot.
8+
* Generate the bootloader diagnostics qrcode at run time.
9+
310
2024-04-05: HAT+ fixes for max-current, custom CA cert for net install and enable over-clocking to > 3GHz (latest)
411
* bootloader: clock_2712: Remove restriction on arm_freq <= 3000
512
See: https://github.com/raspberrypi/firmware/issues/1876

0 commit comments

Comments
 (0)