diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-21 22:41:25 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-21 22:41:25 +0200 |
commit | 7b5cac0e1958173a390ae6d620a610028cad25f8 (patch) | |
tree | d045cc641164a0eca524a862831921790abb43eb /CHANGELOG | |
parent | 6902df56a0b493f369153b09d11afcd74a580561 (diff) | |
parent | e9f1110051c2c2f8c005cf7fae54194f07197bac (diff) | |
download | u-boot-imx-7b5cac0e1958173a390ae6d620a610028cad25f8.zip u-boot-imx-7b5cac0e1958173a390ae6d620a610028cad25f8.tar.gz u-boot-imx-7b5cac0e1958173a390ae6d620a610028cad25f8.tar.bz2 |
Merge with /home/wd/git/u-boot/master
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -4,6 +4,21 @@ Changes for U-Boot 1.1.4: * Add PCI support for the TQM834x board. +* Add missing 4xx board to MAKEALL + Patch by Stefan Roese, 20 Oct 2005 + +* Fix conflicting types (flash_write()) in esd auto_update.c + Patch by Stefan Roese, 20 Oct 2005 + +* Fix problem with sleep in NetConsole (use get_timer()) + Patch by Stefan Roese, 20 Oct 2005 + +* Add NetConsole Support for AMCC eval boards + Patch by Stefan Roese, 20 Oct 2005 + +* Fix NetConsole support on 4xx (only print eth link on 1st transfer) + Patch by Stefan Roese, 18 Oct 2005 + * Add fat & ext2 support to AMCC 440EP boards Yosemite & Bamboo. Fix identation on ext2ls help entry. Patch by Stefan Roese, 14 Oct 2005 |