commit | 6c6d88e142e8714ed88d051c524036ff17278390 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:41:53 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:10 2019 +0800 |
tree | 9c7924b91b18a043199a844a055922265607f0c6 | |
parent | 76ab9f272610c7454f41e5fa059fe425c6b81292 [diff] |
x86: power: Add an ACPI PMC uclass Intel x86 SoCs have a power manager/controller which handles several power-related aspects of the platform. Add a uclass for this, with a few useful operations. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>