diff options
author | wdenk <wdenk> | 2003-10-09 19:00:25 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-10-09 19:00:25 +0000 |
commit | 15647dc7fd86bbaeb68740929ecb9f8473c7ceae (patch) | |
tree | 1f2cefc002e07f517bcaf19b5a400b5a8a543e0c /CHANGELOG | |
parent | a0ff7f2eda50de4d4096265a086c94ac640fab7c (diff) | |
download | u-boot-imx-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.zip u-boot-imx-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.tar.gz u-boot-imx-15647dc7fd86bbaeb68740929ecb9f8473c7ceae.tar.bz2 |
* Patches by Thomas Lange, 09 Oct 2003:
- fix cmd_ide.c for non ppc boards (read/write functions did not
add ATA base address)
- fix for shannon board
- #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code
* Patch by Sangmoon Kim, 07 Oct 2003:
add support for debris board
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2,6 +2,15 @@ Changes for U-Boot 1.0.0: ====================================================================== +* Patches by Thomas Lange, 09 Oct 2003: + - fix cmd_ide.c for non ppc boards (read/write functions did not + add ATA base address) + - fix for shannon board + - #ifdef CONFIG_IDE_8xx_DIRECT some otherwise unused code + +* Patch by Sangmoon Kim, 07 Oct 2003: + add support for debris board + * Patch by Martin Krause, 09 Oct 2003: Fixes for TRAB board - /board/trab/rs485.c: correct baudrate @@ -176,14 +185,8 @@ Changes for U-Boot 1.0.0: Changes for U-Boot 0.4.8: ====================================================================== -<<<<<<< CHANGELOG -<<<<<<< CHANGELOG -<<<<<<< CHANGELOG * Add I2C and RTC support for RMU board -======= -======= -======= * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB @@ -216,7 +219,6 @@ Changes for U-Boot 0.4.8: * Avoid flicker on TRAB's VFD ->>>>>>> 1.130 * Add support for SK98xx driver * Add PCI support for SL8245 board @@ -262,7 +264,6 @@ Changes for U-Boot 0.4.7: * Add GCC library to examples/Makefile so GCC utility functions will be resolved, too ->>>>>>> 1.118 * Add I2C and RTC support for RMU board using software I2C driver (because of better response to iprobe command); fix problem with "reset" command @@ -271,7 +272,6 @@ Changes for U-Boot 0.4.7: Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MAKS (see README). ->>>>>>> 1.112 * Fix ICU862 environment problem * Fix RAM size detection for RMU board |