Add pieeprom-2019-09-10.bin

Minor update to always configure RGMII pins to a good state at power on.
Previously the pins would have been left in the default reset state
(input).
This commit is contained in:
Tim Gover
2019-09-10 12:21:02 +01:00
parent 47f985542d
commit 982aad5ac5
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
# Raspberry Pi4 bootloader EEPROM release notes
## 2019-09-10 - Git f626c772 - (BETA)
* Configure ethernet RGMII pins at power on. This is a minor change which
which may improve reliability of ethernet for some users.
## 2019-09-05 - Git d8189ed4 - (BETA)
* Update SDRAM setup to reduce power consumption.