diff --git a/firmware-2711/latest/pieeprom-2025-09-22.bin b/firmware-2711/latest/pieeprom-2025-09-22.bin new file mode 100644 index 0000000..a83afc6 Binary files /dev/null and b/firmware-2711/latest/pieeprom-2025-09-22.bin differ diff --git a/firmware-2711/latest/recovery.bin b/firmware-2711/latest/recovery.bin index 389bca8..8bf9e67 100644 Binary files a/firmware-2711/latest/recovery.bin and b/firmware-2711/latest/recovery.bin differ diff --git a/firmware-2711/release-notes.md b/firmware-2711/release-notes.md index 8512c45..26929b3 100644 --- a/firmware-2711/release-notes.md +++ b/firmware-2711/release-notes.md @@ -1,5 +1,20 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2025-09-22: 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. + ## 2025-08-27: Fix PARTITION property to allow default (0) partition to be overridden (latest) * Fix PARTITION property to allow default (0) partition to be overridden