mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdePkg/IndustryStandard: Add SET_ERROR_TYPE_WITH_ADDRESS define
SET_ERROR_TYPE_WITH_ADDRESS Error Injection Actions was added from ACPI 5.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
dd58d1227c
commit
c2d6e2e18a
@ -1760,6 +1760,7 @@ typedef struct {
|
||||
#define EFI_ACPI_5_1_EINJ_EXECUTE_OPERATION 0x05
|
||||
#define EFI_ACPI_5_1_EINJ_CHECK_BUSY_STATUS 0x06
|
||||
#define EFI_ACPI_5_1_EINJ_GET_COMMAND_STATUS 0x07
|
||||
#define EFI_ACPI_5_1_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 0x08
|
||||
#define EFI_ACPI_5_1_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -1947,6 +1947,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_0_EINJ_EXECUTE_OPERATION 0x05
|
||||
#define EFI_ACPI_6_0_EINJ_CHECK_BUSY_STATUS 0x06
|
||||
#define EFI_ACPI_6_0_EINJ_GET_COMMAND_STATUS 0x07
|
||||
#define EFI_ACPI_6_0_EINJ_SET_ERROR_TYPE_WITH_ADDRESS 0x08
|
||||
#define EFI_ACPI_6_0_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -1979,6 +1979,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_1_EINJ_EXECUTE_OPERATION 0x05
|
||||
#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_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2292,6 +2292,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_2_EINJ_EXECUTE_OPERATION 0x05
|
||||
#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_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2252,6 +2252,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_3_EINJ_EXECUTE_OPERATION 0x05
|
||||
#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_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2335,6 +2335,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_4_EINJ_EXECUTE_OPERATION 0x05
|
||||
#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_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
@ -2432,6 +2432,7 @@ typedef struct {
|
||||
#define EFI_ACPI_6_5_EINJ_EXECUTE_OPERATION 0x05
|
||||
#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_5_EINJ_TRIGGER_ERROR 0xFF
|
||||
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user