1 | ## @file
|
---|
2 | # Dsc include file for Dynamic Tables Framework.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2017 - 2022, Arm Limited. All rights reserved.<BR>
|
---|
5 | # Copyright (C) 2024 - 2025 Advanced Micro Devices, Inc. All rights reserved.<BR>
|
---|
6 | # Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | ##
|
---|
11 |
|
---|
12 | [Defines]
|
---|
13 |
|
---|
14 | [BuildOptions]
|
---|
15 | RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
---|
16 |
|
---|
17 | [LibraryClasses.common]
|
---|
18 | AcpiHelperLib|DynamicTablesPkg/Library/Common/AcpiHelperLib/AcpiHelperLib.inf
|
---|
19 | AmlLib|DynamicTablesPkg/Library/Common/AmlLib/AmlLib.inf
|
---|
20 | IpmiCommandLib|MdeModulePkg/Library/BaseIpmiCommandLibNull/BaseIpmiCommandLibNull.inf
|
---|
21 | SsdtPcieSupportLib|DynamicTablesPkg/Library/Common/SsdtPcieSupportLib/SsdtPcieSupportLib.inf
|
---|
22 | SsdtSerialPortFixupLib|DynamicTablesPkg/Library/Common/SsdtSerialPortFixupLib/SsdtSerialPortFixupLib.inf
|
---|
23 | TableHelperLib|DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
|
---|
24 | SmbiosStringTableLib|DynamicTablesPkg/Library/Common/SmbiosStringTableLib/SmbiosStringTableLib.inf
|
---|
25 |
|
---|
26 | [LibraryClasses.AARCH64]
|
---|
27 | DynamicTablesScmiInfoLib|DynamicTablesPkg/Library/DynamicTablesScmiInfoLib/DynamicTablesScmiInfoLib.inf
|
---|
28 |
|
---|
29 | [Components.common]
|
---|
30 | #
|
---|
31 | # Generators (Common)
|
---|
32 | #
|
---|
33 | DynamicTablesPkg/Library/Acpi/Common/AcpiDbg2Lib/AcpiDbg2Lib.inf
|
---|
34 | DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/AcpiFadtLib.inf
|
---|
35 | DynamicTablesPkg/Library/Acpi/Common/AcpiMcfgLib/AcpiMcfgLib.inf
|
---|
36 | DynamicTablesPkg/Library/Acpi/Common/AcpiPcctLib/AcpiPcctLib.inf
|
---|
37 | DynamicTablesPkg/Library/Acpi/Common/AcpiPpttLib/AcpiPpttLib.inf
|
---|
38 | DynamicTablesPkg/Library/Acpi/Common/AcpiRawLib/AcpiRawLib.inf
|
---|
39 | DynamicTablesPkg/Library/Acpi/Common/AcpiSpcrLib/AcpiSpcrLib.inf
|
---|
40 | DynamicTablesPkg/Library/Acpi/Common/AcpiSratLib/AcpiSratLib.inf
|
---|
41 | DynamicTablesPkg/Library/Acpi/Common/AcpiTpm2Lib/AcpiTpm2Lib.inf
|
---|
42 | DynamicTablesPkg/Library/Acpi/Common/AcpiSpmiLib/AcpiSpmiLib.inf
|
---|
43 |
|
---|
44 | # AML Fixup (Common)
|
---|
45 | DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtSerialPortLib/SsdtSerialPortLib.inf
|
---|
46 |
|
---|
47 | # AML Codegen (Common)
|
---|
48 | DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtCpuTopologyLib/SsdtCpuTopologyLib.inf
|
---|
49 | DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtPcieLib/SsdtPcieLib.inf
|
---|
50 |
|
---|
51 | #
|
---|
52 | # Dynamic Tables Manager Dxe
|
---|
53 | #
|
---|
54 | DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf
|
---|
55 |
|
---|
56 | [Components.IA32, Components.X64]
|
---|
57 | #
|
---|
58 | # Generators (IA32/X64 specific)
|
---|
59 | #
|
---|
60 | DynamicTablesPkg/Library/Acpi/X64/AcpiFacsLib/AcpiFacsLib.inf
|
---|
61 | DynamicTablesPkg/Library/Acpi/X64/AcpiHpetLib/AcpiHpetLib.inf
|
---|
62 | DynamicTablesPkg/Library/Acpi/X64/AcpiMadtLib/AcpiMadtLib.inf
|
---|
63 | DynamicTablesPkg/Library/Acpi/X64/AcpiSsdtHpetLib/AcpiSsdtHpetLib.inf
|
---|
64 | DynamicTablesPkg/Library/Acpi/X64/AcpiWsmtLib/AcpiWsmtLib.inf
|
---|
65 |
|
---|
66 | #
|
---|
67 | # Dynamic Table Factory Dxe
|
---|
68 | #
|
---|
69 | DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf {
|
---|
70 | <LibraryClasses>
|
---|
71 | # Generators
|
---|
72 | # Common
|
---|
73 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/AcpiFadtLib.inf
|
---|
74 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSratLib/AcpiSratLib.inf
|
---|
75 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSpmiLib/AcpiSpmiLib.inf
|
---|
76 | # X64 specific
|
---|
77 | NULL|DynamicTablesPkg/Library/Acpi/X64/AcpiFacsLib/AcpiFacsLib.inf
|
---|
78 | NULL|DynamicTablesPkg/Library/Acpi/X64/AcpiHpetLib/AcpiHpetLib.inf
|
---|
79 | NULL|DynamicTablesPkg/Library/Acpi/X64/AcpiMadtLib/AcpiMadtLib.inf
|
---|
80 | NULL|DynamicTablesPkg/Library/Acpi/X64/AcpiWsmtLib/AcpiWsmtLib.inf
|
---|
81 | # AML Codegen
|
---|
82 | # Common
|
---|
83 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtCpuTopologyLib/SsdtCpuTopologyLib.inf
|
---|
84 | # X64 specific
|
---|
85 | NULL|DynamicTablesPkg/Library/Acpi/X64/AcpiSsdtHpetLib/AcpiSsdtHpetLib.inf
|
---|
86 | }
|
---|
87 |
|
---|
88 | [Components.ARM, Components.AARCH64]
|
---|
89 | #
|
---|
90 | # Generators (Arm specific)
|
---|
91 | #
|
---|
92 | DynamicTablesPkg/Library/Acpi/Arm/AcpiGtdtLibArm/AcpiGtdtLibArm.inf
|
---|
93 | DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/AcpiIortLibArm.inf
|
---|
94 | DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/AcpiMadtLibArm.inf
|
---|
95 |
|
---|
96 | # AML Fixup (Arm specific)
|
---|
97 | DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600LibArm.inf
|
---|
98 |
|
---|
99 | #
|
---|
100 | # Dynamic Table Factory Dxe
|
---|
101 | #
|
---|
102 | DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf {
|
---|
103 | <LibraryClasses>
|
---|
104 | # Generators
|
---|
105 | # Common
|
---|
106 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiDbg2Lib/AcpiDbg2Lib.inf
|
---|
107 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/AcpiFadtLib.inf
|
---|
108 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiMcfgLib/AcpiMcfgLib.inf
|
---|
109 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiPcctLib/AcpiPcctLib.inf
|
---|
110 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiPpttLib/AcpiPpttLib.inf
|
---|
111 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiRawLib/AcpiRawLib.inf
|
---|
112 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSpcrLib/AcpiSpcrLib.inf
|
---|
113 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSpmiLib/AcpiSpmiLib.inf
|
---|
114 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSratLib/AcpiSratLib.inf
|
---|
115 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiTpm2Lib/AcpiTpm2Lib.inf
|
---|
116 | # Arm specific
|
---|
117 | NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiGtdtLibArm/AcpiGtdtLibArm.inf
|
---|
118 | NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/AcpiIortLibArm.inf
|
---|
119 | NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/AcpiMadtLibArm.inf
|
---|
120 |
|
---|
121 | # AML Fixup
|
---|
122 | # Common
|
---|
123 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtSerialPortLib/SsdtSerialPortLib.inf
|
---|
124 | # Arm specific
|
---|
125 | NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600LibArm.inf
|
---|
126 |
|
---|
127 | # AML Codegen
|
---|
128 | # Common
|
---|
129 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtCpuTopologyLib/SsdtCpuTopologyLib.inf
|
---|
130 | NULL|DynamicTablesPkg/Library/Acpi/Common/AcpiSsdtPcieLib/SsdtPcieLib.inf
|
---|
131 | }
|
---|
132 |
|
---|