diff --git a/firmware/beta/pieeprom-2023-01-04.bin b/firmware/beta/pieeprom-2023-01-04.bin new file mode 100644 index 0000000..a7df899 Binary files /dev/null and b/firmware/beta/pieeprom-2023-01-04.bin differ diff --git a/firmware/beta/recovery.bin b/firmware/beta/recovery.bin index 58b3732..60eec96 100644 Binary files a/firmware/beta/recovery.bin and b/firmware/beta/recovery.bin differ diff --git a/firmware/beta/vl805-000138c0.bin b/firmware/beta/vl805-000138c0.bin new file mode 100644 index 0000000..f9caa03 Binary files /dev/null and b/firmware/beta/vl805-000138c0.bin differ diff --git a/firmware/release-notes.md b/firmware/release-notes.md index 2983db0..5f5afba 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -1,5 +1,11 @@ # Raspberry Pi4 bootloader EEPROM release notes +## 2023-01-04 - VL805 firmware update - BETA + * 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 + ## 2022-12-07 - Fix SD voltage reset on Pi4 R1.1 (DEFAULT/STABLE/BETA). * Fix issue where SD voltage was not reset by power cycling PMIC on reboot. See https://github.com/raspberrypi/firmware/issues/1763