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 3E4D1AC0D60 for ; Mon, 13 May 2024 07:41:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0AemyBioTxI0l9pkpP1KOGTWWWvd+hLo3FFbYf5aoZM=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1715586114; v=1; b=Zoj4UrbDJJVipdx0bBu/JgvC7MKYyRoRj8TarAJscd7lCWFExgV7VML5q4DSmDwqCAoGD05A 7L68fpZMTgraNXdIVlTXJId32qMvv3FrA5EsSEFn3RMjUBWezZGMIxQXiuJnUl8ix8AJ2+6Qfro xM4+slIKWhza8pDhqQFdZH+498jTyxqBSUcuUkf+irHFd2GLRiJkTgFJtytdLD0pmJw8Z7L10/H QL9ocNg+GMGrTLjo61umrrh6zuwFSWtKwlly58e8NNZScpHduGrx1ie6KuiUyjBD2gcKLSn7NYJ 2sh8LieX3/bf7dU/N38f5+d/BgDXf9IrxKvQQvz3s5ejA== X-Received: by 127.0.0.2 with SMTP id vO9GYY7687511x3gLKK1IoZx; Mon, 13 May 2024 00:41:54 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.54768.1715586113426177843 for ; Mon, 13 May 2024 00:41:53 -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 658D71007; Mon, 13 May 2024 00:42:18 -0700 (PDT) X-Received: from [10.57.33.187] (unknown [10.57.33.187]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2CD413F7A6; Mon, 13 May 2024 00:41:50 -0700 (PDT) Message-ID: Date: Mon, 13 May 2024 09:41:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v1 0/4] Add EINJ table parser. To: "levi.yun" , devel@edk2.groups.io Cc: sami.mujawar@arm.com, zhiguang.liu@intel.com, dandan.bi@intel.com, gaoliming@byosoft.com.cn, zhichao.gao@intel.com, nd@arm.com References: <20240510122257.2457623-1-yeoreum.yun@arm.com> From: "PierreGondois" In-Reply-To: <20240510122257.2457623-1-yeoreum.yun@arm.com> 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: Mon, 13 May 2024 00:41:53 -0700 Resent-From: pierre.gondois@arm.com Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: GyeebGNXvJ7fYPw6wtEc0mFGx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed 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=Zoj4UrbD; 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 Hello, For the whole patch-set: Reviewed-by: Pierre Gondois Thanks, Pierre On 5/10/24 14:22, levi.yun wrote: > Add Error Injection Table (EINJ) parser for AcpiView and > add some missing Error Injection Action definitions in each Acpi* > headers. >=20 > The changes can be seen at: > https://github.com/LeviYeoReum/edk2/tree/levi/3075_einj_table_v1 >=20 >=20 > levi.yun (4): > MdePkg/Include/IndustryStandard: Update SET_ERROR_TYPE_WITH_ADDRESS > Error Injection Actions > MdePkg/Include/IndustryStandard: Update GET_EXECUTE_OPERATION_TIMINGS > Error Injection Actions > MdePkg/Include/IndustryStandard: Update EINJ information according to > ACPI 6.5 > ShellPkg/Acpiview: Add EINJ Parser >=20 > ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLi= b.inf | 1 + > MdePkg/Include/IndustryStandard/Acpi51.h = | 1 + > MdePkg/Include/IndustryStandard/Acpi60.h = | 1 + > MdePkg/Include/IndustryStandard/Acpi61.h = | 2 + > MdePkg/Include/IndustryStandard/Acpi62.h = | 2 + > MdePkg/Include/IndustryStandard/Acpi63.h = | 2 + > MdePkg/Include/IndustryStandard/Acpi64.h = | 2 + > MdePkg/Include/IndustryStandard/Acpi65.h = | 6 +- > ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h = | 21 ++ > ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Einj/EinjParser.c = | 358 ++++++++++++++++++++ > ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLi= b.c | 1 + > 11 files changed, 396 insertions(+), 1 deletion(-) > create mode 100644 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers= /Einj/EinjParser.c >=20 > -- > Guid("CE165669-3EF3-493F-B85D-6190EE5B9759") >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118858): https://edk2.groups.io/g/devel/message/118858 Mute This Topic: https://groups.io/mt/106019470/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-