]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmJunoPkg/AcpiTables/AcpiTables.inf
ArmPlatformPkg/ArmJunoPkg/AcpiTables: Updated with new ACPI 5.1 Tables & Definitions
[mirror_edk2.git] / ArmPlatformPkg / ArmJunoPkg / AcpiTables / AcpiTables.inf
CommitLineData
3399d5be
OM
1## @file\r
2#\r
3# ACPI table data and ASL sources required to boot the platform.\r
4#\r
5# Copyright (c) 2014, ARM Ltd. All rights reserved.\r
6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = JunoAcpiTables\r
20 FILE_GUID = a1dd808e-1e95-4399-abc0-653c82e8530c\r
21 MODULE_TYPE = USER_DEFINED\r
22 VERSION_STRING = 1.0\r
23\r
24[Sources]\r
25 Dsdt.asl\r
26 Facs.aslc\r
27 Fadt.aslc\r
28 Gtdt.aslc\r
29 Madt.aslc\r
30\r
31[Packages]\r
32 ArmPkg/ArmPkg.dec\r
33 ArmPlatformPkg/ArmPlatformPkg.dec\r
34 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec\r
35 ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec\r
36 EmbeddedPkg/EmbeddedPkg.dec\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[FixedPcd]\r
41 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
42 gArmTokenSpaceGuid.PcdGicDistributorBase\r
43 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
44\r
45 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum\r
46 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum\r
47 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum\r
48 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum\r
2596e61a
OM
49\r
50 gArmTokenSpaceGuid.PcdGenericWatchdogControlBase\r
51 gArmTokenSpaceGuid.PcdGenericWatchdogRefreshBase\r