From: Wolfgang Denk Date: Fri, 17 Mar 2006 16:41:56 +0000 (+0100) Subject: Merge with port of MPC8349EMDS board X-Git-Tag: LABEL_2006_04_18_1106~7^2~2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=0a112d8696dcffdf87a7066e2dade1eacbdd80d9 Merge with port of MPC8349EMDS board --- 0a112d8696dcffdf87a7066e2dade1eacbdd80d9 diff --cc CHANGELOG index 3f969c8bba,9274bdb357..542a4d12f1 --- a/CHANGELOG +++ b/CHANGELOG @@@ -2,9 -2,28 +2,31 @@@ 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 + * Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories