]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - CHANGELOG
Reorder CHANGELOG
[karo-tx-uboot.git] / CHANGELOG
index 08595d52e036cd01f21f736b34fbd9bbee5b7186..c8d4e42067ee42c18417c794e5e471a3b27b0ecb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,28 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)
+
+  405 SDRAM: - The SDRAM parameters can now be defined in the board
+               config file and the 405 SDRAM controller values will
+               be calculated upon bootup (see PPChameleonEVB).
+               When those settings are not defined in the board
+               config file, the register setup will be as it is now,
+               so this implementation should not break any current
+               design using this code.
+
+               Thanks to Andrea Marson from DAVE for this patch.
+
+  440 DDR:   - Added function sdram_tr1_set to auto calculate the
+               TR1 value for the DDR.
+             - Added ECC support (see p3p440).
+
+  Patch by Stefan Roese, 17 Mar 2006
+
+* Enable Quad UART om MCC200 board.
+
+* Cleanup MCC200 board configuration; omit non-existent stuff.
+
 * Add support for MPC859/866 Rev. A.0
 
 * Add command for handling DDR ECC registers on MPC8349EE MDS board.