From: Wolfgang Denk Date: Thu, 1 Dec 2005 00:38:13 +0000 (+0100) Subject: Merge with /home/sr/git/u-boot X-Git-Tag: LABEL_2006_03_12_0025~60 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a86d779ff0b2bf9690e50786dece5a689ba3345;p=oweals%2Fu-boot.git Merge with /home/sr/git/u-boot --- 4a86d779ff0b2bf9690e50786dece5a689ba3345 diff --cc CHANGELOG index 8e9a0f334b,2a41c2e7bb..3213a89255 --- a/CHANGELOG +++ b/CHANGELOG @@@ -2,18 -2,33 +2,45 @@@ Changes for U-Boot 1.1.4: ====================================================================== + * Add support for TQM8541/8555 boards, TQM85xx support reworked: + - Support for TQM8541/8555 boards added. + - Complete rework of TQM8540/8560 support. + - Common TQM85xx code now supports all current TQM85xx platforms + (TQM8540/8541/8555/8560). + - DDR SDRAM size detection added. + - CAS latency default values can be overwritten by setting "serial#" + to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used. + If problems are detected with this non default CAS latency, - the defualt values will be used instead. - - FLASH size detection added. ++ the default values will be used instead. ++ - Flash size detection added. + - Moved FCC ethernet driver initialization behind TSEC driver init + -> TSEC is first device. + Patch by Stefan Roese, 30 Nov 2005 + + * Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board. + Patch by John Otken, 23 Nov 2005 + + * Changed PPC44x startup message (cpu info, speed...) to common style: + On PPC44x platforms, the startup message generated in "cpu.c" only - comprised the ppc type and revision but not additional informations ++ comprised the ppc type and revision but not additional information + like speed etc. Those speed infos where printed in the board specific + code. This new implementation now prints all CPU infos in the common + cpu specific code. No board specific code is needed anymore and + therefore removed from all current 44x implementations. + Patch by Stefan Roese, 27 Nov 2005 + +* Adjust TQM834x PHY addresses for latest hardware revision. + +* Increase malloc arena on TQM5200 board to 256 kB. + With 64 kb uniform flash sector size the old value of 128 kB was + too small. + +* Fix miiphy global data initialization (problem on 4xx boards when + no ethaddr is assigned). Initialization moved from + miiphy_register() to eth_initialize(). + + Based on initial patch for 4xx platform by Matthias Fuchs. + * Remove unnnecessary #include from include/asm-*/u-boot.h * Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.