Skip to content

Commit 6532032

Browse files
committed
2023-01-18 - Promote pieeprom-2023-01-11 STABLE release to DEFAULT
Interesting changes since the last default release * Update VL805 to 138C0 - fix for handling of split transactions raspberrypi/linux#5262 * Fix HID error handling with network install #458
1 parent e2fc5b1 commit 6532032

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed
512 KB
Binary file not shown.

firmware/critical/recovery.bin

0 Bytes
Binary file not shown.
97 KB
Binary file not shown.

firmware/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Raspberry Pi4 bootloader EEPROM release notes
22

3+
## 2023-01-18 - Promote previous STABLE release to DEFAULT
4+
Interesting changes since the last default release
5+
* Update VL805 to 138C0 - fix for handling of split transactions
6+
https://github.com/raspberrypi/linux/pull/5262
7+
* Fix HID error handling with network install
8+
https://github.com/raspberrypi/rpi-eeprom/issues/458
9+
310
## 2023-01-12 - Promote previous BETA release to STABLE
411
* Sign the 2023-01-04 release with the secure-boot ROM key and release
512
as pieeprom-2023-01-11.bin

imager/make-imager-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -e
44

55
script_dir=$(cd "$(dirname "$0")" && pwd)
66

7-
${script_dir}/make-release critical 2022-12-07 000138a1 "${script_dir}" release rpi-boot-eeprom-recovery
7+
${script_dir}/make-release critical 2023-01-11 000138c0 "${script_dir}" release rpi-boot-eeprom-recovery

0 commit comments

Comments
 (0)