From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 9CDB4740034 for ; Fri, 10 May 2024 12:23:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=bZCRRCcEMyytiUDVyZ1situwDSOMdCO8UjZIDEGDthU=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1715343789; v=1; b=HxMHUSvGHhY6yKNoxfgEASOQlY/7esLECneZWe+9LIRJ0XnCkpBOKSV53na7T700sFNjD9D6 AFDTmqCfnWIqI7ac9jUPMPrLWnzfvCfoIpy/QH+2LMlXdnax8VDo4JF5WN6jUsybRcyzUVSRUJe 9pLjG5Pqf86itQK6x92SoztsdIXK/Ixi8pU/dedU7p+D7nxNaNCmqnhd3ONb5iZS+tYNiCPUEig Ckh0rv0pH4jycjj8n5oWJxMwdugcq9WiII7kwuhZENxkzZGmZihmTmpN3iib7ZtYbjXaZev94kF dvjIYoP4f2f0PQvzj2joD3/sba7zgepSVN55WIJNlEmtw== X-Received: by 127.0.0.2 with SMTP id zwgoYY7687511xtZYEGVtias; Fri, 10 May 2024 05:23:09 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.11104.1715343783569281102 for ; Fri, 10 May 2024 05:23:03 -0700 X-Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A080B11FB; Fri, 10 May 2024 05:23:28 -0700 (PDT) X-Received: from e129823.cambridge.arm.com (e129823.arm.com [10.1.197.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 2249F3F6A8; Fri, 10 May 2024 05:23:02 -0700 (PDT) From: "levi.yun" To: devel@edk2.groups.io Cc: yeoreum.yun@arm.com, sami.mujawar@arm.com, pierre.gondois@arm.com, zhiguang.liu@intel.com, dandan.bi@intel.com, gaoliming@byosoft.com.cn, zhichao.gao@intel.com, nd@arm.com Subject: [edk2-devel] [PATCH v1 3/4] MdePkg/Include/IndustryStandard: Update EINJ information according to ACPI 6.5 Date: Fri, 10 May 2024 13:22:56 +0100 Message-Id: <20240510122257.2457623-4-yeoreum.yun@arm.com> In-Reply-To: <20240510122257.2457623-1-yeoreum.yun@arm.com> References: <20240510122257.2457623-1-yeoreum.yun@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Fri, 10 May 2024 05:23:03 -0700 Resent-From: yeoreum.yun@arm.com Reply-To: devel@edk2.groups.io,yeoreum.yun@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: B9psfE09iXmBdCTZnada410qx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=HxMHUSvG; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io ACPI 6.5 specification updates EINJ revision to 0x02 and adds new Error Injection Actions - EINJV2_SET_ERROR_TYPE - EINJV2_GET_ERROR_TYPE This patches updates EINJ information based on ACPI 6.5 specification. Also, add missing Error Injection Actions too. Cc: Zhiguang Liu Cc: Dandan Bi Cc: Liming Gao Cc: Zhichao Gao Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: levi.yun --- MdePkg/Include/IndustryStandard/Acpi65.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h b/MdePkg/Include/In= dustryStandard/Acpi65.h index 264869e86294a0170bcacde2ffb3f3786bd9aaff..387af78cfee07b162307f217f= 78dcd16c27971ae 100644 --- a/MdePkg/Include/IndustryStandard/Acpi65.h +++ b/MdePkg/Include/IndustryStandard/Acpi65.h @@ -2419,7 +2419,7 @@ typedef struct { /// /// EINJ Version (as defined in ACPI 6.5 spec.) /// -#define EFI_ACPI_6_5_ERROR_INJECTION_TABLE_REVISION 0x01 +#define EFI_ACPI_6_5_ERROR_INJECTION_TABLE_REVISION 0x02 =20 /// /// EINJ Error Injection Actions @@ -2433,7 +2433,9 @@ 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_GET_EXECUTE_OPERATION_TIMINGS 0x09 +#define EFI_ACPI_6_5_EINJ_EINJV2_SET_ERROR_TYPE 0x10 +#define EFI_ACPI_6_5_EINJ_EINJV2_GET_ERROR_TYPE 0x11 #define EFI_ACPI_6_5_EINJ_TRIGGER_ERROR 0xFF =20 /// -- Guid("CE165669-3EF3-493F-B85D-6190EE5B9759") -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118817): https://edk2.groups.io/g/devel/message/118817 Mute This Topic: https://groups.io/mt/106019473/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-