Skip to content

Commit

Permalink
pieeprom-2024-04-17: 2712: 2711: Build Pi4 and Pi5 firmware from the …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
timg236 committed Apr 17, 2024
1 parent 76b990a commit c0a207f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
Binary file added firmware-2711/latest/pieeprom-2024-04-17.bin
Binary file not shown.
Binary file modified firmware-2711/latest/recovery.bin
Binary file not shown.
10 changes: 10 additions & 0 deletions firmware-2711/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Raspberry Pi4 bootloader EEPROM release notes

## 2024-04-17 - Build Pi4 firmware from the mainline branch - STABLE
* 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: https://github.com/raspberrypi/linux/issues/6039
* Improved debug messages for secure-boot.
* Generate the bootloader diagnostics qrcode at run time.

## 2024-04-15 - Fix tryboot mode in secure-boot - DEFAULT
* Promote the secure-boot fix to the DEFAULT release.

Expand Down
Binary file added firmware-2712/latest/pieeprom-2024-04-17.bin
Binary file not shown.
Binary file modified firmware-2712/latest/recovery.bin
Binary file not shown.
7 changes: 7 additions & 0 deletions firmware-2712/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Raspberry Pi5 bootloader EEPROM release notes

2024-04-17: Fix TRYBOOT flag in secure-boot mode (latest)
* Fix issue that caused the TRYBOOT flag to be lost in secure-boot mode.
* dtoverlay: Use %u when converting u32s to strings
See: https://github.com/raspberrypi/linux/issues/6039
* Improved debug messages for secure-boot.
* Generate the bootloader diagnostics qrcode at run time.

2024-04-05: HAT+ fixes for max-current, custom CA cert for net install and enable over-clocking to > 3GHz (latest)
* bootloader: clock_2712: Remove restriction on arm_freq <= 3000
See: https://github.com/raspberrypi/firmware/issues/1876
Expand Down

0 comments on commit c0a207f

Please sign in to comment.