]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Arm ACPI GTDT Generator
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 15 Dec 2018 12:25:52 +0000 (12:25 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 19 Feb 2019 10:37:31 +0000 (10:37 +0000)
commit9c720258ecb28c8362074c9b2262252908152f27
tree54d2838aaef6b6b0c4b2e5ccf78f4a09919ebe00
parent015a797abf219ee02666d459267e3d78c76c4528
DynamicTablesPkg: Arm ACPI GTDT Generator

The GTDT generator uses the configuration manager protocol to
obtain information about the architectural and platform timers
available on the platform and generates the ACPI GTDT table.
This table data is then used by the Table Manager to install
the GTDT table.

The Table Manager then invokes the generator interface to free
any resources allocated by the GTDT table generator.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
DynamicTablesPkg/DynamicTables.dsc.inc
DynamicTablesPkg/Library/Acpi/Arm/AcpiGtdtLibArm/AcpiGtdtLibArm.inf [new file with mode: 0644]
DynamicTablesPkg/Library/Acpi/Arm/AcpiGtdtLibArm/GtdtGenerator.c [new file with mode: 0644]