mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
pieeprom-2023-09-21: 2712: Power button and ACT LED improvements
This commit is contained in:
BIN
firmware-2712/default/pieeprom-2023-09-21.bin
Normal file
BIN
firmware-2712/default/pieeprom-2023-09-21.bin
Normal file
Binary file not shown.
BIN
firmware-2712/latest/pieeprom-2023-09-21.bin
Normal file
BIN
firmware-2712/latest/pieeprom-2023-09-21.bin
Normal file
Binary file not shown.
@@ -1,5 +1,16 @@
|
|||||||
# Raspberry Pi5 bootloader EEPROM release notes
|
# Raspberry Pi5 bootloader EEPROM release notes
|
||||||
|
|
||||||
|
2023-09-21: Power button and ACT LED improvements
|
||||||
|
|
||||||
|
* Fix bug where button press was not monitor for USB-C power supplies
|
||||||
|
that were detected as < 3A.
|
||||||
|
* In USB boot mode automatically select max-current during a reboot
|
||||||
|
(but not power on reset) to improve OS installation experience.
|
||||||
|
* USB-MSD stability improvements
|
||||||
|
* Remove the HALT error pattern and go to halt/standby immediately.
|
||||||
|
* Add support for HAT map.
|
||||||
|
|
||||||
|
|
||||||
2023-09-13: Initial release
|
2023-09-13: Initial release
|
||||||
|
|
||||||
* Initial manufacturing software
|
* Initial manufacturing software
|
||||||
|
|||||||
@@ -340,7 +340,7 @@ checkDependencies() {
|
|||||||
BCM_CHIP=2712
|
BCM_CHIP=2712
|
||||||
EEPROM_SIZE=2097152
|
EEPROM_SIZE=2097152
|
||||||
RPI_EEPROM_SELF_UPDATE=1
|
RPI_EEPROM_SELF_UPDATE=1
|
||||||
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1694601426}"
|
BOOTLOADER_AUTO_UPDATE_MIN_VERSION="${BOOTLOADER_AUTO_UPDATE_MIN_VERSION:-1695315523}"
|
||||||
else
|
else
|
||||||
chipNotSupported
|
chipNotSupported
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user