From: "Sami Mujawar" <sami.mujawar@arm.com>
To: <devel@edk2.groups.io>
Cc: Sami Mujawar <sami.mujawar@arm.com>, <michael.d.kinney@intel.com>,
<gaoliming@byosoft.com.cn>, <zhiguang.liu@intel.com>,
<ray.ni@intel.com>, <zhichao.gao@intel.com>,
<Matteo.Carlini@arm.com>, <Ben.Adderson@arm.com>, <nd@arm.com>
Subject: [PATCH v1 0/2] Add AEST parser support to Acpiview
Date: Wed, 7 Oct 2020 10:54:12 +0100 [thread overview]
Message-ID: <20201007095414.16552-1-sami.mujawar@arm.com> (raw)
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 patch series adds AEST parser support to Acpiview.
The changes can be seen at:
https://github.com/samimujawar/edk2/tree/1429_aest_parser_v1
Marc Moisson-Franckhauser (2):
MdePkg/IndustryStandard: AEST Table definition
ShellPkg/Acpiview: AEST Parser
MdePkg/Include/IndustryStandard/Acpi63.h | 7 +-
MdePkg/Include/IndustryStandard/ArmErrorSourceTable.h | 366 ++++++++++
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 | 3 +-
ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf | 3 +-
ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni | 3 +-
8 files changed, 1156 insertions(+), 6 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)'
next reply other threads:[~2020-10-07 9:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-07 9:54 Sami Mujawar [this message]
2020-10-07 9:54 ` [PATCH v1 1/2] MdePkg/IndustryStandard: AEST Table definition Sami Mujawar
2020-10-13 3:10 ` 回复: " gaoliming
2020-10-15 10:16 ` Sami Mujawar
2020-10-07 9:54 ` [PATCH v1 2/2] ShellPkg/Acpiview: AEST Parser Sami Mujawar
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=20201007095414.16552-1-sami.mujawar@arm.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