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 = Hi1610AcpiTables 24 FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD 25 MODULE_TYPE = USER_DEFINED 26 VERSION_STRING = 1.0 27 28[Sources] 29 Dsdt/DsdtHi1610.asl 30 Facs.aslc 31 Fadt.aslc 32 Gtdt.aslc 33 MadtHi1610.aslc 34 D03Mcfg.aslc 35 D03Iort.asl 36 37[Packages] 38 ArmPkg/ArmPkg.dec 39 ArmPlatformPkg/ArmPlatformPkg.dec 40 EmbeddedPkg/EmbeddedPkg.dec 41 MdePkg/MdePkg.dec 42 MdeModulePkg/MdeModulePkg.dec 43 44 OpenPlatformPkg/Chips/Hisilicon/HisiPkg.dec 45 46[FixedPcd] 47 gArmPlatformTokenSpaceGuid.PcdCoreCount 48 gArmTokenSpaceGuid.PcdGicDistributorBase 49 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase 50 51 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum 52 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum 53 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum 54 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum 55 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase 56 57