<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tianocore/edk2.git/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers, branch trunk</title>
<subtitle>EDK II (mirror)</subtitle>
<id>https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk</id>
<link rel='self' href='https://git.radix-linux.su/Tianocore/edk2.git/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/'/>
<updated>2024-06-04T03:43:08+00:00</updated>
<entry>
<title>Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305b</title>
<updated>2024-06-04T03:43:08+00:00</updated>
<author>
<name>kx</name>
<email>kx@radix.pro</email>
</author>
<published>2024-06-04T03:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=7e2ccccace24636f29ddc210b94606abd4c7e42b'/>
<id>urn:sha1:7e2ccccace24636f29ddc210b94606abd4c7e42b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ShellPkg/Acpiview: Adds ACPI WSMT Table parse</title>
<updated>2024-03-25T07:52:04+00:00</updated>
<author>
<name>Abdul Lateef Attar</name>
<email>AbdulLateef.Attar@amd.com</email>
</author>
<published>2024-03-08T07:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=cf58f47623c40a66b160face4f04e08efb4c7f5b'/>
<id>urn:sha1:cf58f47623c40a66b160face4f04e08efb4c7f5b</id>
<content type='text'>
Adds WSMT parse to the UefiShellAcpiViewCommandLib library.

Cc: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
Cc: Pierre Gondois  &lt;pierre.gondois@arm.com&gt;
Signed-off-by: Abdul Lateef Attar &lt;AbdulLateef.Attar@amd.com&gt;
Reviewed-by: Pierre Gondois  &lt;pierre.gondois@arm.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg/Acpiview: Adds HPET parser</title>
<updated>2024-03-25T07:52:04+00:00</updated>
<author>
<name>Abdul Lateef Attar</name>
<email>AbdulLateef.Attar@amd.com</email>
</author>
<published>2024-03-08T07:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=4b9312de054eaf3fd758e838820d98fc9e7324f7'/>
<id>urn:sha1:4b9312de054eaf3fd758e838820d98fc9e7324f7</id>
<content type='text'>
Adds HPET parse to the UefiShellAcpiViewCommandLib library.

Cc: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
Cc: Pierre Gondois  &lt;pierre.gondois@arm.com&gt;
Signed-off-by: Abdul Lateef Attar &lt;AbdulLateef.Attar@amd.com&gt;
Reviewed-by: Pierre Gondois  &lt;pierre.gondois@arm.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg: Acpiview: Update MADT parser for TRBE interrupt</title>
<updated>2023-10-30T12:16:56+00:00</updated>
<author>
<name>Sami Mujawar</name>
<email>sami.mujawar@arm.com</email>
</author>
<published>2023-09-22T14:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=2b0d117b4b4ea44b213fc3b10c9e59fa96510c83'/>
<id>urn:sha1:2b0d117b4b4ea44b213fc3b10c9e59fa96510c83</id>
<content type='text'>
ACPI 6.5 introduces a new filed to the MADT GICC
structure to specify the TRBE interrupt. The TRBE
interrupt is a Processor Private interrupt (PPI)
and is used to specify a platform-specific
interrupt to signal TRBE events.

Therefore, update the MADT GICC structure parser
to parse the new TRBE interrupt field. Also, add
validations to check that the TRBE interrupt is
within the PPI interrupt range.

Signed-off-by: Sami Mujawar &lt;sami.mujawar@arm.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
Reviewed-by: Pierre Gondois  &lt;pierre.gondois@arm.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg/AcpiView: ERST Parser</title>
<updated>2023-02-02T02:49:33+00:00</updated>
<author>
<name>Jeshua Smith</name>
<email>jeshuas@nvidia.com</email>
</author>
<published>2022-11-03T18:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=558b37b49b2196e82f2e8f9da7939f755343e94a'/>
<id>urn:sha1:558b37b49b2196e82f2e8f9da7939f755343e94a</id>
<content type='text'>
Add a new parser for the Error Record Serialization Table.
The ERST table describes how an OS can save and retrieve
hardware error information to and from a persistent store.

