ACPI: tools: Introduce utility for firmware updates/telemetryIntroduce a user space tool to make use of the interface exposed byPlatform Firmware Runtime Update and Telemetry drivers.It can be u
ACPI: tools: Introduce utility for firmware updates/telemetryIntroduce a user space tool to make use of the interface exposed byPlatform Firmware Runtime Update and Telemetry drivers.It can be used for firmware code injection, driver updates andto retrieve platform firmware telemetry data.Tested-by: Hongyu Ning <[email protected]>Signed-off-by: Chen Yu <[email protected]>[ rjw: Subject and changelog edits ]Signed-off-by: Rafael J. Wysocki <[email protected]>
show more ...
ACPI / acpidump: Update acpidump manualThis patch updates acpidump manual according to the recent changes.Signed-off-by: Lv Zheng <[email protected]>Signed-off-by: Rafael J. Wysocki <rafael.j.w
ACPI / acpidump: Update acpidump manualThis patch updates acpidump manual according to the recent changes.Signed-off-by: Lv Zheng <[email protected]>Signed-off-by: Rafael J. Wysocki <[email protected]>
ACPICA: acpidump: Update man page.This patch updates man file of acpidump.Signed-off-by: Lv Zheng <[email protected]>[rjw: Subject]Signed-off-by: Rafael J. Wysocki <[email protected]>
ACPICA: acpidump: Cleanup tools/power/acpi makefiles.This patch cleans up old tools/power/acpi Makefile for further porting,make it compiled in a similar way as the other tools. No functionalcha
ACPICA: acpidump: Cleanup tools/power/acpi makefiles.This patch cleans up old tools/power/acpi Makefile for further porting,make it compiled in a similar way as the other tools. No functionalchanges.The CFLAGS is modified as follows:1. Previous cc flags: -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s \ -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include2. Current cc flags: DEBUG=false: -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include -Wall \ -Wstrict-prototypes -Wdeclaration-after-statement -Os \ -fomit-frame-pointer Normal: -D_LINUX -DDEFINE_ALTERNATE_TYPES -I../../../include -Wall \ -Wstrict-prototypes -Wdeclaration-after-statement -O1 -g -DDEBUGThere is only one difference: -fomit-frame-pointer.Signed-off-by: Lv Zheng <[email protected]>Signed-off-by: Rafael J. Wysocki <[email protected]>