summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-15 21:31:56 +0000
committerwdenk <wdenk>2004-04-15 21:31:56 +0000
commita6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c (patch)
tree7b9b794995dc1b3251a43fdc94a5190c955a5dd2 /CHANGELOG
parent5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792 (diff)
downloadtalos-obmc-uboot-a6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c.tar.gz
talos-obmc-uboot-a6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c.zip
Patches by Pantelis Antoniou, 30 Mar 2004:
Improve and fix various things in the MPC8xx FEC driver: 1. The new 87x and 88x series of processors have two FECs, and the new driver supports them both. 2. Another change in the 87x/88x series is support for the RMII (Reduced MII) interface. However numerous changes are needed to make it work since the PHYs are connected to the same lines. That means that you have to address them correctly over the MII interface.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b1f1be3861..8ababc72c9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,17 @@ Changes for U-Boot 1.1.1:
(These displays are serial and not suitable for using a normal
framebuffer console on them)
- add infrastructure needed in order to POST any DSPs in a board
+ - improve and fix various things in the MPC8xx FEC driver:
+ 1. The new 87x and 88x series of processors have two FECs,
+ and the new driver supports them both.
+ 2. Another change in the 87x/88x series is support for
+ the RMII (Reduced MII) interface. However numerous
+ changes are needed to make it work since the PHYs
+ are connected to the same lines. That means that
+ you have to address them correctly over the MII
+ interface.
+ 3. We now correctly match the MII/RMII interface
+ configuration to what the PHY reports.
* Patch by Yuli Barcohen, 28 Mar 2004:
- Add support for MPC8272 family including MPC8247/8248/8271/8272
OpenPOWER on IntegriCloud