Skip to content

Commit 9a5a522

Browse files
committed
pieeprom-2024-04-20: 2712: Fix SDRAM default refresh timings
1 parent 7a1a01c commit 9a5a522

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

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

2 MB
Binary file not shown.

Diff for: firmware-2712/latest/pieeprom-2024-04-20.bin

2 MB
Binary file not shown.

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

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

3+
2024-04-20: Fix SDRAM refesh timing (default) (automatic update)
4+
* Fix a possible performance regression on Pi5.
5+
36
2024-04-18: Promote the 2024-04-17 release to the default release (default) (automatic update)
47
* Select pieeprom-2024-04-17.bin to be the new default release and bump the
58
automatic update minimum version to this.

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-04-17 "" "${script_dir}/2712-config" release-2712 rpi-boot-eeprom-recovery 2712
11+
${script_dir}/make-release critical 2024-04-20 "" "${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:-1713358463}"
403+
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1713610410}"
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)