pieeprom-2024-10-09: 2712: Promote to default release (automatic update)

This commit is contained in:
Tim Gover
2024-09-11 14:41:51 +01:00
committed by timg236
parent 171e47acb1
commit e6026c8d4e
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@@ -1,5 +1,7 @@
# Raspberry Pi5 bootloader EEPROM release notes
## 2024-09-11: Promote 2024-10-09 release (default) (automatic update)
## 2024-09-10: Fix lockup on 7" DSI panel clones (latest)
* Fix lockup regression with some 3rd party 7" DSI panels
See: https://github.com/raspberrypi/linux/issues/6341

View File

@@ -403,7 +403,7 @@ checkDependencies() {
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
BCM_CHIP=2712
EEPROM_SIZE=2097152
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1713610410}"
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1725975630}"
SPIDEV=/dev/spidev10.0
# Default is to use flashrom if availableon BCM2712
RPI_EEPROM_USE_FLASHROM=${RPI_EEPROM_USE_FLASHROM:-1}