]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/ArmJunoPkg/AcpiTables/AcpiTables.inf
MdePkg: Refine the function comments in Keyword Handler Protocol
[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
e0ae2761 5# Copyright (c) 2014-2015, ARM Ltd. All rights reserved.\r
3399d5be
OM
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
e0ae2761 30 AcpiSsdtRootPci.asl # Juno R1 specific\r
3399d5be
OM
31\r
32[Packages]\r
33 ArmPkg/ArmPkg.dec\r
34 ArmPlatformPkg/ArmPlatformPkg.dec\r
35 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec\r
36 ArmPlatformPkg/ArmJunoPkg/ArmJuno.dec\r
37 EmbeddedPkg/EmbeddedPkg.dec\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[FixedPcd]\r
42 gArmPlatformTokenSpaceGuid.PcdCoreCount\r
43 gArmTokenSpaceGuid.PcdGicDistributorBase\r
44 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase\r
45\r
46 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum\r
47 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum\r
48 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum\r
49 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum\r
2596e61a
OM
50\r
51 gArmTokenSpaceGuid.PcdGenericWatchdogControlBase\r
52 gArmTokenSpaceGuid.PcdGenericWatchdogRefreshBase\r