]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH] Run new sequoia boards with an EBC speed of 83MHz
authorJeffrey Mann <mannj@embeddedplanet.com>
Wed, 16 May 2007 11:23:10 +0000 (13:23 +0200)
committerStefan Roese <sr@denx.de>
Wed, 16 May 2007 11:23:10 +0000 (13:23 +0200)
commitada4697d0230d6da552867777f98a67ec3ba2579
tree3ea2461ad185be97bd9d39d812f14f44a107d579
parent61936667e86a250ae12fd2dc189d3588f0a59e0b
[PATCH] Run new sequoia boards with an EBC speed of 83MHz

Because the Sequoia board does not boot with an EBC faster than 66MHz,
the clock divider are changed after the initial boot process.

This allows for maximum clocking speeds  to be achieved on newer boards.
Sequoia boards with 666.66 MHz processors require that the EBC divider
be set to 3 in order to start the initial boot process at a slower EBC
speed. After the initial boot process, the divider can be set back to 2,
which will cause the boards to run at 83.333MHz. This is backward
compatible with boards with 533.33 MHz processors, as these boards will
already be set with an EBC divider of 2.

Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
board/amcc/sequoia/sequoia.c