diff options
author | wdenk <wdenk> | 2004-04-25 13:18:40 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-25 13:18:40 +0000 |
commit | b9711de10218ce3072dcc77d83294d19ac78e193 (patch) | |
tree | bf6e4791ca86ade5c76b0e35d1bf128cb8d51cba /CHANGELOG | |
parent | e9132ea94c0182400895423c21bb04fa81f0b3f4 (diff) |
* Patch by John Kerl, 19 Apr 2004:
Use U-boot's miiphy.h for PHY register names, rather than
introducing a new header file.
* Update pci_ids.h from linux-2.4.26
* Patch by Masami Komiya, 19 Apr 2004:
Fix problem cause by VLAN function on little endian architecture
without VLAN environment
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 73dc5bd130d..fdfb21291e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,8 +2,18 @@ Changes for U-Boot 1.1.1: ====================================================================== +* Patch by John Kerl, 19 Apr 2004: + Use U-boot's miiphy.h for PHY register names, rather than + introducing a new header file. + +* Update pci_ids.h from linux-2.4.26 + +* Patch by Masami Komiya, 19 Apr 2004: + Fix problem cause by VLAN function on little endian architecture + without VLAN environment + * Clean up the TQM8xx_YYMHz configurations; allow to use the same - binary image for all clok frequencies. Implement run-time + binary image for all clock frequencies. Implement run-time optimization of flash access timing based on the actual bus frequency. |