|
28 | 28 | ## 2024-05-17: Ignore bootloader updates for Pi5 on Pi4 - (latest) |
29 | 29 | * Add timestamps to UART log messages |
30 | 30 |
|
31 | | -2024-05-13: Add support for NVMe boot with PCIe switches (latest) |
| 31 | +## 2024-05-13: Add support for NVMe boot with PCIe switches (latest) |
32 | 32 | * Add preliminary support for booting NVMe devices behind PCIe switches. |
33 | 33 | See: https://github.com/raspberrypi/firmware/issues/1833 |
34 | 34 | * Fix MAX_RESTARTS parameter |
|
40 | 40 | See: Fixes https://github.com/raspberrypi/rpi-eeprom/issues/574 |
41 | 41 | * Pull PCIE DET_WAKE high by default on CM5 |
42 | 42 |
|
43 | | -2024-04-20: Fix SDRAM refesh timing (default) (automatic update) |
| 43 | +## 2024-04-20: Fix SDRAM refesh timing (default) (automatic update) |
44 | 44 | * Fix a possible performance regression on Pi5. |
45 | 45 |
|
46 | | -2024-04-18: Promote the 2024-04-17 release to the default release (default) (automatic update) |
| 46 | +## 2024-04-18: Promote the 2024-04-17 release to the default release (default) (automatic update) |
47 | 47 | * Select pieeprom-2024-04-17.bin to be the new default release and bump the |
48 | 48 | automatic update minimum version to this. |
49 | 49 |
|
50 | | -2024-04-18: Update RP1 firmware to extend PCIe L1 entry timeout to 32 us (latest) |
| 50 | +## 2024-04-18: Update RP1 firmware to extend PCIe L1 entry timeout to 32 us (latest) |
51 | 51 | * Extend PCIe L1 entry timeout to 32us |
52 | 52 | Fix xhci soft reset on link-down |
53 | 53 | Set useful xhci compatibility bits in GUCTL |
54 | 54 | See https://github.com/raspberrypi/firmware/issues/1877 |
55 | 55 |
|
56 | | -2024-04-17: Fix TRYBOOT flag in secure-boot mode (latest) |
| 56 | +## 2024-04-17: Fix TRYBOOT flag in secure-boot mode (latest) |
57 | 57 | * Fix issue that caused the TRYBOOT flag to be lost in secure-boot mode. |
58 | 58 | * dtoverlay: Use %u when converting u32s to strings |
59 | 59 | See: https://github.com/raspberrypi/linux/issues/6039 |
60 | 60 | * Improved debug messages for secure-boot. |
61 | 61 | * Generate the bootloader diagnostics qrcode at run time. |
62 | 62 |
|
63 | | -2024-04-05: HAT+ fixes for max-current, custom CA cert for net install and enable over-clocking to > 3GHz (latest) |
| 63 | +## 2024-04-05: HAT+ fixes for max-current, custom CA cert for net install and enable over-clocking to > 3GHz (latest) |
64 | 64 | * bootloader: clock_2712: Remove restriction on arm_freq <= 3000 |
65 | 65 | See: https://github.com/raspberrypi/firmware/issues/1876 |
66 | 66 | * arm_dt: Update max_current to match HAT value |
|
78 | 78 | * Preliminary support for secure-boot OTP provisioning. |
79 | 79 | * Update PCIE DET_WAKE pinmux for D0 products |
80 | 80 |
|
81 | | -2024-02-16: u-boot loading and thermal throttling fixes (latest) (default) |
| 81 | +## 2024-02-16: u-boot loading and thermal throttling fixes (latest) (default) |
82 | 82 | * arm_loader: Move non-kernels back to 512KB |
83 | 83 | See: https://github.com/raspberrypi/firmware/issues/1868 |
84 | 84 |
|
85 | 85 | * Limit throttled frequency to OS requested frequency rather than |
86 | 86 | config.txt frequency. |
87 | 87 | See: https://github.com/raspberrypi/rpi-eeprom/issues/518 |
88 | 88 |
|
89 | | -2024-02-14: Fix vcgencmd otp_dump and implement C(initial_turbo) (latest) |
| 89 | +## 2024-02-14: Fix vcgencmd otp_dump and implement C(initial_turbo) (latest) |
90 | 90 | * Fix a regression that caused vcgencmd otp_dump to fail. |
91 | 91 | * Implement C(initial_turbo) on Pi5 |
92 | 92 | See: https://github.com/raspberrypi/firmware/issues/1864 |
93 | 93 |
|
94 | | -2024-02-08: Adjust SDRAM refresh based on temperature (latest) |
| 94 | +## 2024-02-08: Adjust SDRAM refresh based on temperature (latest) |
95 | 95 |
|
96 | 96 | * Adjust the SDRAM refresh interval based on the temperature. This |
97 | 97 | addresses the gap in performance between the 8GB and 4GB variants. |
98 | 98 | See https://github.com/raspberrypi/firmware/issues/1854 |
99 | 99 | * Preliminary support for signed boot. |
100 | 100 |
|
101 | | -2024-02-05: Add support for HAT+ POE HATs (latest) |
| 101 | +## 2024-02-05: Add support for HAT+ POE HATs (latest) |
102 | 102 | * Add support for probing HAT+ POE HATs |
103 | 103 | * Implement DWC3 specific XHCI quirks |
104 | 104 |
|
105 | | -2024-01-24: NVMe boot fix for WD NVMe (latest) |
| 105 | +## 2024-01-24: NVMe boot fix for WD NVMe (latest) |
106 | 106 | * Add a workaround for an issue seen when booting with WD Blue SN550 NVMe SSD |
107 | 107 |
|
108 | | -2024-01-22: Add support for network-install (latest) |
| 108 | +## 2024-01-22: Add support for network-install (latest) |
109 | 109 | * Fix issue boot.img end sector check - STABLE |
110 | 110 | See: https://github.com/raspberrypi/rpi-eeprom/issues/521 |
111 | 111 | * Fix handling of files that use the last cluster in the partition |
112 | 112 | See: https://github.com/raspberrypi/rpi-eeprom/issues/521 |
113 | 113 | * Fix SD card detection |
114 | 114 | See: https://github.com/raspberrypi/rpi-eeprom/issues/523 |
115 | 115 |
|
116 | | -2024-01-15: Add support for network-install (latest) |
| 116 | +## 2024-01-15: Add support for network-install (latest) |
117 | 117 | * Add support for Network Install |
118 | 118 | * Preliminary D0 firmware support |
119 | 119 |
|
|
0 commit comments