Signed-off-by: Jeshua Smith &lt;jeshuas@nvidia.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg/AcpiView: APMT Parser</title>
<updated>2022-12-13T16:50:27+00:00</updated>
<author>
<name>Jeff Brasen</name>
<email>jbrasen@nvidia.com</email>
</author>
<published>2022-11-04T16:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=1fd8d08970a9ee7d350c7dd42bffb0cb96426041'/>
<id>urn:sha1:1fd8d08970a9ee7d350c7dd42bffb0cb96426041</id>
<content type='text'>
Add a new parser for the Arm Performance Monitoring Unit Table.
The APMT table describes the properties of PMU support
implemented by components in an Arm-based system.

Signed-off-by: Jeff Brasen &lt;jbrasen@nvidia.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
Reviewed-by: Sami Mujawar &lt;sami.mujawar@arm.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5</title>
<updated>2022-10-31T12:32:32+00:00</updated>
<author>
<name>Pierre Gondois</name>
<email>pierre.gondois@arm.com</email>
</author>
<published>2022-10-10T09:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=e9a3613ce0667fea2ac15f19cf8ef6aab4b73fdd'/>
<id>urn:sha1:e9a3613ce0667fea2ac15f19cf8ef6aab4b73fdd</id>
<content type='text'>
The ACPI specification updated some terms in accordance with:
s1.1.1 Principle of Inclusive Terminology

Update the PCCT parser accordincly with these new terms.

Cc: Ray Ni &lt;ray.ni@intel.com&gt;
Cc: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
Signed-off-by: Pierre Gondois &lt;Pierre.Gondois@arm.com&gt;
Reviewed-by: Ray Ni &lt;ray.ni@intel.com&gt;
Reviewed-by: Sami Mujawar &lt;sami.mujawar@arm.com&gt;
</content>
</entry>
<entry>
<title>ShellPkg: Adds Local APIC parser to AcpiView</title>
<updated>2022-08-31T01:57:58+00:00</updated>
<author>
<name>Abdul Lateef Attar</name>
<email>abdattar@amd.com</email>
</author>
<published>2022-08-09T06:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=3c06953fd76ca2d1372ce5b0df14608de53cd148'/>
<id>urn:sha1:3c06953fd76ca2d1372ce5b0df14608de53cd148</id>
<content type='text'>
Parse Type 0 or Local APIC structure.
Also parse the Local APIC Flags as bitfields.

Cc: Ray Ni &lt;ray.ni@intel.com&gt;
Cc: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
Signed-off-by: Abdul Lateef Attar &lt;abdattar@amd.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
</content>
</entry>
<entry>
<title>Revert "ShellPkg: Adds Local APIC parser to AcpiView"</title>
<updated>2022-08-28T02:17:24+00:00</updated>
<author>
<name>Liming Gao</name>
<email>gaoliming@byosoft.com.cn</email>
</author>
<published>2022-08-26T02:06:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=166c49c212402610b4ae38dbc145db861359a2db'/>
<id>urn:sha1:166c49c212402610b4ae38dbc145db861359a2db</id>
<content type='text'>
This reverts commit d5fd86f256b9ab5b4e3aff70d3c177c18faea892 for tag202208.
This feature will be merged after stable tag 202208 is created.

Signed-off-by: Liming Gao &lt;gaoliming@byosoft.com.cn&gt;
Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;
</content>
</entry>
<entry>
<title>ShellPkg: Add revision check for DSDT Header on Arm</title>
<updated>2022-08-24T03:14:52+00:00</updated>
<author>
<name>Edward Pickup</name>
<email>edward.pickup@arm.com</email>
</author>
<published>2022-07-20T08:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=4d83ee04f44a8dc9e6425a719b39c9d378730ca1'/>
<id>urn:sha1:4d83ee04f44a8dc9e6425a719b39c9d378730ca1</id>
<content type='text'>
Bugzilla: 3995 (https://bugzilla.tianocore.org/show_bug.cgi?id=3995)

ACPI 6.4 spec states that if the revision field in the DSDT header is less
than 2, then all integers are restricted in width to 32 bits, including in
SSDTs.

Arm Base boot requirements state that platforms must conform to ACPI 6.3
or later, and that legacy tables are not supported.

Adds a check for this field and raise warning if revision is less
than 2 on arm.

Signed-off-by: Edward Pickup &lt;edward.pickup@arm.com&gt;
Reviewed-by: Zhichao Gao &lt;zhichao.gao@intel.com&gt;
</content>
</entry>
</feed>
