diff options
author | wdenk <wdenk> | 2004-04-18 22:26:17 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-18 22:26:17 +0000 |
commit | 498b8db7f5ba6c4793cc2d235c7274408d0a63db (patch) | |
tree | b6a70e78dcf24fa2ec3486fc43142ce1c72126d8 /CHANGELOG | |
parent | a8bd82de4671edd5ab1114802b66d2ff5fb90e1f (diff) | |
download | u-boot-imx-498b8db7f5ba6c4793cc2d235c7274408d0a63db.zip u-boot-imx-498b8db7f5ba6c4793cc2d235c7274408d0a63db.tar.gz u-boot-imx-498b8db7f5ba6c4793cc2d235c7274408d0a63db.tar.bz2 |
* Patch by Matthew S. McClintock, 14 Apr 2004:
fix initdram function for utx8245 board
* Patch by Markus Pietrek, 14 Apr 2004:
use ATAG_INITRD2 instead of deprecated ATAG_INITRD tag
* Patch by Reinhard Meyer, 18 Apr 2004:
provide the IDE Reset Function for EMK 5200 boards
* Patch by Masami Komiya, 12 Apr 2004:
fix pci_hose_write_config_{byte,word}_via_dword problems
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2,6 +2,18 @@ Changes for U-Boot 1.1.1: ====================================================================== +* Patch by Matthew S. McClintock, 14 Apr 2004: + fix initdram function for utx8245 board + +* Patch by Markus Pietrek, 14 Apr 2004: + use ATAG_INITRD2 instead of deprecated ATAG_INITRD tag + +* Patch by Reinhard Meyer, 18 Apr 2004: + provide the IDE Reset Function for EMK 5200 boards + +* Patch by Masami Komiya, 12 Apr 2004: + fix pci_hose_write_config_{byte,word}_via_dword problems + * Patch by Sangmoon Kim, 12 Apr 2004: Update max RAM size for debris board |