Skip to content

Commit

Permalink
pieeprom-2024-05-17: 2711: Ignore bootloader updates for Pi5 on Pi4 -…
Browse files Browse the repository at this point in the history
… (latest)

  * Add timestamps to UART log messages.
  * Add support for [tryboot] conditional the bootloader EEPROM
    config file.
    See: #454
  * Fix MAX_RESTARTS parameter
    See: #576
  * Add recovery_reboot option to config.txt for rpiboot which causes
    the system to reboot after updating the bootloader.
  * Improve secure-boot OTP provisioning logging.
  * Fix setting to enable secure-boot mode on Pi4B
  • Loading branch information
timg236 committed May 17, 2024
1 parent 2b2c810 commit 768f4fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added firmware-2711/latest/pieeprom-2024-05-17.bin
Binary file not shown.
Binary file modified firmware-2711/latest/recovery.bin
Binary file not shown.
12 changes: 12 additions & 0 deletions firmware-2711/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Raspberry Pi4 bootloader EEPROM release notes

## 2024-05-17 - Ignore bootloader updates for Pi5 on Pi4 - (latest)
* Add timestamps to UART log messages.
* Add support for [tryboot] conditional the bootloader EEPROM
config file.
See: https://github.com/raspberrypi/rpi-eeprom/issues/454
* Fix MAX_RESTARTS parameter
See: https://github.com/raspberrypi/rpi-eeprom/issues/576
* Add recovery_reboot option to config.txt for rpiboot which causes
the system to reboot after updating the bootloader.
* Improve secure-boot OTP provisioning logging.
* Fix setting to enable secure-boot mode on Pi4B

## 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
Expand Down

0 comments on commit 768f4fb

Please sign in to comment.