diff options
author | Sami Mujawar <sami.mujawar@arm.com> | 2018-12-15 12:22:45 +0000 |
---|---|---|
committer | Sami Mujawar <sami.mujawar@arm.com> | 2019-02-19 10:37:30 +0000 |
commit | cd204e012c6524bc53a4970c361d6c1a88228ff6 (patch) | |
tree | 20ed6e58663d0950593dc1c97f080c63642db736 /DynamicTablesPkg/DynamicTables.dsc.inc | |
parent | 74d4ee6729c7eb48787f99bf7ca96c60bb468822 (diff) | |
download | edk2-cd204e012c6524bc53a4970c361d6c1a88228ff6.tar.gz |
DynamicTablesPkg: Arm ACPI FADT Generator
The FADT generator collates the relevant information required
for generating a FADT table from configuration manager using
the configuration manager protocol. It then updates a template
FADT table structure. This table data is used by the Table
Manager to install the FADT table.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
Diffstat (limited to 'DynamicTablesPkg/DynamicTables.dsc.inc')
-rw-r--r-- | DynamicTablesPkg/DynamicTables.dsc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DynamicTablesPkg/DynamicTables.dsc.inc b/DynamicTablesPkg/DynamicTables.dsc.inc index 1dde21f393..ffdf4f13bb 100644 --- a/DynamicTablesPkg/DynamicTables.dsc.inc +++ b/DynamicTablesPkg/DynamicTables.dsc.inc @@ -27,6 +27,7 @@ #
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf {
<LibraryClasses>
+ NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiFadtLibArm/AcpiFadtLibArm.inf
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiRawLibArm/AcpiRawLibArm.inf
}
|