public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Guomin Jiang" <guomin.jiang@intel.com>
To: devel@edk2.groups.io
Subject: [PATCH 00/18] Remove All UGA Support
Date: Fri,  8 May 2020 16:38:06 +0800	[thread overview]
Message-ID: <20200508083824.1785-1-guomin.jiang@intel.com> (raw)

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


             reply	other threads:[~2020-05-08  8:38 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-08  8:38 Guomin Jiang [this message]
2020-05-08  8:38 ` [PATCH 01/18] BaseTools: Remove All UGA Support Guomin Jiang
2020-05-09  1:47   ` [edk2-devel] " Ni, Ray
2020-05-08  8:38 ` [PATCH 02/18] UefiPayloadPkg: " Guomin Jiang
2020-05-08 14:57   ` Ma, Maurice
2020-05-08  8:38 ` [PATCH 03/18] ShellPkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 04/18] MdeModulePkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 05/18] MdeModulePkg/ConSplitterDxe: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 06/18] MdeModulePkg/GraphicsConsoleDxe: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 07/18] EmulatorPkg: " Guomin Jiang
2020-05-09  3:02   ` Ni, Ray
2020-05-08  8:38 ` [PATCH 08/18] OvmfPkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 09/18] ArmPkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 10/18] ArmVirtPkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 11/18] MdePkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 12/18] MdeModulePkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 13/18] MdeModulePkg/ConSplitterDxe: " Guomin Jiang
2020-05-09  3:03   ` Ni, Ray
2020-05-08  8:38 ` [PATCH 14/18] " Guomin Jiang
2020-05-08  8:38 ` [PATCH 15/18] OvmfPkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 16/18] UefiPayloadPkg: " Guomin Jiang
2020-05-08 14:58   ` Ma, Maurice
2020-05-08  8:38 ` [PATCH 17/18] ArmVirtPkg: " Guomin Jiang
2020-05-08  8:38 ` [PATCH 18/18] MdeModulePkg: " Guomin Jiang
2020-05-08 10:09 ` [edk2-devel] [PATCH 00/18] " Laszlo Ersek
2020-05-08 11:00   ` Ard Biesheuvel
2020-05-08 13:04     ` Guomin Jiang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200508083824.1785-1-guomin.jiang@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox