File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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+
362024-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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ checkDependencies() {
400400 elif [ $(( (0 x$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}
You can’t perform that action at this time.
0 commit comments