1 ## @file 2 # 3 # ACPI table data and ASL sources required to boot the platform. 4 # 5 # Copyright (c) 2014, ARM Ltd. All rights reserved. 6 # Copyright (c) 2015, Hisilicon Limited. All rights reserved. 7 # Copyright (c) 2015, Linaro Limited. All rights reserved. 8 # 9 # This program and the accompanying materials 10 # are licensed and made available under the terms and conditions of the BSD License 11 # which accompanies this distribution. The full text of the license may be found at 12 # http://opensource.org/licenses/bsd-license.php 13 # 14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 16 # 17 # Based on the files under ArmPlatformPkg/ArmJunoPkg/AcpiTables/ 18 # 19 ## 20 21 [Defines] 22 INF_VERSION = 0x00010005 23 BASE_NAME = Pv660AcpiTables 24 FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD 25 MODULE_TYPE = USER_DEFINED 26 VERSION_STRING = 1.0 27 28 [Sources] 29 Dsdt/Dsdt.asl 30 Facs.aslc 31 Fadt.aslc 32 Gtdt.aslc 33 Madt.aslc 34 Mcfg.aslc 35 Iort.asl 36 Spcr.aslc 37 Dbg2.aslc 38 SASSSDT.ASL 39 SATASSDT.ASL 40 41 [Packages] 42 ArmPkg/ArmPkg.dec 43 ArmPlatformPkg/ArmPlatformPkg.dec 44 EmbeddedPkg/EmbeddedPkg.dec 45 MdePkg/MdePkg.dec 46 MdeModulePkg/MdeModulePkg.dec 47 48 OpenPlatformPkg/Chips/Hisilicon/HisiPkg.dec 49 50 [FixedPcd] 51 gArmPlatformTokenSpaceGuid.PcdCoreCount 52 gArmTokenSpaceGuid.PcdGicDistributorBase 53 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase 54 55 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum 56 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum 57 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum 58 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum 59 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase 60 61