[U-Boot-Users] Pull request: u-boot-tq-group

Please pull the following patches from our u-boot-tq-group custodian tree.
These patches are rather old. All of them were posted (and accepted) on the u-boot-users list - so nothing really new ...
Thanks!
Best Regards Martin Krause
The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2: Wolfgang Denk (1): Release v1.3.1
are available in the git repository at:
git://www.denx.de/git/u-boot-tq-group.git master
Jens Gehrlein (3): TQM860M: Support for 10col SDRAMs, max. 128 MiB TQM885D: fix SDRAM refresh TQM885D: Exchanged SDRAM timing by a more relaxed timing.
Martin Krause (5): TQM885D: use calculated cpuclk instead of measuring it TQM885D: adjust for doubled flash sector size + some minor fixes TQM8xx: use the CFI flash driver on all TQM8xx boards TQM5200: Enable multi serial console feature on the STK52xx base board Some configuration updates for the TQM5200 based TB5200 board:
board/tqm5200/cmd_stk52xx.c | 8 ++++- board/tqm8xx/flash.c | 4 ++ board/tqm8xx/tqm8xx.c | 15 ++++---- cpu/mpc8xx/speed.c | 5 +-- include/common.h | 9 +++-- include/configs/HMI10.h | 12 ++++-- include/configs/TB5200.h | 3 +- include/configs/TQM5200.h | 4 ++ include/configs/TQM823L.h | 12 ++++-- include/configs/TQM823M.h | 14 +++++--- include/configs/TQM850L.h | 12 ++++-- include/configs/TQM850M.h | 14 +++++--- include/configs/TQM855L.h | 12 ++++-- include/configs/TQM855M.h | 14 +++++--- include/configs/TQM860L.h | 12 ++++-- include/configs/TQM860M.h | 20 +++++++---- include/configs/TQM862L.h | 13 ++++--- include/configs/TQM862M.h | 15 +++++--- include/configs/TQM866M.h | 13 ++++--- include/configs/TQM885D.h | 77 +++++++++++++++++++++++------------------- include/configs/virtlab2.h | 12 ++++-- 21 files changed, 186 insertions(+), 114 deletions(-)

In message 47F3F98010FF784EBEE6526EAAB078D1024F8826@tq-mailsrv.tq-net.de you wrote:
Please pull the following patches from our u-boot-tq-group custodian = tree.
Mostly done.
The following changes since commit = 41be969f4957115ed7b1fe8b890bfaee99d7a7a2: Wolfgang Denk (1): Release v1.3.1
are available in the git repository at:
git://www.denx.de/git/u-boot-tq-group.git master
Jens Gehrlein (3): TQM860M: Support for 10col SDRAMs, max. 128 MiB TQM885D: fix SDRAM refresh TQM885D: Exchanged SDRAM timing by a more relaxed timing.
Martin Krause (5): TQM885D: use calculated cpuclk instead of measuring it TQM885D: adjust for doubled flash sector size + some minor fixes TQM8xx: use the CFI flash driver on all TQM8xx boards TQM5200: Enable multi serial console feature on the STK52xx base board
Omitted this one.
Some configuration updates for the TQM5200 based TB5200 board:
I excluded commit ID 15fa1b84 ("TQM5200: Enable multi serial console feature on the STK52xx base board") because I think that this:
+#if defined (CONFIG_SERIAL_MULTI) + printf (" LEDs 0-3 are not usable with the CONFIG_SERIAL_MULTI\n" \ + " configuration, because the pins PSC3_0-3 are used as\n" \ + " 'serial1' console\n"); +#else
should be part of the user documentation and not part of the code. Please don't make U-Boot more loquaciously than necessary.
Please clean up and resubmit.
Best regards,
Wolfgang Denk
participants (2)
-
Martin Krause
-
Wolfgang Denk