On Mon, Nov 25, 2019 at 12:11 PM Simon Glass <[email protected]> wrote: > > Add a simple command to show information about the PMC. > > Signed-off-by: Simon Glass <[email protected]> > --- > > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

