diff options
author | wdenk <wdenk> | 2004-04-18 22:03:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 22:03:42 +0000 |
commit | a8bd82de4671edd5ab1114802b66d2ff5fb90e1f (patch) | |
tree | 08b99d8039aeb72dc1e912924c98bc3bf3a356b5 /CHANGELOG | |
parent | 7abf0c5886c395a3cc7e11f191d67be9a964a1bf (diff) |
* Patch by Sangmoon Kim, 12 Apr 2004:
Update max RAM size for debris board
* Patch by Travis Sawyer, 08 Apr 2004:
Add TLB entry for second DIMM slot on ocotea
* Patch by Masami Komiya, 08 Apr 2004:
add RTL8169 network driver
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 45e5b3d27bb..95239650b8f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,15 @@ Changes for U-Boot 1.1.1: ====================================================================== +* Patch by Sangmoon Kim, 12 Apr 2004: + Update max RAM size for debris board + +* Patch by Travis Sawyer, 08 Apr 2004: + Add TLB entry for second DIMM slot on ocotea + +* Patch by Masami Komiya, 08 Apr 2004: + add RTL8169 network driver + * Patch by Dan Malek, 07 Apr 2004: - Add support for RPC/STx GP3, Motorola 8560 board - Update 85xx TSEC driver so it searches MII for first available PHY @@ -9,7 +18,7 @@ Changes for U-Boot 1.1.1: - Add functions to support console MII commands. * Patch by Tolunay Orkun, 07 Apr 2004: - Move initialization of bi_iic_fast[] + Move initialization of bi_iic_fast[] from board_init_f() to board_init_r() * Patch by Yasushi Shoji, 07 Apr 2004: |