Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measure effects of power management #199

Open
osresearch opened this issue Oct 1, 2019 · 1 comment
Open

Measure effects of power management #199

osresearch opened this issue Oct 1, 2019 · 1 comment

Comments

@osresearch
Copy link
Contributor

How much power does u-bmc draw at idle? How much can this be reduced with enabling power management in the Linux .config?

@shenki
Copy link
Contributor

shenki commented Oct 3, 2019

Some notes:

The aspeed kernel does not support much (any) power management. I do not think you would see any change by enabling power management in the config.

Double checking that only the required clocks are enabled would be an easy start. There are some clocks that are marked as required in drivers/clk/clk-aspeed.c that may not be required for your platform.

The CPU can be run at lower frequencies. Scaling this down after boot would be an interesting test.

The SDRAM can be configured to run at a slower clock speed. Measuring the performance impact (boot time?) and the reduction in power draw could inform a decision here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants