diff options
author | wdenk <wdenk> | 2004-10-10 22:44:24 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 22:44:24 +0000 |
commit | c15f3120eca5359ed7ec1a359085312bbafca169 (patch) | |
tree | 46ca2ff3275513348b742298ec715677112f1737 /CHANGELOG | |
parent | 656658dd1577b62d5192ba2db4d9b8a3be1dbee3 (diff) | |
download | u-boot-imx-c15f3120eca5359ed7ec1a359085312bbafca169.zip u-boot-imx-c15f3120eca5359ed7ec1a359085312bbafca169.tar.gz u-boot-imx-c15f3120eca5359ed7ec1a359085312bbafca169.tar.bz2 |
* Patch by Michael Bendzick, 30 Aug 2004:
- Improve platform.S code for omap1510inn that detects whether code
is running from SDRAM or not. Patch allows SDRAM to be configured
if code is running out of SRAM at 0x20000000.
* Patch by Frederick Klatt, 30 Aug 2004:
Add support for the Wind River SBC8540/SBC8560 boards
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ Changes since U-Boot 1.1.1: ====================================================================== +* Patch by Michael Bendzick, 30 Aug 2004: + - Improve platform.S code for omap1510inn that detects whether code + is running from SDRAM or not. Patch allows SDRAM to be configured + if code is running out of SRAM at 0x20000000. + +* Patch by Frederick Klatt, 30 Aug 2004: + Add support for the Wind River SBC8540/SBC8560 boards + * Configure SX1 board to use drivers/cfi_flash.c * Patches by Michael Bendzick, 30 Aug 2004: |