1#/** @file 2# 3# Copyright (c) 2016, Hisilicon Limited. All rights reserved. 4# Copyright (c) 2016, Linaro Limited. All rights reserved. 5# 6# This program and the accompanying materials 7# are licensed and made available under the terms and conditions of the BSD License 8# which accompanies this distribution. The full text of the license may be found at 9# http://opensource.org/licenses/bsd-license.php 10# 11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 13# 14#**/ 15 16 17[Defines] 18 INF_VERSION = 0x00010005 19 BASE_NAME = EarlyConfigPeimD03 20 FILE_GUID = A181AD33-E64A-4084-A54A-A69DF1FB0ABF 21 MODULE_TYPE = PEIM 22 VERSION_STRING = 1.0 23 ENTRY_POINT = EarlyConfigEntry 24 25[Sources.common] 26 EarlyConfigPeimD03.c 27 28[Packages] 29 MdePkg/MdePkg.dec 30 MdeModulePkg/MdeModulePkg.dec 31 32 ArmPkg/ArmPkg.dec 33 OpenPlatformPkg/Chips/Hisilicon/HisiPkg.dec 34 35[LibraryClasses] 36 PeimEntryPoint 37 PcdLib 38 DebugLib 39 IoLib 40 CacheMaintenanceLib 41 42 PlatformSysCtrlLib 43 ArmLib 44 45[Pcd] 46 gHisiTokenSpaceGuid.PcdMailBoxAddress 47 gHisiTokenSpaceGuid.PcdTrustedFirmwareEnable 48 gHisiTokenSpaceGuid.PcdPeriSubctrlAddress 49 50[Depex] 51## As we will clean mailbox in this module, need to wait memory init complete 52 gEfiPeiMemoryDiscoveredPpiGuid 53 54[BuildOptions] 55 56