public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Fix a number of small issues in acpiview
@ 2019-06-28 10:24 Krzysztof Koch
  2019-06-28 10:24 ` [PATCH v1 1/4] ShellPkg: acpiview: Improve PPTT table field validation Krzysztof Koch
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Krzysztof Koch @ 2019-06-28 10:24 UTC (permalink / raw)
  To: devel; +Cc: jaben.carsey, ray.ni, zhichao.gao, Sami.Mujawar, Matteo.Carlini,
	nd

The following patches introduce a number of unrelated changes which fix
a number of minor issues in the Acpiview UEFI shell tool.

Changes can be seen at: https://github.com/KrzysztofKoch1/edk2/tree/612_acpiview_fixes_v1

Krzysztof Koch (4):
  ShellPkg: acpiview: Improve PPTT table field validation
  ShellPkg: acpiview: Make DBG2 output consistent with other tables
  ShellPkg: acpiview: Remove redundant IORT node types enum
  ShellPkg: acpiview: Remove duplicate indentation in IORT parser

 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dbg2/Dbg2Parser.c |   3 +-
 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort/IortParser.c |  48 ++++-----
 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c | 102 ++++++++++++++++++--
 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.h |  38 ++++++++
 4 files changed, 149 insertions(+), 42 deletions(-)
 create mode 100644 ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.h

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



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

end of thread, other threads:[~2019-07-02  8:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-28 10:24 [PATCH v1 0/4] Fix a number of small issues in acpiview Krzysztof Koch
2019-06-28 10:24 ` [PATCH v1 1/4] ShellPkg: acpiview: Improve PPTT table field validation Krzysztof Koch
2019-06-28 11:00   ` [edk2-devel] " Alexei Fedorov
2019-07-01  3:49   ` Gao, Zhichao
2019-07-01  7:28     ` [edk2-devel] " Krzysztof Koch
2019-07-02  5:56       ` Gao, Zhichao
2019-06-28 10:24 ` [PATCH v1 2/4] ShellPkg: acpiview: Make DBG2 output consistent with other tables Krzysztof Koch
2019-06-28 10:59   ` [edk2-devel] " Alexei Fedorov
2019-06-28 11:02   ` Alexei Fedorov
2019-06-28 10:24 ` [PATCH v1 3/4] ShellPkg: acpiview: Remove redundant IORT node types enum Krzysztof Koch
2019-06-28 10:59   ` [edk2-devel] " Alexei Fedorov
2019-06-28 11:02     ` Alexei Fedorov
2019-06-28 10:24 ` [PATCH v1 4/4] ShellPkg: acpiview: Remove duplicate indentation in IORT parser Krzysztof Koch
2019-06-28 10:58   ` [edk2-devel] " Alexei Fedorov
2019-06-28 11:01     ` Alexei Fedorov
2019-06-28 11:03 ` [edk2-devel] [PATCH v1 0/4] Fix a number of small issues in acpiview Alexei Fedorov
2019-07-02  8:44 ` Sami Mujawar

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