mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	ArmVirtPkg: Remove UGA support
The Universal Graphics Adapter (UGA) is a graphic abstraction. The UGA I/O and Draw protocols are deprecated since UEFI 2.0 was introduced. Cf. the UEFI spec v2.9: "Appendix L - EFI 1.10 Protocol Changes and Deprecation List" section L.2 "Deprecated Protocols" Remove the UGA support. Signed-off-by: GuoMinJ <newexplorerj@gmail.com> Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
This commit is contained in:
		| @ -87,7 +87,6 @@ | ||||
|   ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. | ||||
|   #  It could be set FALSE to save size. | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE | ||||
|  | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE | ||||
|  | ||||
|  | ||||
| @ -127,7 +127,6 @@ | ||||
|   ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. | ||||
|   #  It could be set FALSE to save size. | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE | ||||
|  | ||||
|   # Use MMIO for accessing RTC controller registers. | ||||
|   gPcAtChipsetPkgTokenSpaceGuid.PcdRtcUseMmio|TRUE | ||||
|  | ||||
| @ -153,7 +153,6 @@ | ||||
|   ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. | ||||
|   #  It could be set FALSE to save size. | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE | ||||
|  | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE | ||||
|  | ||||
|  | ||||
| @ -122,7 +122,6 @@ | ||||
|   ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe. | ||||
|   #  It could be set FALSE to save size. | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE | ||||
|  | ||||
|   gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 GuoMinJ
					GuoMinJ