public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "levi.yun" <yeoreum.yun@arm.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Sami Mujawar <Sami.Mujawar@arm.com>,
	Pierre Gondois <Pierre.Gondois@arm.com>,
	"zhiguang.liu@intel.com" <zhiguang.liu@intel.com>,
	"dandan.bi@intel.com" <dandan.bi@intel.com>,
	"gaoliming@byosoft.com.cn" <gaoliming@byosoft.com.cn>,
	"zhichao.gao@intel.com" <zhichao.gao@intel.com>, nd <nd@arm.com>
Subject: Re: [edk2-devel] [PATCH v1 0/4] Add EINJ table parser.
Date: Mon, 3 Jun 2024 06:36:47 +0000	[thread overview]
Message-ID: <AM0PR08MB4289607C4F05D7E64032865AFBFF2@AM0PR08MB4289.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <20240510122257.2457623-1-yeoreum.yun@arm.com>

Hi ShellPkg and Acpi Header maintainers.

Would you confirm patcheset EINJ table parser please?

Thanks.

________________________________________
From: levi.yun <yeoreum.yun@arm.com>
Sent: 10 May 2024 13:22
To: devel@edk2.groups.io
Cc: Yeo Reum Yun; Sami Mujawar; Pierre Gondois; zhiguang.liu@intel.com; dandan.bi@intel.com; gaoliming@byosoft.com.cn; zhichao.gao@intel.com; nd
Subject: [PATCH v1 0/4] Add EINJ table parser.

Add Error Injection Table (EINJ) parser for AcpiView and
add some missing Error Injection Action definitions in each Acpi*
headers.

The changes can be seen at:
    https://github.com/LeviYeoReum/edk2/tree/levi/3075_einj_table_v1


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

 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.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/UefiShellAcpiViewCommandLib.c   |   1 +
 11 files changed, 396 insertions(+), 1 deletion(-)
 create mode 100644 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Einj/EinjParser.c

--
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119422): https://edk2.groups.io/g/devel/message/119422
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]
-=-=-=-=-=-=-=-=-=-=-=-



      parent reply	other threads:[~2024-06-03  6:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-10 12:22 [edk2-devel] [PATCH v1 0/4] Add EINJ table parser levi.yun
2024-05-10 12:22 ` [edk2-devel] [PATCH v1 1/4] MdePkg/Include/IndustryStandard: Update SET_ERROR_TYPE_WITH_ADDRESS Error Injection Actions levi.yun
2024-05-10 12:22 ` [edk2-devel] [PATCH v1 2/4] MdePkg/Include/IndustryStandard: Update GET_EXECUTE_OPERATION_TIMINGS " levi.yun
2024-05-10 12:22 ` [edk2-devel] [PATCH v1 3/4] MdePkg/Include/IndustryStandard: Update EINJ information according to ACPI 6.5 levi.yun
2024-05-10 12:22 ` [edk2-devel] [PATCH v1 4/4] ShellPkg/Acpiview: Add EINJ Parser levi.yun
2024-05-13  7:41 ` [edk2-devel] [PATCH v1 0/4] Add EINJ table parser PierreGondois
2024-05-23  8:52 ` levi.yun
2024-06-03  6:36 ` levi.yun [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AM0PR08MB4289607C4F05D7E64032865AFBFF2@AM0PR08MB4289.eurprd08.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox