[U-Boot] [PATCH v5 021/101] x86: power: Add a 'pmc' command
Bin Meng
bmeng.cn at gmail.com
Tue Nov 26 07:38:36 UTC 2019
On Mon, Nov 25, 2019 at 12:11 PM Simon Glass <sjg at chromium.org> wrote:
>
> Add a simple command to show information about the PMC.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3:
> - Rename power-mgr uclass to acpi-pmc
>
> Changes in v2: None
>
> arch/Kconfig | 1 +
> cmd/Kconfig | 8 ++++++
> cmd/Makefile | 1 +
> cmd/pmc.c | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 91 insertions(+)
> create mode 100644 cmd/pmc.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list