mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Update release-notes.md
This commit is contained in:
@@ -117,27 +117,27 @@
|
|||||||
* Add support for Network Install
|
* Add support for Network Install
|
||||||
* Preliminary D0 firmware support
|
* Preliminary D0 firmware support
|
||||||
|
|
||||||
2024-01-08: Promote 2024-01-05 to default (automatic update)
|
## 2024-01-08: Promote 2024-01-05 to default (automatic update)
|
||||||
|
|
||||||
2024-01-05: Fix handling of FAT files without LFNs.
|
## 2024-01-05: Fix handling of FAT files without LFNs.
|
||||||
* Fix issues with SFN entries sometimes being treated as LFNs
|
* Fix issues with SFN entries sometimes being treated as LFNs
|
||||||
see https://github.com/raspberrypi/rpi-eeprom/issues/514
|
see https://github.com/raspberrypi/rpi-eeprom/issues/514
|
||||||
* Add a dedicated message for "M.2 HAT" not being found instead of
|
* Add a dedicated message for "M.2 HAT" not being found instead of
|
||||||
the generic 'unsupported boot order' message when NVMe boot is
|
the generic 'unsupported boot order' message when NVMe boot is
|
||||||
skipped.
|
skipped.
|
||||||
|
|
||||||
2023-12-17: Promote 2023-12-14 to default release
|
## 2023-12-17: Promote 2023-12-14 to default release
|
||||||
* Bump to the default release now that the partition number fix is confirmed.
|
* Bump to the default release now that the partition number fix is confirmed.
|
||||||
|
|
||||||
2023-12-14: Fix boot partition parameter (latest)
|
## 2023-12-14: Fix boot partition parameter (latest)
|
||||||
* Fix an issue where the boot partition parameter in PM_RSTS was cleared
|
* Fix an issue where the boot partition parameter in PM_RSTS was cleared
|
||||||
before being checked.
|
before being checked.
|
||||||
https://github.com/raspberrypi/firmware/issues/1853
|
https://github.com/raspberrypi/firmware/issues/1853
|
||||||
* Add a specific fatal error pattern for RP1 not found - 4 long - 3 short
|
* Add a specific fatal error pattern for RP1 not found - 4 long - 3 short
|
||||||
|
|
||||||
2023-12-12: Promote 2023-12-06 to default release.
|
## 2023-12-12: Promote 2023-12-06 to default release.
|
||||||
|
|
||||||
2023-12-06: Initialise DWC PHY (latest)
|
## 2023-12-06: Initialise DWC PHY (latest)
|
||||||
|
|
||||||
* Initialise the DWC PHY to enable DWC host+peripheral support under Linux.
|
* Initialise the DWC PHY to enable DWC host+peripheral support under Linux.
|
||||||
Requires https://github.com/raspberrypi/linux/commit/82069a7a02632aa60fa5c69415bf891ede7d6fd4
|
Requires https://github.com/raspberrypi/linux/commit/82069a7a02632aa60fa5c69415bf891ede7d6fd4
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
* Add support for C(arm_min_freq) < 1500 MHz (must be at >= 200 MHz)
|
* Add support for C(arm_min_freq) < 1500 MHz (must be at >= 200 MHz)
|
||||||
* Manufacturing test updates for DVFS.
|
* Manufacturing test updates for DVFS.
|
||||||
|
|
||||||
2023-11-20: Auto-detect support for PCIe expansion HAT (default + latest)
|
## 2023-11-20: Auto-detect support for PCIe expansion HAT (default + latest)
|
||||||
|
|
||||||
* Add autodetect support for PCIe expansion HATs
|
* Add autodetect support for PCIe expansion HATs
|
||||||
* Add PCIE_PROBE=1 to the EEPROM config for custom PCIe exapansion
|
* Add PCIE_PROBE=1 to the EEPROM config for custom PCIe exapansion
|
||||||
@@ -157,14 +157,14 @@
|
|||||||
https://github.com/raspberrypi/firmware/issues/1843
|
https://github.com/raspberrypi/firmware/issues/1843
|
||||||
* Kernel load performance improvement - remove a memcpy
|
* Kernel load performance improvement - remove a memcpy
|
||||||
|
|
||||||
2023-10-30: UPG watchdog support + SD reset fixes (default + latest)
|
## 2023-10-30: UPG watchdog support + SD reset fixes (default + latest)
|
||||||
|
|
||||||
* Fix SDIO / WiFi clock-setup for BOOT_ORDER=0xf14
|
* Fix SDIO / WiFi clock-setup for BOOT_ORDER=0xf14
|
||||||
* Fix SD power-on-reset
|
* Fix SD power-on-reset
|
||||||
* Firmware support for improved watchdog driver
|
* Firmware support for improved watchdog driver
|
||||||
* Update DHCP Option97 to be R,P,i,5 on Pi5
|
* Update DHCP Option97 to be R,P,i,5 on Pi5
|
||||||
|
|
||||||
2023-10-18: Display autodetect + HAT gpiomap (default + latest) (automatic update)
|
## 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
|
||||||
@@ -174,12 +174,12 @@
|
|||||||
* Prevent HDMI diagnostics being displayed immediately when waking after HALT.
|
* Prevent HDMI diagnostics being displayed immediately when waking after HALT.
|
||||||
* Update board-name - "Raspberry Pi 5"
|
* Update board-name - "Raspberry Pi 5"
|
||||||
|
|
||||||
2023-09-28: vcgencmd pmic_read_adcs fixes (automatic update)
|
## 2023-09-28: vcgencmd pmic_read_adcs fixes (automatic update)
|
||||||
|
|
||||||
* Fix the LDO names and current scaling codes
|
* Fix the LDO names and current scaling codes
|
||||||
* Manufacturing test updates
|
* Manufacturing test updates
|
||||||
|
|
||||||
2023-09-21: Power button and ACT LED improvements
|
## 2023-09-21: Power button and ACT LED improvements
|
||||||
|
|
||||||
* Fix bug where button press was not monitor for USB-C power supplies
|
* Fix bug where button press was not monitor for USB-C power supplies
|
||||||
that were detected as < 3A.
|
that were detected as < 3A.
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
* Add support for HAT map.
|
* Add support for HAT map.
|
||||||
|
|
||||||
|
|
||||||
2023-09-13: Initial release
|
## 2023-09-13: Initial release
|
||||||
|
|
||||||
* Initial manufacturing software
|
* Initial manufacturing software
|
||||||
* Network Install is not available in this version
|
* Network Install is not available in this version
|
||||||
|
|||||||
Reference in New Issue
Block a user