]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Make CPU clock on ICA-IP board controllable by a "cpuclk"
authorwdenk <wdenk>
Sat, 27 Dec 2003 19:24:54 +0000 (19:24 +0000)
committerwdenk <wdenk>
Sat, 27 Dec 2003 19:24:54 +0000 (19:24 +0000)
commit7cb22f97ee41f344cf6542c077abf124c38ec5c6
treef8370b91be3a7e71d304c05c64d6ec15a8867517
parentb2001f273fcb34d0f2ca43a9b01a24e5c50da6cd
* Make CPU clock on ICA-IP board controllable by a "cpuclk"
  environment variable which can set to "100", "133", or "150". The
  CPU clock will be configured accordingly upon next reboot. Other
  values are ignored. In case of an invalid or undefined "cpuclk"
  value, the compile-time default CPU clock speed will be used.

* Enable Quad-UART on BMS2003 board (initialize the PCMCIA memory
  window that is used to access the UART registers by the Linux driver)

* Patch by Reinhard Meyer, 20 Dec 2003:
  Fix clock calculation for the MPC5200 for higher clock frequencies
  (above 2**32 / 10 = 429.5 MHz).
CHANGELOG
README
board/incaip/memsetup.S
common/cmd_pcmcia.c
cpu/mips/incaip_clock.c
cpu/mpc5xxx/speed.c
include/common.h
include/configs/Sandpoint8240.h
include/configs/incaip.h
lib_mips/board.c