RVCT is obsolete and no longer used. Remove support for it. Signed-off-by: Rebecca Cran <quic_rcran@quicinc.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
		
			
				
	
	
		
			104 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| #/** @file
 | |
| #
 | |
| #  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
 | |
| #  Copyright (c) 2011-2017, ARM Ltd. All rights reserved.<BR>
 | |
| #  Copyright (c) 2020, Arm Limited. All rights reserved.<BR>
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #**/
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = ArmPlatformPrePiUniCore
 | |
|   FILE_GUID                      = 3e401783-cc94-4fcd-97bc-bd35ac369d2f
 | |
|   MODULE_TYPE                    = SEC
 | |
|   VERSION_STRING                 = 1.0
 | |
| 
 | |
| [Sources]
 | |
|   PrePi.h
 | |
|   PrePi.c
 | |
|   MainUniCore.c
 | |
| 
 | |
| [Sources.ARM]
 | |
|   Arm/ArchPrePi.c
 | |
|   Arm/ModuleEntryPoint.S   | GCC
 | |
| 
 | |
| [Sources.AArch64]
 | |
|   AArch64/ArchPrePi.c
 | |
|   AArch64/ModuleEntryPoint.S
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   MdeModulePkg/MdeModulePkg.dec
 | |
|   EmbeddedPkg/EmbeddedPkg.dec
 | |
|   ArmPkg/ArmPkg.dec
 | |
|   ArmPlatformPkg/ArmPlatformPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   BaseLib
 | |
|   CacheMaintenanceLib
 | |
|   DebugLib
 | |
|   DebugAgentLib
 | |
|   ArmLib
 | |
|   IoLib
 | |
|   TimerLib
 | |
|   SerialPortLib
 | |
|   ExtractGuidedSectionLib
 | |
|   LzmaDecompressLib
 | |
|   DebugAgentLib
 | |
|   PrePiLib
 | |
|   ArmPlatformLib
 | |
|   ArmPlatformStackLib
 | |
|   MemoryAllocationLib
 | |
|   HobLib
 | |
|   PrePiHobListPointerLib
 | |
|   PlatformPeiLib
 | |
|   MemoryInitPeiLib
 | |
| 
 | |
| [Ppis]
 | |
|   gArmMpCoreInfoPpiGuid
 | |
| 
 | |
| [Guids]
 | |
|   gArmMpCoreInfoGuid
 | |
|   gEfiFirmwarePerformanceGuid
 | |
| 
 | |
| [FeaturePcd]
 | |
|   gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob
 | |
|   gArmPlatformTokenSpaceGuid.PcdSendSgiToBringUpSecondaryCores
 | |
| 
 | |
| [Pcd]
 | |
|   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString
 | |
| 
 | |
| [FixedPcd]
 | |
|   gArmTokenSpaceGuid.PcdVFPEnabled
 | |
| 
 | |
|   gArmTokenSpaceGuid.PcdFdBaseAddress
 | |
|   gArmTokenSpaceGuid.PcdFdSize
 | |
| 
 | |
|   gArmTokenSpaceGuid.PcdFvBaseAddress
 | |
|   gArmTokenSpaceGuid.PcdFvSize
 | |
| 
 | |
|   gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize
 | |
|   gArmPlatformTokenSpaceGuid.PcdCPUCoreSecondaryStackSize
 | |
| 
 | |
|   gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize
 | |
| 
 | |
|   gArmPlatformTokenSpaceGuid.PcdCoreCount
 | |
| 
 | |
|   gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize
 | |
| 
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode
 | |
|   gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData
 | |
| 
 | |
| [Pcd]
 | |
|   gArmTokenSpaceGuid.PcdSystemMemoryBase
 | |
|   gArmTokenSpaceGuid.PcdSystemMemorySize
 |