pieeprom-2023-12-14: 2712: Fix boot partition parameter (latest)

* Fix an issue where the boot partition parameter in PM_RSTS was cleared
  before being checked.
  https://github.com/raspberrypi/firmware/issues/1853
* Add a specific fatal error pattern for RP1 not found - 4 long - 3 short
This commit is contained in:
Tim Gover
2023-12-14 17:04:22 +00:00
parent 52c5d89d48
commit 3f325bd482
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@@ -1,5 +1,11 @@
# Raspberry Pi5 bootloader EEPROM release notes
2023-12-14: Fix boot partition parameter (latest)
* Fix an issue where the boot partition parameter in PM_RSTS was cleared
before being checked.
https://github.com/raspberrypi/firmware/issues/1853
* Add a specific fatal error pattern for RP1 not found - 4 long - 3 short
2023-12-12: Promote 2023-12-06 to default release.
2023-12-06: Initialise DWC PHY (latest)