mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-26 02:58:39 +02:00
MdePkg/IndustryStandard: Add GET_EXECUTE_OPERATION_TIMINGS define
GET_EXECUTE_OPERATION_TIMINGS Error Injection Actions was added from ACPI 6.1 specification. Update Error Injection Action with the ACPI spec. Cc: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Sami Mujawar <sami.mujawar@arm.com> Cc: Pierre Gondois <pierre.gondois@arm.com> Signed-off-by: levi.yun <yeoreum.yun@arm.com>
This commit is contained in:
parent
c2d6e2e18a
commit
5b429acec7
@ -1980,6 +1980,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_1_EINJ_CHECK_BUSY_STATUS 0x06
|
||||
#define EFI_ACPI_6_1_EINJ_GET_COMMAND_STATUS 0x07
|
||||
#define EFI_ACPI_6_1_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 0x08
|
||||
#define EFI_ACPI_6_1_EINJ_GET_EXECUTE_OPERATION_TIMINGS 0x09
|
||||
#define EFI_ACPI_6_1_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2293,6 +2293,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_2_EINJ_CHECK_BUSY_STATUS 0x06
|
||||
#define EFI_ACPI_6_2_EINJ_GET_COMMAND_STATUS 0x07
|
||||
#define EFI_ACPI_6_2_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 0x08
|
||||
#define EFI_ACPI_6_2_EINJ_GET_EXECUTE_OPERATION_TIMINGS 0x09
|
||||
#define EFI_ACPI_6_2_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2253,6 +2253,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_3_EINJ_CHECK_BUSY_STATUS 0x06
|
||||
#define EFI_ACPI_6_3_EINJ_GET_COMMAND_STATUS 0x07
|
||||
#define EFI_ACPI_6_3_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 0x08
|
||||
#define EFI_ACPI_6_3_EINJ_GET_EXECUTE_OPERATION_TIMINGS 0x09
|
||||
#define EFI_ACPI_6_3_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2336,6 +2336,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_4_EINJ_CHECK_BUSY_STATUS 0x06
|
||||
#define EFI_ACPI_6_4_EINJ_GET_COMMAND_STATUS 0x07
|
||||
#define EFI_ACPI_6_4_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 0x08
|
||||
#define EFI_ACPI_6_4_EINJ_GET_EXECUTE_OPERATION_TIMINGS 0x09
|
||||
#define EFI_ACPI_6_4_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2433,6 +2433,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_5_EINJ_CHECK_BUSY_STATUS 0x06
|
||||
#define EFI_ACPI_6_5_EINJ_GET_COMMAND_STATUS 0x07
|
||||
#define EFI_ACPI_6_5_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 0x08
|
||||
#define EFI_ACPI_6_4_EINJ_GET_EXECUTE_OPERATION_TIMINGS 0x09
|
||||
#define EFI_ACPI_6_5_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user