mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
Add support for updating the USB (VL805) EEPROM
* New beta recovery.bin which can update the VLI EEPROM before start.elf is loaded. This is the recommended and default method because no USB devices will be in use at this stage. * Extend the USE_FLASHROM configuration to use the vl805 tool to program the VL805 directly. * Generate SHA256 checksums in .sig files for the bootloader and and VL805 images. This is required by the new recovery.bin to guard against corrupted files being flashed to the EEPROM(s). * Various variable renames to distinguish between the bootloader and the VL805 images.
This commit is contained in:
Binary file not shown.
BIN
firmware/beta/vl805-00013701.bin
Normal file
BIN
firmware/beta/vl805-00013701.bin
Normal file
Binary file not shown.
BIN
firmware/beta/vl805-000137ab.bin
Normal file
BIN
firmware/beta/vl805-000137ab.bin
Normal file
Binary file not shown.
1
firmware/beta/vl805.latest
Normal file
1
firmware/beta/vl805.latest
Normal file
@@ -0,0 +1 @@
|
||||
000137ab
|
||||
@@ -1,5 +1,17 @@
|
||||
# Raspberry Pi4 bootloader EEPROM release notes
|
||||
|
||||
## 2019-10-17 - rpi-eeprom-update + recovery.bin
|
||||
* New beta recovery.bin which can update the VLI EEPROM before
|
||||
start.elf is loaded. This is the recommended and default method
|
||||
because no USB devices will be in use at this stage.
|
||||
* Extend the USE_FLASHROM configuration to use the vl805 tool
|
||||
to program the VL805 directly.
|
||||
* Generate SHA256 checksums in .sig files for the bootloader and
|
||||
and VL805 images. This is required by the new recovery.bin to
|
||||
guard against corrupted files being flashed to the EEPROM(s).
|
||||
* Various variable renames to distinguish between the bootloader
|
||||
and the VL805 images.
|
||||
|
||||
## 2019-10-16 - Git 18472066 (BETA)
|
||||
* Ignore trailing characters when parsing in PXE boot menu option.
|
||||
* Improve error handling with unformatted sd-cards.
|
||||
|
||||
Reference in New Issue
Block a user