summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-04-05 23:55:15 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-04-05 23:55:15 +0200
commit197b049b8b8a488384f351b988dd15f78830ba4e (patch)
treed059e889505774b875e71335ec06a92078c63cb0 /CHANGELOG
parentdb28ddb4da7387f4658ae5d032263258e53a1f37 (diff)
parent35118539435d1a6f40eab348a4ac2040f3bd882c (diff)
downloadblackbird-obmc-uboot-197b049b8b8a488384f351b988dd15f78830ba4e.tar.gz
blackbird-obmc-uboot-197b049b8b8a488384f351b988dd15f78830ba4e.zip
Merge with /home/sr/git/u-boot/4xx-sdram
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 271f0fb741..59f12b8afb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,24 @@
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
+
* Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S
Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
OpenPOWER on IntegriCloud