Skip to content

Commit 7a1a01c

Browse files
committed
pieeprom-2024-04-17: 2712: Promote to default release (automatic update)
Interesting changes since the last automatic update: * Enable network install * Enable over-clocking frequencies > 3GHz See: ttps://github.com/raspberrypi/firmware/issues/1876 * Adjust SDRAM refresh rate according to temperature and address a performance gap between 4GB and 8GB parts in benchmarks. See: raspberrypi/firmware#1854 * Support custom CA certs with HTTPS boot * Move non Kernel ARM stages back to 512KB raspberrypi/firmware#1868 * Assorted HAT+ and NVMe interop improvements. * Fix TRYBOOT if secure-boot is enabled. * Preliminary support for D0 and CM5.
1 parent f4580cd commit 7a1a01c

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

Diff for: firmware-2712/default/pieeprom-2024-04-17.bin

2 MB
Binary file not shown.

Diff for: firmware-2712/default/recovery.bin

100 Bytes
Binary file not shown.

Diff for: firmware-2712/release-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Raspberry Pi5 bootloader EEPROM release notes
22

3+
2024-04-18: Promote the 2024-04-17 release to the default release (default) (automatic update)
4+
* Select pieeprom-2024-04-17.bin to be the new default release and bump the
5+
automatic update minimum version to this.
6+
37
2024-04-18: Update RP1 firmware to extend PCIe L1 entry timeout to 32 us (latest)
48
* Extend PCIe L1 entry timeout to 32us
59
Fix xhci soft reset on link-down

Diff for: imager/make-imager-release

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ script_dir=$(cd "$(dirname "$0")" && pwd)
88
${script_dir}/make-release critical 2023-01-11 000138c0 "${script_dir}/2711-config" release-2711 rpi-boot-eeprom-recovery 2711
99

1010
# Pi5
11-
${script_dir}/make-release critical 2024-02-16 "" "${script_dir}/2712-config" release-2712 rpi-boot-eeprom-recovery 2712
11+
${script_dir}/make-release critical 2024-04-17 "" "${script_dir}/2712-config" release-2712 rpi-boot-eeprom-recovery 2712

Diff for: rpi-eeprom-update

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ checkDependencies() {
400400
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
401401
BCM_CHIP=2712
402402
EEPROM_SIZE=2097152
403-
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1704470260}"
403+
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1713358463}"
404404
SPIDEV=/dev/spidev10.0
405405
# Default is to use flashrom if availableon BCM2712
406406
RPI_EEPROM_USE_FLASHROM=${RPI_EEPROM_USE_FLASHROM:-1}

0 commit comments

Comments
 (0)