From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web11.6706.1588927106995409598 for ; Fri, 08 May 2020 01:38:27 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: guomin.jiang@intel.com) IronPort-SDR: dnH5rxkx7z8fWQbd88y9U0PgOluAAY2aGIxM9rPdej+lEBWkz8T4/2vd0XU690ECs+pMzwpACt soHpawY+m+SA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2020 01:38:26 -0700 IronPort-SDR: R3vj45ILqVOuCzI3oY0TVFdIHkCH4dWTfJGzL7gj359jy6IlMU/HXMNUtONTQ/O3VEUYikUL1e 0cu9aKYAXgoA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,367,1583222400"; d="scan'208";a="305366543" Received: from guominji-mobl.ccr.corp.intel.com ([10.238.4.95]) by FMSMGA003.fm.intel.com with ESMTP; 08 May 2020 01:38:25 -0700 From: "Guomin Jiang" To: devel@edk2.groups.io Subject: [PATCH 00/18] Remove All UGA Support Date: Fri, 8 May 2020 16:38:06 +0800 Message-Id: <20200508083824.1785-1-guomin.jiang@intel.com> X-Mailer: git-send-email 2.25.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2368 UGA is replaced by GOP and remove all related code. GuoMinJ (18): BaseTools: Remove All UGA Support UefiPayloadPkg: Remove All UGA Support ShellPkg: Remove All UGA Support MdeModulePkg: Remove All UGA Support MdeModulePkg/ConSplitterDxe: Remove All UGA Support MdeModulePkg/GraphicsConsoleDxe: Remove All UGA Support EmulatorPkg: Remove All UGA Support OvmfPkg: Remove All UGA Support ArmPkg: Remove All UGA Support ArmVirtPkg: Remove All UGA Support MdePkg: Remove All UGA Support MdeModulePkg: Remove All UGA Support MdeModulePkg/ConSplitterDxe: Remove All UGA Support MdeModulePkg/ConSplitterDxe: Remove All UGA Support. OvmfPkg: Remove All UGA Support UefiPayloadPkg: Remove All UGA Support ArmVirtPkg: Remove All UGA Support MdeModulePkg: Remove All UGA Support .../PlatformBootManagerLib/PlatformBm.h | 2 +- .../PlatformBootManagerLib.inf | 3 - ArmVirtPkg/ArmVirtQemu.dsc | 5 - ArmVirtPkg/ArmVirtQemuKernel.dsc | 5 - .../Source/C/Include/Protocol/HiiFramework.h | 51 --- BaseTools/Source/C/Include/Protocol/UgaDraw.h | 161 -------- EmulatorPkg/EmuGopDxe/Gop.h | 8 +- EmulatorPkg/EmuGopDxe/GopScreen.c | 14 +- EmulatorPkg/Include/Protocol/EmuFileSystem.h | 18 +- .../Include/Protocol/EmuGraphicsWindow.h | 18 +- .../Library/PlatformBmLib/PlatformBm.h | 2 +- .../Library/PlatformBmLib/PlatformBmData.c | 4 +- EmulatorPkg/Unix/Host/Gasket.h | 9 +- EmulatorPkg/Unix/Host/Host.h | 1 - EmulatorPkg/Unix/Host/Ia32/Gasket.S | 2 +- EmulatorPkg/Unix/Host/X11GraphicsWindow.c | 54 +-- EmulatorPkg/Unix/Host/X64/Gasket.S | 2 +- EmulatorPkg/Win/Host/WinGopScreen.c | 4 +- MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c | 2 +- MdeModulePkg/Include/Library/BootLogoLib.h | 2 +- .../Library/BootLogoLib/BootLogoLib.c | 224 +++-------- .../Library/BootLogoLib/BootLogoLib.inf | 4 - MdeModulePkg/MdeModulePkg.dec | 14 - MdeModulePkg/MdeModulePkg.uni | 12 - .../Console/ConSplitterDxe/ConSplitter.c | 368 ++++-------------- .../Console/ConSplitterDxe/ConSplitter.h | 135 +------ .../Console/ConSplitterDxe/ConSplitterDxe.inf | 17 +- .../Console/ConSplitterDxe/ConSplitterDxe.uni | 12 +- .../ConSplitterDxe/ConSplitterGraphics.c | 307 --------------- .../GraphicsConsoleDxe/GraphicsConsole.c | 299 +------------- .../GraphicsConsoleDxe/GraphicsConsole.h | 19 +- .../GraphicsConsoleDxe/GraphicsConsoleDxe.inf | 6 +- .../GraphicsConsoleDxe/GraphicsConsoleDxe.uni | 4 +- MdeModulePkg/Universal/HiiDatabaseDxe/Image.c | 2 +- MdePkg/Include/Protocol/UgaDraw.h | 160 -------- MdePkg/Include/Protocol/UgaIo.h | 191 --------- MdePkg/Library/UefiLib/UefiLib.inf | 2 - MdePkg/Library/UefiLib/UefiLibInternal.h | 1 - MdePkg/Library/UefiLib/UefiLibPrint.c | 88 ----- MdePkg/MdePkg.dec | 12 - MdePkg/MdePkg.dsc | 3 - MdePkg/MdePkg.uni | 6 - OvmfPkg/OvmfPkgIa32.dsc | 2 - OvmfPkg/OvmfPkgIa32X64.dsc | 2 - OvmfPkg/OvmfPkgX64.dsc | 2 - OvmfPkg/OvmfXen.dsc | 2 - .../UefiHandleParsingLib.c | 2 - .../UefiHandleParsingLib.h | 2 - .../UefiHandleParsingLib.inf | 2 - .../UefiHandleParsingLib.uni | 2 - .../PlatformBootManager.h | 2 +- .../PlatformBootManagerLib.inf | 2 - UefiPayloadPkg/UefiPayloadPkgIa32.dsc | 2 - UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc | 2 - 54 files changed, 214 insertions(+), 2063 deletions(-) delete mode 100644 BaseTools/Source/C/Include/Protocol/UgaDraw.h delete mode 100644 MdePkg/Include/Protocol/UgaDraw.h delete mode 100644 MdePkg/Include/Protocol/UgaIo.h -- 2.25.1.windows.1