Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | pmc: Move common registers to the header file | Simon Glass | |
These registers need to be accesses from ACPI code, so move them to the header file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2019-12-15 | x86: power: Add an ACPI PMC uclass | Simon Glass | |
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> |