From: Abdul Lateef Attar <abdullateef.at...@amd.com>

PR: https://github.com/tianocore/edk2/pull/5384

Adds new space for ArchNameSpaceObjects.
Adds generic FADT table generator.
Adds generic HPET table generator.
Adds generic WSMT table generator.

Cc: Sami Mujawar <sami.muja...@arm.com>
Cc: Pierre Gondois <pierre.gond...@arm.com>
Cc: Abdul Lateef Attar <abdullateef.at...@amd.com>

Abdul Lateef Attar (3):
  DynamicTablesPkg: Adds ACPI FADT Table generator
  DynamicTablesPkg: Adds ACPI HPET Table generator
  DynamicTablesPkg: Adds ACPI WSMT Table generator

 DynamicTablesPkg/DynamicTables.dsc.inc        |  14 +-
 DynamicTablesPkg/DynamicTablesPkg.ci.yaml     |   7 +-
 DynamicTablesPkg/Include/AcpiTableGenerator.h |   2 +
 .../Include/ArchNameSpaceObjects.h            | 227 ++++++
 .../Include/ConfigurationManagerObject.h      |   6 +
 .../Library/Acpi/AcpiFadtLib/AcpiFadtLib.inf  |  42 +
 .../Library/Acpi/AcpiFadtLib/FadtGenerator.c  | 737 ++++++++++++++++++
 .../Library/Acpi/AcpiFadtLib/FadtUpdate.h     |  28 +
 .../Library/Acpi/AcpiFadtLib/X64/FadtUpdate.c |  32 +
 .../Library/Acpi/AcpiHpetLib/AcpiHpetLib.inf  |  38 +
 .../Library/Acpi/AcpiHpetLib/HpetGenerator.c  | 208 +++++
 .../Library/Acpi/AcpiWsmtLib/AcpiWsmtLib.inf  |  34 +
 .../Library/Acpi/AcpiWsmtLib/WsmtGenerator.c  | 221 ++++++
 13 files changed, 1593 insertions(+), 3 deletions(-)
 create mode 100644 DynamicTablesPkg/Include/ArchNameSpaceObjects.h
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiFadtLib/AcpiFadtLib.inf
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiFadtLib/FadtGenerator.c
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiFadtLib/FadtUpdate.h
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiFadtLib/X64/FadtUpdate.c
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiHpetLib/AcpiHpetLib.inf
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiHpetLib/HpetGenerator.c
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiWsmtLib/AcpiWsmtLib.inf
 create mode 100644 DynamicTablesPkg/Library/Acpi/AcpiWsmtLib/WsmtGenerator.c

-- 
2.34.1



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


Reply via email to