From a6ab4bf978a3d5a52a47bbd259b7eb4c860ebd0c Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 15 Apr 2004 21:31:56 +0000 Subject: 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. --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index b1f1be3..8ababc7 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 -- cgit v1.1