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
This commit is contained in:
Tim Gover
2019-11-15 15:35:02 +00:00
parent 9202943804
commit 92c7e35a3e
3 changed files with 11 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,16 @@
# Raspberry Pi4 bootloader EEPROM release notes # Raspberry Pi4 bootloader EEPROM release notes
## 2019-11-18 - Git b6a7593d6 (BETA) RC1
First release candidate before this beta is moved to a stable release series.
* Avoid resetting TFTP prefix after retries or if start4.elf is not found.
* Add MAC_ADDRESS option which allows the OTP Ethernet MAC address to be
overriden. An VideoCore firmware update will propagate this forced
mac address to device-tree/cmdline in the near future.
* Various internal refactorings to prepare for USB MSD storage boot in
the next beta-series.
* Enable high-speed mode for EMMC cards.
## 2019-10-17 - rpi-eeprom-update + recovery.bin ## 2019-10-17 - rpi-eeprom-update + recovery.bin
* New beta recovery.bin which can update the VLI EEPROM before * New beta recovery.bin which can update the VLI EEPROM before
start.elf is loaded. This is the recommended and default method start.elf is loaded. This is the recommended and default method