diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-17 17:41:56 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-17 17:41:56 +0100 |
commit | 0a112d8696dcffdf87a7066e2dade1eacbdd80d9 (patch) | |
tree | 86f83dc1ad77177294d23499aadbe8db69bfdb54 /CHANGELOG | |
parent | 09e4b0c5d3881412519f33d498560a5bbcc82cd9 (diff) | |
parent | dc9e499c620a590e0f906e807e24c85807af3338 (diff) | |
download | u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.zip u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.tar.gz u-boot-imx-0a112d8696dcffdf87a7066e2dade1eacbdd80d9.tar.bz2 |
Merge with port of MPC8349EMDS board
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -2,6 +2,28 @@ Changes since U-Boot 1.1.4: ====================================================================== +* Add command for handling DDR ECC registers on MPC8349EE MDS board. + +* Fix DDR ECC bit definitions for MPC83xx. + +* Add initial support for MPC8349E MDS board. + +* Add support for ECC DDR initialization on MPC83xx. + +* Add DMA support for MPC83xx. + +* Add sync in do_reset() routine for MPC83xx after RPR register + was written to. It is need on some targets when BAT translation + is enabled. + +* Add bit definitions for MPC83xx DDR controller registers. + +* Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx. + +* Correct shift offsets in icache_status and dcache_status for MPC83xx. + +* Add support for DS1374 RTC chip. + * Add support for Lite5200B board. Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006 |