From: Dan Malek <dan@mvista.com>
To: Tania Oka <tania@centurysys.co.jp>
Cc: linuxppc-embedded@lists.linuxppc.org
Subject: Re: power saving
Date: Mon, 07 May 2001 15:49:52 -0400 [thread overview]
Message-ID: <3AF6FC60.D5FE49D9@mvista.com> (raw)
In-Reply-To: 3AF638AC.659C8A1F@centurysys.co.jp
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/
next prev parent reply other threads:[~2001-05-07 19:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-07 5:54 power saving Tania Oka
2001-05-07 19:49 ` Dan Malek [this message]
2001-05-10 10:36 ` August Hoerandl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3AF6FC60.D5FE49D9@mvista.com \
--to=dan@mvista.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=tania@centurysys.co.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).