1 ## @file 2 # 3 # ACPI table data and ASL sources required to boot the platform. 4 # 5 # Copyright (c) 2014-2016, ARM Ltd. All rights reserved. 6 # 7 # This program and the accompanying materials 8 # are licensed and made available under the terms and conditions of the BSD License 9 # which accompanies this distribution. The full text of the license may be found at 10 # http://opensource.org/licenses/bsd-license.php 11 # 12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 14 # 15 ## 16 17 [Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = FvpAcpiTables 20 FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD 21 MODULE_TYPE = USER_DEFINED 22 VERSION_STRING = 1.0 23 24 [Sources] 25 Dsdt.asl 26 Spcr.aslc 27 Fadt.aslc 28 Gtdt.aslc 29 Madt.aslc 30 31 [Packages] 32 ArmPkg/ArmPkg.dec 33 ArmPlatformPkg/ArmPlatformPkg.dec 34 ArmPlatformPkg/ArmVExpressPkg/ArmVExpressPkg.dec 35 EmbeddedPkg/EmbeddedPkg.dec 36 MdePkg/MdePkg.dec 37 MdeModulePkg/MdeModulePkg.dec 38 39 40 [FixedPcd] 41 gArmTokenSpaceGuid.PcdGicDistributorBase 42 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase 43 gArmTokenSpaceGuid.PcdGicRedistributorsBase 44