* idle for m8xx
@ 2002-07-24 8:11 Michael Meriin
2002-07-24 16:34 ` Matthew Locke
0 siblings, 1 reply; 2+ messages in thread
From: Michael Meriin @ 2002-07-24 8:11 UTC (permalink / raw)
To: linuxppc-embedded
Hi there,
In all last kernels idle mode for m8xx is implemented as an endless loop.
Therefore the idle modes of the m8xx family are not used.
Implementation of the internal Idle modes of the m8xx family will
significantly reduce
the power consumption in the embedded systems.
Does anybody know how to do this?
Best Regards,
Michael Meriin
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: idle for m8xx
2002-07-24 8:11 idle for m8xx Michael Meriin
@ 2002-07-24 16:34 ` Matthew Locke
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Locke @ 2002-07-24 16:34 UTC (permalink / raw)
To: Michael Meriin; +Cc: linuxppc-embedded
Michael Meriin wrote:
>Hi there,
>
>In all last kernels idle mode for m8xx is implemented as an endless loop.
>Therefore the idle modes of the m8xx family are not used.
>Implementation of the internal Idle modes of the m8xx family will
>significantly reduce
>the power consumption in the embedded systems.
>Does anybody know how to do this?
>
The ARM kernel does it quite well. Basically, they have an abstraction
in the idle loop where you can plug in sub-arch/processor specific code
that puts the processor into the idle state. 4xx has idles states that
differ from the rest of the ppc family as well. It would be nice to
move the power_save routine into the platform code allowing each
sub-arch/processor to define its own. I have plans on doing exactly
that in the near future, but if you beat me to it....
>
>Best Regards,
> Michael Meriin
>
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-24 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-24 8:11 idle for m8xx Michael Meriin
2002-07-24 16:34 ` Matthew Locke
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).