* Fix dbau1x00 Board
[platform/kernel/u-boot.git] / CHANGELOG
index 5040a6b..e006f0e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,23 @@
 ======================================================================
 Changes since U-Boot 1.1.4:
 ======================================================================
+* Fix dbau1x00 Board
+  - Fix dbau1x00 boards broken by dbau1550 patch
+    PLL:s were not set for boards other than 1550.
+    Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST.
+    Default boot is now bootp for cards other than 1550.
+  Patch by Thomas Lange Aug 10 2005
+
+* Fixes common/cmd_flash.c:
+
+   - fix some compiler/parser error, if using m68k tool chain
+   - optical fix for protect on/off all messages, if using more
+     then one bank
+  Patch by Jens Scharsig, 28 July 2005
+
+* Fix Lite5200B support: initialize SDelay register
+  See Freescale's AN3221 "MPC5200B SDRAM Initialization and
+  Configuration", 3.3.1 SDelay--MBAR + 0x0190
 
 * Changes/fixes for drivers/cfi_flash.c: