mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	UefiPayloadPkg: Drop ARM32 Support
edk2 is dropping support for the ARM32 architecture. This commit removes ARM32 support from UefiPayloadPkg. It removes irrelevant VALID_ARCHITECTURES comments from infs that are not arch specific. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
This commit is contained in:
		 Oliver Smith-Denny
					Oliver Smith-Denny
				
			
				
					committed by
					
						![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			![mergify[bot]](/assets/img/avatar_default.png) mergify[bot]
						mergify[bot]
					
				
			
						parent
						
							08c27faeed
						
					
				
				
					commit
					3d50e76f03
				
			| @ -59,7 +59,6 @@ | |||||||
|   MSFT:*_*_*_CC_FLAGS = /wd4305 |   MSFT:*_*_*_CC_FLAGS = /wd4305 | ||||||
|   GCC:*_*_IA32_CC_FLAGS    = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_IA32_CC_FLAGS    = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_X64_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_X64_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_ARM_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |  | ||||||
|   GCC:*_*_AARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_AARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_RISCV64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_RISCV64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_LOONGARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_LOONGARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|  | |||||||
| @ -59,7 +59,6 @@ | |||||||
|   MSFT:*_*_*_CC_FLAGS = /wd4305 |   MSFT:*_*_*_CC_FLAGS = /wd4305 | ||||||
|   GCC:*_*_IA32_CC_FLAGS    = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_IA32_CC_FLAGS    = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_X64_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_X64_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_ARM_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |  | ||||||
|   GCC:*_*_AARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_AARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_RISCV64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_RISCV64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_LOONGARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_LOONGARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|  | |||||||
| @ -19,12 +19,6 @@ | |||||||
|   LIBRARY_CLASS   = FmpDeviceLib|DXE_DRIVER UEFI_DRIVER |   LIBRARY_CLASS   = FmpDeviceLib|DXE_DRIVER UEFI_DRIVER | ||||||
|   CONSTRUCTOR     = FmpDeviceSmmLibConstructor |   CONSTRUCTOR     = FmpDeviceSmmLibConstructor | ||||||
|  |  | ||||||
| # |  | ||||||
| # The following information is for reference only and not required by the build tools. |  | ||||||
| # |  | ||||||
| #  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 |  | ||||||
| # |  | ||||||
|  |  | ||||||
| [Sources] | [Sources] | ||||||
|   FmpDeviceSmmLib.c |   FmpDeviceSmmLib.c | ||||||
|  |  | ||||||
|  | |||||||
| @ -70,7 +70,6 @@ | |||||||
|   MSFT:*_*_*_CC_FLAGS = /wd4244 |   MSFT:*_*_*_CC_FLAGS = /wd4244 | ||||||
|   GCC:*_*_IA32_CC_FLAGS    = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_IA32_CC_FLAGS    = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_X64_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_X64_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_ARM_CC_FLAGS     = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |  | ||||||
|   GCC:*_*_AARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_AARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_RISCV64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_RISCV64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|   GCC:*_*_LOONGARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast |   GCC:*_*_LOONGARCH64_CC_FLAGS = -Wno-error=pointer-to-int-cast -Wno-error=int-to-pointer-cast | ||||||
|  | |||||||
| @ -16,12 +16,6 @@ | |||||||
|   VERSION_STRING                 = 1.0 |   VERSION_STRING                 = 1.0 | ||||||
|   ENTRY_POINT                    = InstallPciPlatformProtocol |   ENTRY_POINT                    = InstallPciPlatformProtocol | ||||||
|  |  | ||||||
| # |  | ||||||
| # The following information is for reference only and not required by the build tools. |  | ||||||
| # |  | ||||||
| #  VALID_ARCHITECTURES           = IA32 X64 ARM AARCH64 |  | ||||||
| # |  | ||||||
|  |  | ||||||
| [Sources.common] | [Sources.common] | ||||||
|   PciPlatformDxe.h |   PciPlatformDxe.h | ||||||
|   PciPlatformDxe.c |   PciPlatformDxe.c | ||||||
|  | |||||||
| @ -74,7 +74,6 @@ class SettingsManager(UpdateSettingsManager, SetupSettingsManager, PrEvalSetting | |||||||
|         ret = RunCmd("git", "config --file .gitmodules --get-regexp path", workingdir=self.GetWorkspaceRoot(), outstream=result) |         ret = RunCmd("git", "config --file .gitmodules --get-regexp path", workingdir=self.GetWorkspaceRoot(), outstream=result) | ||||||
|         # Cmd output is expected to look like: |         # Cmd output is expected to look like: | ||||||
|         # submodule.CryptoPkg/Library/OpensslLib/openssl.path CryptoPkg/Library/OpensslLib/openssl |         # submodule.CryptoPkg/Library/OpensslLib/openssl.path CryptoPkg/Library/OpensslLib/openssl | ||||||
|         # submodule.SoftFloat.path ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 |  | ||||||
|         if ret == 0: |         if ret == 0: | ||||||
|             for line in result.getvalue().splitlines(): |             for line in result.getvalue().splitlines(): | ||||||
|                 _, _, path = line.partition(" ") |                 _, _, path = line.partition(" ") | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user