mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 d52fa6da67
			
		
	
	d52fa6da67
	
	
	
		
			
			By edk2 convention, a NULL library should be called *LibNull. ArmMtlNullLib did not follow this convention, so rename it ArmMtlLibNull. Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
		
			
				
	
	
		
			167 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			167 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #/** @file
 | |
| # ARM processor package.
 | |
| #
 | |
| # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
 | |
| # Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>
 | |
| # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
 | |
| # Copyright (c) Microsoft Corporation.<BR>
 | |
| # Copyright (c) 2021, Ampere Computing LLC. All rights reserved.
 | |
| #
 | |
| #    SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #**/
 | |
| 
 | |
| ################################################################################
 | |
| #
 | |
| # Defines Section - statements that will be processed to create a Makefile.
 | |
| #
 | |
| ################################################################################
 | |
| [Defines]
 | |
|   PLATFORM_NAME                  = ArmPkg
 | |
|   PLATFORM_GUID                  = 5CFBD99E-3C43-4E7F-8054-9CDEAFF7710F
 | |
|   PLATFORM_VERSION               = 0.1
 | |
|   DSC_SPECIFICATION              = 0x00010005
 | |
|   OUTPUT_DIRECTORY               = Build/Arm
 | |
|   SUPPORTED_ARCHITECTURES        = AARCH64
 | |
|   BUILD_TARGETS                  = DEBUG|RELEASE|NOOPT
 | |
|   SKUID_IDENTIFIER               = DEFAULT
 | |
| 
 | |
| [BuildOptions]
 | |
|   RELEASE_*_*_CC_FLAGS  = -DMDEPKG_NDEBUG
 | |
|   *_*_*_CC_FLAGS  = -DDISABLE_NEW_DEPRECATED_INTERFACES
 | |
| 
 | |
| [PcdsFixedAtBuild]
 | |
|   gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
 | |
| 
 | |
| !include MdePkg/MdeLibs.dsc.inc
 | |
| 
 | |
| [LibraryClasses.common]
 | |
|   BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
 | |
|   BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
 | |
|   BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
 | |
|   CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
 | |
|   CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
 | |
|   DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
 | |
|   DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
 | |
|   HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
 | |
|   MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
 | |
|   PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
 | |
|   PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
 | |
|   TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
 | |
|   UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
 | |
|   UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
 | |
|   UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
 | |
|   UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
 | |
|   DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
 | |
|   UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
 | |
|   PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
 | |
|   PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
 | |
|   PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
 | |
| 
 | |
|   UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
 | |
|   HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
 | |
| 
 | |
|   SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
 | |
|   DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
 | |
|   DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
 | |
|   CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
 | |
| 
 | |
|   CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
 | |
|   ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
 | |
|   ArmSvcLib|MdePkg/Library/ArmSvcLib/ArmSvcLib.inf
 | |
|   ArmSmcLib|MdePkg/Library/ArmSmcLib/ArmSmcLib.inf
 | |
|   OpteeLib|ArmPkg/Library/OpteeLib/OpteeLib.inf
 | |
| 
 | |
|   UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
 | |
|   PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
 | |
|   SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
 | |
| 
 | |
|   ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
 | |
|   FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
 | |
|   SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
 | |
| 
 | |
|   IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
 | |
| 
 | |
|   ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
 | |
|   ArmMmuLib|UefiCpuPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
 | |
|   ArmTransferListLib|ArmPkg/Library/ArmTransferListLib/ArmTransferListLib.inf
 | |
|   ArmFfaLib|MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.inf
 | |
| 
 | |
|   ArmMtlLib|ArmPkg/Library/ArmMtlLibNull/ArmMtlLibNull.inf
 | |
| 
 | |
|   OemMiscLib|ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf
 | |
| 
 | |
| [LibraryClasses.common.PEIM]
 | |
|   HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
 | |
|   PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
 | |
|   MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
 | |
|   PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
 | |
|   PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
 | |
|   ArmFfaLib|MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.inf
 | |
