Skip to content

Commit 8fb396f

Browse files
committed
pieeprom-2025-09-22: 2712: Add LZ4 decompressor (latest)
* Add LZ4 decompressor LZ4 gives a better compression ratio than the previously used CK compress. The bootloader can now decompress both LZ4 compressed files and CK compressed files. * rpifwcrypto: Add GET_CRYPTO_PRIVATE_KEY mailbox API For provisioning, add a new mailbox API which returns the private key in DER format. The API will return an error if the key-status for the specified key is LOCKED. * config: Add support for board_attributes in conditional expressions Add support for the board-attributes row in config.txt conditional expressions. This can be used to change boot behavior for Compute Module Lite / No-WiFi etc. * board_info: Log the OTP board revision at startup Log the board revision plus the raw OTP value at startup.
1 parent 360324a commit 8fb396f

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
2 MB
Binary file not shown.

firmware-2712/latest/recovery.bin

56 Bytes
Binary file not shown.

firmware-2712/release-notes.md

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

3+
## 2025-09-22: Add LZ4 decompressor (latest)
4+
5+
* Add LZ4 decompressor
6+
LZ4 gives a better compression ratio than the previously used CK compress. The bootloader can now decompress both LZ4 compressed files and CK compressed files.
7+
* rpifwcrypto: Add GET_CRYPTO_PRIVATE_KEY mailbox API
8+
For provisioning, add a new mailbox API which returns the private key
9+
in DER format. The API will return an error if the key-status for
10+
the specified key is LOCKED.
11+
* config: Add support for board_attributes in conditional expressions
12+
Add support for the board-attributes row in config.txt conditional
13+
expressions. This can be used to change boot behavior for
14+
Compute Module Lite / No-WiFi etc.
15+
* board_info: Log the OTP board revision at startup
16+
Log the board revision plus the raw OTP value at startup.
17+
318
## 2025-08-27: Fix PARTITION property to allow default (0) partition to be overridden (latest)
419

520
* Fix PARTITION property to allow default (0) partition to be overridden

0 commit comments

Comments
 (0)