public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Gao, Zhichao" <zhichao.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"samer.el-haj-mahmoud@arm.com" <samer.el-haj-mahmoud@arm.com>
Cc: "Wang, Jian J" <jian.j.wang@intel.com>,
	"Wu, Hao A" <hao.a.wu@intel.com>, "Ni, Ray" <ray.ni@intel.com>,
	Ard Biesheuvel <Ard.Biesheuvel@arm.com>,
	"Pete Batard" <pete@akeo.ie>
Subject: Re: [edk2-devel] [PATCH v1 0/3] MdeModulePkg/GraphicsConsole : Console cleanup
Date: Mon, 30 Nov 2020 00:49:50 +0000	[thread overview]
Message-ID: <MWHPR11MB16476CD261ACD289609387C5F6F50@MWHPR11MB1647.namprd11.prod.outlook.com> (raw)
In-Reply-To: <DB7PR08MB32600916C9564F919806704E90F70@DB7PR08MB3260.eurprd08.prod.outlook.com>

[-- Attachment #1: Type: text/plain, Size: 3166 bytes --]

I would review this patch today.

Thanks,
Zhichao

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Samer El-Haj-Mahmoud
Sent: Saturday, November 28, 2020 10:39 PM
To: devel@edk2.groups.io
Cc: Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>; Ni, Ray <ray.ni@intel.com>; Ard Biesheuvel <Ard.Biesheuvel@arm.com>; Pete Batard <pete@akeo.ie>
Subject: Re: [edk2-devel] [PATCH v1 0/3] MdeModulePkg/GraphicsConsole : Console cleanup

Any reviews for this series please?

Thanks,
Samer

________________________________
From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> <devel@edk2.groups.io<mailto:devel@edk2.groups.io>> on behalf of Samer El-Haj-Mahmoud via groups.io <samer.el-haj-mahmoud=arm.com@groups.io<mailto:samer.el-haj-mahmoud=arm.com@groups.io>>
Sent: Tuesday, November 24, 2020, 2:20 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Cc: Jian J Wang; Hao A Wu; Zhichao Gao; Ray Ni; Ard Biesheuvel; Pete Batard
Subject: [edk2-devel] [PATCH v1 0/3] MdeModulePkg/GraphicsConsole : Console cleanup


This series fixes a few minor issues in the GraphicsConsole
and ConSplitter

 1. Remove extra cursor on graphics console during boot logo
 2. Fix misc spelling mistakes
 3. Change StdErr color from MAGENTA to LIGHTGRAY

Cc: Jian J Wang <jian.j.wang@intel.com<mailto:jian.j.wang@intel.com>>
Cc: Hao A Wu <hao.a.wu@intel.com<mailto:hao.a.wu@intel.com>>
Cc: Zhichao Gao <zhichao.gao@intel.com<mailto:zhichao.gao@intel.com>>
Cc: Ray Ni <ray.ni@intel.com<mailto:ray.ni@intel.com>>
Cc: Ard Biesheuvel <Ard.Biesheuvel@arm.com<mailto:Ard.Biesheuvel@arm.com>>
Cc: Pete Batard <pete@akeo.ie<mailto:pete@akeo.ie>>
Signed-off-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com<mailto:Samer.El-Haj-Mahmoud@arm.com>>

Samer El-Haj-Mahmoud (3):
  MdeModulePkg/GraphicsConsoleDxe: Change default CursorVisible to FALSE
  MdeModulePkg/Graphics: Fix spelling mistakes
  MdeModulePkg/ConSplitter: Change StdErr color to EFI_LIGHTGRAY

 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h |  8 +--
 MdePkg/Include/Protocol/SimpleTextOut.h                             |  6 +-
 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c         | 68 ++++++++++----------
 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c | 14 ++--
 4 files changed, 48 insertions(+), 48 deletions(-)

--
2.25.1



-=-=-=-=-=-=
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67905): https://edk2.groups.io/g/devel/message/67905
Mute This Topic: https://groups.io/mt/78484572/1945644
Group Owner: devel+owner@edk2.groups.io<mailto:devel+owner@edk2.groups.io>
Unsubscribe: https://edk2.groups.io/g/devel/unsub [samer.el-haj-mahmoud@arm.com]
-=-=-=-=-=-=


IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


[-- Attachment #2: Type: text/html, Size: 7681 bytes --]

      reply	other threads:[~2020-11-30  0:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <164A87A3D579CDE5.11064@groups.io>
2020-11-28 14:38 ` [edk2-devel] [PATCH v1 0/3] MdeModulePkg/GraphicsConsole : Console cleanup Samer El-Haj-Mahmoud
2020-11-30  0:49   ` Gao, Zhichao [this message]

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=MWHPR11MB16476CD261ACD289609387C5F6F50@MWHPR11MB1647.namprd11.prod.outlook.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