diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-05 23:55:15 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-04-05 23:55:15 +0200 |
commit | 197b049b8b8a488384f351b988dd15f78830ba4e (patch) | |
tree | d059e889505774b875e71335ec06a92078c63cb0 /CHANGELOG | |
parent | db28ddb4da7387f4658ae5d032263258e53a1f37 (diff) | |
parent | 35118539435d1a6f40eab348a4ac2040f3bd882c (diff) | |
download | u-boot-imx-197b049b8b8a488384f351b988dd15f78830ba4e.zip u-boot-imx-197b049b8b8a488384f351b988dd15f78830ba4e.tar.gz u-boot-imx-197b049b8b8a488384f351b988dd15f78830ba4e.tar.bz2 |
Merge with /home/sr/git/u-boot/4xx-sdram
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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] |