public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2-resend 0/2] Add AEST parser support to Acpiview
@ 2020-11-03 14:32 Sami Mujawar
  2020-11-03 14:32 ` [PATCH v2-resend 1/2] MdePkg/IndustryStandard: AEST Table definition Sami Mujawar
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sami Mujawar @ 2020-11-03 14:32 UTC (permalink / raw)
  To: devel
  Cc: Sami Mujawar, michael.d.kinney, gaoliming, zhiguang.liu, ray.ni,
	zhichao.gao, Matteo.Carlini, Ben.Adderson, nd

Resending v2 patch series with Bugzilla IDs added. No code change
since v2 patch seiries.

Arm Error Source Table (AEST) enables kernel-first handling of
errors in a system that supports the Armv8 RAS extensions. AEST
is described in the ACPI for the Armv8 RAS Extensions 1.1,
Platform Design Document, dated 28 September 2020.
(https://developer.arm.com/documentation/den0085/0101/)

This v2 patch series:
 - adds AEST parser support to Acpiview.
 - addresses the review feedback for v1 series.

The changes can be seen at:
https://github.com/samimujawar/edk2/tree/1429_aest_parser_v2

Marc Moisson-Franckhauser (2):
  MdePkg/IndustryStandard: AEST Table definition
  ShellPkg/Acpiview: AEST Parser

 MdePkg/Include/IndustryStandard/ArmErrorSourceTable.h                        | 357 +++++++++
 ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h                    |  21 +
 ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h               |   4 +-
 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Aest/AestParser.c       | 755 ++++++++++++++++++++
 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c   |   4 +-
 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf |   3 +-
 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni |   3 +-
 7 files changed, 1142 insertions(+), 5 deletions(-)
 create mode 100644 MdePkg/Include/IndustryStandard/ArmErrorSourceTable.h
 create mode 100644 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Aest/AestParser.c

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-08  3:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03 14:32 [PATCH v2-resend 0/2] Add AEST parser support to Acpiview Sami Mujawar
2020-11-03 14:32 ` [PATCH v2-resend 1/2] MdePkg/IndustryStandard: AEST Table definition Sami Mujawar
2020-11-03 14:32 ` [PATCH v2-resend 2/2] ShellPkg/Acpiview: AEST Parser Sami Mujawar
2020-12-17  9:34 ` [PATCH v2-resend 0/2] Add AEST parser support to Acpiview Sami Mujawar
2020-12-28  3:12   ` [edk2-devel] " Gao, Zhichao
2021-01-07 12:32     ` Sami Mujawar
2021-01-08  3:13       ` Gao, Zhichao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox