mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	 3741a42087
			
		
	
	3741a42087
	
	
	
		
			
			edk2 is dropping support for the ARM32 architecture. This commit removes ARM32 files from ArmGicDxe. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
		
			
				
	
	
		
			64 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			INI
		
	
	
	
	
	
| #/** @file
 | |
| #
 | |
| #  Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
 | |
| #  Copyright (c) 2012 - 2017, ARM Ltd. All rights reserved.<BR>
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #**/
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = ArmGicDxe
 | |
|   FILE_GUID                      = DE371F7C-DEC4-4D21-ADF1-593ABCC15882
 | |
|   MODULE_TYPE                    = DXE_DRIVER
 | |
|   VERSION_STRING                 = 1.0
 | |
| 
 | |
|   ENTRY_POINT                    = InterruptDxeInitialize
 | |
| 
 | |
| [Sources.common]
 | |
|   ArmGicDxe.h
 | |
|   ArmGicDxe.c
 | |
|   ArmGicCommonDxe.c
 | |
| 
 | |
|   GicV2/ArmGicV2Dxe.c
 | |
|   GicV3/ArmGicV3Dxe.c
 | |
| 
 | |
| [Sources.AARCH64]
 | |
|   GicV3/AArch64/ArmGicV3.S
 | |
|   GicV5/AArch64/ArmGicV5.S
 | |
|   GicV5/ArmGicV5Dxe.c
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   EmbeddedPkg/EmbeddedPkg.dec
 | |
|   ArmPkg/ArmPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   ArmLib
 | |
|   BaseLib
 | |
|   UefiLib
 | |
|   UefiBootServicesTableLib
 | |
|   DebugLib
 | |
|   PrintLib
 | |
|   MemoryAllocationLib
 | |
|   UefiDriverEntryPoint
 | |
|   IoLib
 | |
|   PcdLib
 | |
|   TimerLib
 | |
|   UefiLib
 | |
| 
 | |
| [Protocols]
 | |
|   gHardwareInterruptProtocolGuid  ## PRODUCES
 | |
|   gHardwareInterrupt2ProtocolGuid ## PRODUCES
 | |
|   gEfiCpuArchProtocolGuid         ## CONSUMES
 | |
| 
 | |
| [Pcd.common]
 | |
|   gArmTokenSpaceGuid.PcdGicDistributorBase
 | |
|   gArmTokenSpaceGuid.PcdGicRedistributorsBase
 | |
|   gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase
 | |
|   gArmTokenSpaceGuid.PcdGicIrsConfigFrameBase
 | |
| 
 | |
| [Depex]
 | |
|   gEfiCpuArchProtocolGuid
 |