Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI: tools: pfrut: Print the update_cap field during capability query

There is request from the end user to print this field to better
query what type of update capability is supported on this platform.

Signed-off-by: Chen Yu <yu.c.chen@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Chen Yu and committed by
Rafael J. Wysocki
d7bd0aeb ed30a4a5

+2
+2
tools/power/acpi/tools/pfrut/pfrut.c
··· 174 174 exit(1); 175 175 } 176 176 177 + printf("update capability:%d\n", cap->update_cap); 178 + 177 179 uuid_unparse(cap->code_type, uuid); 178 180 printf("code injection image type:%s\n", uuid); 179 181 printf("fw_version:%d\n", cap->fw_version);