2011-09-23 00:53:54 +02:00
|
|
|
#/** @file
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2015-07-06 18:54:26 +02:00
|
|
|
# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
|
2014-04-03 22:05:30 +02:00
|
|
|
# Copyright (c) 2011-2014, ARM Ltd. All rights reserved.<BR>
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2011-09-23 00:53:54 +02:00
|
|
|
# This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2011-09-23 00:53:54 +02:00
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2014-08-19 15:29:52 +02:00
|
|
|
#
|
2011-09-23 00:53:54 +02:00
|
|
|
#**/
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = ArmPlatformPrePiMPCore
|
|
|
|
FILE_GUID = d959e387-7b91-452c-90e0-a1dbac90ddb8
|
|
|
|
MODULE_TYPE = SEC
|
|
|
|
VERSION_STRING = 1.0
|
|
|
|
|
2013-03-12 01:54:02 +01:00
|
|
|
[Sources]
|
2011-09-23 00:53:54 +02:00
|
|
|
PrePi.c
|
|
|
|
MainMPCore.c
|
2013-03-12 01:54:02 +01:00
|
|
|
|
|
|
|
[Sources.ARM]
|
2013-07-18 21:06:52 +02:00
|
|
|
Arm/ArchPrePi.c
|
2013-03-12 01:54:02 +01:00
|
|
|
Arm/ModuleEntryPoint.S | GCC
|
|
|
|
Arm/ModuleEntryPoint.asm | RVCT
|
2013-07-18 21:06:52 +02:00
|
|
|
|
|
|
|
[Sources.AArch64]
|
|
|
|
AArch64/ArchPrePi.c
|
2014-05-08 16:54:11 +02:00
|
|
|
AArch64/ModuleEntryPoint.S
|
2014-08-19 15:29:52 +02:00
|
|
|
|
2011-09-23 00:53:54 +02:00
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
|
|
ArmPkg/ArmPkg.dec
|
|
|
|
ArmPlatformPkg/ArmPlatformPkg.dec
|
|
|
|
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
BaseLib
|
|
|
|
DebugLib
|
|
|
|
DebugAgentLib
|
|
|
|
ArmLib
|
2011-09-23 00:59:52 +02:00
|
|
|
ArmGicLib
|
2011-09-23 00:53:54 +02:00
|
|
|
IoLib
|
|
|
|
TimerLib
|
|
|
|
SerialPortLib
|
|
|
|
ExtractGuidedSectionLib
|
|
|
|
LzmaDecompressLib
|
|
|
|
PeCoffGetEntryPointLib
|
|
|
|
DebugAgentLib
|
|
|
|
PrePiLib
|
|
|
|
ArmPlatformLib
|
2012-09-28 13:01:36 +02:00
|
|
|
ArmPlatformStackLib
|
2011-09-23 00:53:54 +02:00
|
|
|
MemoryAllocationLib
|
|
|
|
HobLib
|
|
|
|
PrePiHobListPointerLib
|
|
|
|
PlatformPeiLib
|
|
|
|
MemoryInitPeiLib
|
|
|
|
|
2011-11-02 00:41:52 +01:00
|
|
|
[Ppis]
|
|
|
|
gArmMpCoreInfoPpiGuid
|
|
|
|
|
2011-09-23 01:11:03 +02:00
|
|
|
[Guids]
|
2012-07-04 22:17:46 +02:00
|
|
|
gArmMpCoreInfoGuid
|
2011-09-23 01:11:03 +02:00
|
|
|
|
2014-08-19 15:29:52 +02:00
|
|
|
[FeaturePcd]
|
2011-09-23 00:53:54 +02:00
|
|
|
gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
|
|
|
|
gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
|
|
|
|
|
2015-07-06 18:54:26 +02:00
|
|
|
[Pcd]
|
2012-03-26 13:08:32 +02:00
|
|
|
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
|
2014-08-19 15:29:52 +02:00
|
|
|
|
2015-07-06 18:54:26 +02:00
|
|
|
[FixedPcd]
|
2011-09-23 00:53:54 +02:00
|
|
|
gArmTokenSpaceGuid.PcdVFPEnabled
|
|
|
|
|
2011-09-23 01:06:31 +02:00
|
|
|
gArmTokenSpaceGuid.PcdFdBaseAddress
|
|
|
|
gArmTokenSpaceGuid.PcdFdSize
|
2011-09-23 00:53:54 +02:00
|
|
|
|
2011-09-23 01:06:31 +02:00
|
|
|
gArmTokenSpaceGuid.PcdFvBaseAddress
|
|
|
|
gArmTokenSpaceGuid.PcdFvSize
|
2011-09-23 00:53:54 +02:00
|
|
|
|
2011-09-23 01:05:20 +02:00
|
|
|
gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
|
|
|
|
gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
|
2011-09-23 00:53:54 +02:00
|
|
|
|
|
|
|
gArmTokenSpaceGuid.PcdGicDistributorBase
|
|
|
|
gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
|
2012-05-02 22:08:03 +02:00
|
|
|
gArmTokenSpaceGuid.PcdGicSgiIntId
|
2011-09-23 00:53:54 +02:00
|
|
|
|
|
|
|
gArmTokenSpaceGuid.PcdSystemMemoryBase
|
|
|
|
gArmTokenSpaceGuid.PcdSystemMemorySize
|
|
|
|
gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
|
2014-08-19 15:29:52 +02:00
|
|
|
|
2012-09-28 12:43:28 +02:00
|
|
|
gArmPlatformTokenSpaceGuid.PcdCoreCount
|
2011-09-23 01:05:20 +02:00
|
|
|
|
2011-09-23 00:53:54 +02:00
|
|
|
gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
|
|
|
|
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
|
|
|
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
|
|
|
|
|