Re: [edk2-devel] [PATCH v1 0/4] Add EINJ table parser.

2024-06-03 Thread levi.yun
Hi ShellPkg and Acpi Header maintainers.

Would you confirm patcheset EINJ table parser please?

Thanks.


From: levi.yun 
Sent: 10 May 2024 13:22
To: devel@edk2.groups.io
Cc: Yeo Reum Yun; Sami Mujawar; Pierre Gondois; zhiguang@intel.com; 
dandan...@intel.com; gaolim...@byosoft.com.cn; zhichao@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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 0/4] Add EINJ table parser.

2024-05-23 Thread levi.yun
Gentle ping for this patchset. ;)


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#119136): https://edk2.groups.io/g/devel/message/119136
Mute This Topic: https://groups.io/mt/106019470/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [PATCH v1 0/4] Add EINJ table parser.

2024-05-13 Thread PierreGondois

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.

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 (#118858): https://edk2.groups.io/g/devel/message/118858
Mute This Topic: https://groups.io/mt/106019470/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [PATCH v1 0/4] Add EINJ table parser.

2024-05-10 Thread levi.yun
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 (#118814): https://edk2.groups.io/g/devel/message/118814
Mute This Topic: https://groups.io/mt/106019470/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-