Commit Graph

6 Commits

Author SHA1 Message Date
Tim Gover
8205f8afa1 pieeprom-2020-03-04: Netboot enhancements, self update and HDMI diagnostics 2020-03-11 16:06:04 +00:00
Tim Gover
8b9eab6867 pieeprom-2019-12-03: Fix DHCP Optio43 menu handling 2019-12-04 11:01:24 +00:00
Tim Gover
92c7e35a3e 2019-11-18 - Beta update for network boot fixes
Fixes for TFTP_PREFIX handling plus option to force MAC_ADDRESS
Enable HS_TIMING for EMMC cards
2019-11-18 11:43:17 +00:00
Tim Gover
ac70cb24fa Add rpi-eeprom-update -A option
* Option to restrict automatic updates to bootloader and/or vl805
* Change the machine mode output variables
* recovery.bin: Rebuild from Gitlab
* Rename CURRENT_TS and LATEST_TS in machine output
2019-10-22 12:28:03 +01:00
Tim Gover
d354bbe700 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.
2019-10-22 12:27:58 +01:00
Tim Gover
d8f713c20d recovery: Make recovery.bin specific to the release status
Select the recovery.bin to use according to FIRMWARE_RELEASE_STATUS
in order to allow a beta test version of recovery.bin to be provided
without risking breaking the stable version of recovery.bin
2019-10-10 10:52:38 +01:00