[HELP] Power management for embedded system

From: moreau francis
Date: Thu Aug 24 2006 - 04:41:42 EST


Hi,

I'm currently working on a small embedded system based on a MIPS
processor. So far Linux works fine on it and I'd like to implement
power management on this system. For now I realize that APM and ACPI
are implemented by the kernel.

I don't think that ACPI is really suited for what I need. So I took a
look to APM implemetation which seems to be only implemented on i386,
arm and mips architectures. All of these implementations seem to be
based on i386 one. Mips one seems to be a copy and paste of arm one
and both of them have removed all APM bios stuff orginally part of
i386 implementation. It doesn't seem that APM is something really
stable and finished. So now I do not know from where to start...

Is there some other effort in the power management for _embedded_
systems ? I'd like to help in this area and it would be helpful to
know of certain projects that are working in this direction.

thanks

Francis


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/