Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023-01-18 - Promote pieeprom-2023-01-11 STABLE release to DEFAULT #465

Merged
merged 1 commit into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added firmware/critical/pieeprom-2023-01-11.bin
Binary file not shown.
Binary file modified firmware/critical/recovery.bin
Binary file not shown.
Binary file added firmware/critical/vl805-000138c0.bin
Binary file not shown.
7 changes: 7 additions & 0 deletions firmware/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Raspberry Pi4 bootloader EEPROM release notes

## 2023-01-18 - Promote previous STABLE release to DEFAULT
Interesting changes since the last default release
* Update VL805 to 138C0 - fix for handling of split transactions
https://github.com/raspberrypi/linux/pull/5262
* Fix HID error handling with network install
https://github.com/raspberrypi/rpi-eeprom/issues/458

## 2023-01-12 - Promote previous BETA release to STABLE
* Sign the 2023-01-04 release with the secure-boot ROM key and release
as pieeprom-2023-01-11.bin
Expand Down
2 changes: 1 addition & 1 deletion imager/make-imager-release
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

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

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