power saving

Dan Malek dan at mvista.com
Tue May 8 05:49:52 EST 2001


Tania Oka wrote:
>
> I would like to reduce power consumption on a custom MPC855T board.

This has been asked before, and you can read about it in mailing
list archives.

Basically, the MPC8xx processors have a dynamic power management
system that doesn't gain much from just doing something in the idle()
loop.  The majority of the power is consumed by peripherals.  If they
are not enabled, they automatically power down.  All of the MPC8xx
drivers "do the right thing" on open and close to power up/down
peripherals.

If you have some very low power standby requirement, you need to add
lots of power management software to do things like power down/up
any external peripherals on your board, put DRAM in autorefresh
mode, shut down the clocks and put the processor into a deep sleep.
You could look at some of the PowerMac power management code for
design ideas.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/






More information about the Linuxppc-embedded mailing list