OSDN Git Service

ACPI: tools: Introduce utility for firmware updates/telemetry
authorChen Yu <yu.c.chen@intel.com>
Wed, 22 Dec 2021 04:32:34 +0000 (12:32 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Dec 2021 16:12:58 +0000 (17:12 +0100)
commit53e8558837be58c1d44d50ad87247a8c56c95c13
tree694e4c5d4ed3ae5e95a17711468030b733227523
parentb0013e037a8b07772c74ce24f1ae4743b30fc3cf
ACPI: tools: Introduce utility for firmware updates/telemetry

Introduce a user space tool to make use of the interface exposed by
Platform Firmware Runtime Update and Telemetry drivers.

It can be used for firmware code injection, driver updates and
to retrieve platform firmware telemetry data.

Tested-by: Hongyu Ning <hongyu.ning@intel.com>
Signed-off-by: Chen Yu <yu.c.chen@intel.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
tools/power/acpi/.gitignore
tools/power/acpi/Makefile
tools/power/acpi/Makefile.rules
tools/power/acpi/man/pfrut.8 [new file with mode: 0644]
tools/power/acpi/tools/pfrut/Makefile [new file with mode: 0644]
tools/power/acpi/tools/pfrut/pfrut.c [new file with mode: 0644]