| 
 | |
| [LibraryClasses.common.MM_CORE_STANDALONE]
 | |
|   StandaloneMmCoreEntryPoint|ArmPkg/Library/ArmStandaloneMmCoreEntryPoint/ArmStandaloneMmCoreEntryPoint.inf
 | |
|   HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
 | |
| 
 | |
| [LibraryClasses.common.MM_STANDALONE]
 | |
|   StandaloneMmDriverEntryPoint|MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.inf
 | |
|   HobLib|StandaloneMmPkg/Library/StandaloneMmHobLib/StandaloneMmHobLib.inf
 | |
|   MmServicesTableLib|MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.inf
 | |
| 
 | |
| [Components.common]
 | |
|   ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
 | |
|   ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf
 | |
|   ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.inf
 | |
|   ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
 | |
|   ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
 | |
|   ArmPkg/Library/SemiHostingDebugLib/SemiHostingDebugLib.inf
 | |
|   ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
 | |
|   ArmPkg/Library/SemihostLib/SemihostLib.inf
 | |
|   ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
 | |
| 
 | |
|   ArmPkg/Drivers/CpuDxe/CpuDxe.inf
 | |
|   ArmPkg/Drivers/CpuPei/CpuPei.inf
 | |
|   ArmPkg/Drivers/ArmGicDxe/ArmGicDxe.inf
 | |
|   ArmPkg/Drivers/ArmGicDxe/ArmGicV2Dxe.inf
 | |
|   ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
 | |
|   ArmPkg/Drivers/TimerDxe/TimerDxe.inf
 | |
| 
 | |
|   ArmPkg/Library/ArmGenericTimerPhyCounterLib/ArmGenericTimerPhyCounterLib.inf
 | |
|   ArmPkg/Library/ArmGenericTimerVirtCounterLib/ArmGenericTimerVirtCounterLib.inf
 | |
| 
 | |
|   ArmPkg/Library/ArmTrngLib/ArmTrngLib.inf
 | |
|   ArmPkg/Library/ArmHvcLib/ArmHvcLib.inf
 | |
|   ArmPkg/Library/ArmHvcLibNull/ArmHvcLibNull.inf
 | |
|   ArmPkg/Library/ArmMonitorLib/ArmMonitorLib.inf
 | |
|   ArmPkg/Library/OpteeLib/OpteeLib.inf
 | |
|   ArmPkg/Library/ArmTransferListLib/ArmTransferListLib.inf
 | |
| 
 | |
|   ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
 | |
| 
 | |
|   ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
 | |
|   ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
 | |
|   ArmPkg/Library/ArmLib/ArmBaseLib.inf
 | |
|   ArmPkg/Library/ArmMtlLibNull/ArmMtlLibNull.inf
 | |
|   ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
 | |
|   ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
 | |
|   ArmPkg/Library/LinuxBootBootManagerLib/LinuxBootBootManagerLib.inf
 | |
| 
 | |
|   ArmPkg/Drivers/ArmScmiDxe/ArmScmiDxe.inf
 | |
| 
 | |
|   ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClassDxe.inf
 | |
|   ArmPkg/Universal/Smbios/SmbiosMiscDxe/SmbiosMiscDxe.inf
 | |
|   ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLibNull.inf
 | |
| 
 | |
|   ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.inf
 | |
| 
 | |
|   ArmPkg/Library/ArmStandaloneMmCoreEntryPoint/ArmStandaloneMmCoreEntryPoint.inf
 | |
| 
 | |
|   ArmPkg/Drivers/StandaloneMmCpu/StandaloneMmCpu.inf
 | |
| 
 | |
|   ArmPkg/Drivers/ArmCrashDumpDxe/ArmCrashDumpDxe.inf
 | |
|   ArmPkg/Drivers/ArmGicDxe/ArmGicV3Dxe.inf
 | |
|   ArmPkg/Drivers/ArmPsciMpServicesDxe/ArmPsciMpServicesDxe.inf
 | |
|   ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
 | |
| 
 | |
|   ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf
 |