The ID register access was the only difference between them, so after switching to the ArmHasGicSystemRegisters () helper, there is no longer any need to have separate ARM/AArch64 source files for ArmGicArchSecLib, so unify them and drop the subdirectories. Cc: Ard Biesheuvel <ard.biesheuvel@arm.com> Signed-off-by: Leif Lindholm <leif@nuviainc.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			570 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			570 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| #/* @file
 | |
| #  Copyright (c) 2015, Linaro Ltd. All rights reserved.
 | |
| #
 | |
| #  SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| #
 | |
| #*/
 | |
| 
 | |
| [Defines]
 | |
|   INF_VERSION                    = 0x00010005
 | |
|   BASE_NAME                      = ArmGicArchSecLib
 | |
|   FILE_GUID                      = c1dd9745-9459-4e9a-9f5b-99cbd233c27d
 | |
|   MODULE_TYPE                    = BASE
 | |
|   VERSION_STRING                 = 1.0
 | |
|   LIBRARY_CLASS                  = ArmGicArchLib|SEC
 | |
| 
 | |
| [Sources]
 | |
|   ArmGicArchLib.c
 | |
| 
 | |
| [Packages]
 | |
|   MdePkg/MdePkg.dec
 | |
|   ArmPkg/ArmPkg.dec
 | |
| 
 | |
| [LibraryClasses]
 | |
|   ArmGicLib
 |