ACPICA: Add interrupt command to acpiexec
authorJose Marinho <jose.marinho@arm.com>
Sun, 26 Mar 2023 19:06:00 +0000 (20:06 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Jul 2023 16:48:15 +0000 (18:48 +0200)
commitb0f2e7d7e6147f09879d7a631eceb03e1a744753
tree9d75aa8d3d43719f6df5f5ad4452653e185d84da
parent24a4b8724536ad7438fe94e8fd269be97e23d0d1
ACPICA: Add interrupt command to acpiexec

ACPICA commit ef7cf185a046d76119b631f16e7c991543c80edc

This commit add the Interrupt command to acpiexec.

The Interrupt command simulates an interrupt with a int_ID (GSIV)
equal to the first argument of the call.

The acpiexec code simulates the behaviour by OSPM: execute the _EVT
method of the GED device associated with that int_ID.

Link: https://github.com/acpica/acpica/commit/ef7cf185
Signed-off-by: Jose Marinho <jose.marinho@arm.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/acdebug.h
drivers/acpi/acpica/dbcmds.c
drivers/acpi/acpica/dbinput.c