mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Merge branch 'master' into debian/bookworm
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Raspberry Pi5 bootloader EEPROM release notes
|
# Raspberry Pi5 bootloader EEPROM release notes
|
||||||
|
|
||||||
2023-10-18: Display autodetect + HAT gpiomap (default + latest)
|
2023-10-18: Display autodetect + HAT gpiomap (default + latest) (automatic update)
|
||||||
|
|
||||||
* Add support for HAT gpiomap for improved HAT compatibility.
|
* Add support for HAT gpiomap for improved HAT compatibility.
|
||||||
* Add I2C probe for DSI display auto detect
|
* Add I2C probe for DSI display auto detect
|
||||||
|
|||||||
@@ -335,12 +335,9 @@ checkDependencies() {
|
|||||||
EEPROM_SIZE=524288
|
EEPROM_SIZE=524288
|
||||||
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1599135103}"
|
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1599135103}"
|
||||||
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
|
elif [ $(((0x$BOARD_INFO >> 12) & 15)) = 4 ]; then
|
||||||
# BCM2712 always supports self-update so recovery.bin is only used for RPi imager
|
|
||||||
# bootloader updated SD cards or with RPIBOOT.
|
|
||||||
BCM_CHIP=2712
|
BCM_CHIP=2712
|
||||||
EEPROM_SIZE=2097152
|
EEPROM_SIZE=2097152
|
||||||
RPI_EEPROM_SELF_UPDATE=1
|
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1697650217}"
|
||||||
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1695896697}"
|
|
||||||
else
|
else
|
||||||
chipNotSupported
|
chipNotSupported
|
||||||
fi
|
fi
|
||||||
@@ -492,10 +489,10 @@ to be stable.
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
The default bootloader image which supports all current models and hardware
|
The default bootloader image which supports all current models and hardware
|
||||||
revisions.
|
revisions. If there is an important bug fix or hardware change that could
|
||||||
If a critical bug fix is required then the minimum default version number
|
affect most users then the BOOTLOADER_AUTO_UPDATE_MIN_VERSION is updated
|
||||||
(BOOTLOADER_AUTO_UPDATE_MIN_VERSION) in the rpi-eeprom package is updated
|
causing the update to be applied the next time the rpi-eeprom APT package is
|
||||||
causing the bootloader to be automatically updated.
|
updated.
|
||||||
|
|
||||||
latest:
|
latest:
|
||||||
Contains new features, bug fixes and performance improvements.
|
Contains new features, bug fixes and performance improvements.
|
||||||
|
|||||||
Reference in New Issue
Block a user