summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-05-12 22:18:31 (GMT)
committerwdenk <wdenk>2004-05-12 22:18:31 (GMT)
commit6c1362cf637ccaa89806edf70f000009672c509e (patch)
tree088aa85880ed8be9377fb6261fd250cc574e4c7e /CHANGELOG
parent953e2062c00e47995bc46f9041717d18c7bad7f0 (diff)
downloadu-boot-6c1362cf637ccaa89806edf70f000009672c509e.tar.xz
Fix minor network problem on MPC5200
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5e9c5e5..a3280e9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@
Changes since U-Boot 1.1.1:
======================================================================
+* Fix minor network problem on MPC5200: need some delay between
+ resetting the PHY and sending the first packet. Implemented in a
+ "natural" way by invoking the PHY reset and initialization code
+ only once after power on vs. each time the interface is brought up.
+
* Add some limited support for low-speed devices to SL811 USB controller
(at least "usb reset" now passes successfully and "usb info" displays
correct information)