From: Ruiyu Ni <ruiyu.ni@intel.com>
To: edk2-devel@lists.01.org
Subject: [PATCH 0/8] Fix TerminalDxe driver model bug
Date: Tue, 10 Jan 2017 16:38:56 +0800 [thread overview]
Message-ID: <20170110083904.34104-1-ruiyu.ni@intel.com> (raw)
Patches 1~7 cleans up the TerminalDxe driver without functionality impact.
Patch 8 fixes the driver model bug.
Ruiyu Ni (8):
MdeModulePkg/TerminalDxe: Replace macro with enum for terminal types
MdeModulePkg/TerminalDxe: Add TerminalTypeFromGuid internal function
MdeModulePkg/TerminalDxe: Separate controller name init logic
MdeModulePkg/TerminalDxe: Refine InitializeTerminalConsoleTextMode
MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePath
MdeModulePkg/TerminalDxe: Separate state machine start/stop logic
MdeModulePkg/TerminalDxe: Remove unnecessary NULL pointer check
MdeModulePkg/TerminalDxe: Fix driver model bug
.../Universal/Console/TerminalDxe/Terminal.c | 1363 +++++++-------------
.../Universal/Console/TerminalDxe/Terminal.h | 14 +-
.../Universal/Console/TerminalDxe/TerminalConIn.c | 88 +-
.../Universal/Console/TerminalDxe/TerminalConOut.c | 28 +-
4 files changed, 509 insertions(+), 984 deletions(-)
--
2.9.0.windows.1
next reply other threads:[~2017-01-10 8:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-10 8:38 Ruiyu Ni [this message]
2017-01-10 8:38 ` [PATCH 1/8] MdeModulePkg/TerminalDxe: Replace macro with enum for terminal types Ruiyu Ni
2017-01-11 7:32 ` Tian, Feng
2017-01-10 8:38 ` [PATCH 2/8] MdeModulePkg/TerminalDxe: Add TerminalTypeFromGuid internal function Ruiyu Ni
2017-01-10 8:38 ` [PATCH 3/8] MdeModulePkg/TerminalDxe: Separate controller name init logic Ruiyu Ni
2017-01-10 8:39 ` [PATCH 4/8] MdeModulePkg/TerminalDxe: Refine InitializeTerminalConsoleTextMode Ruiyu Ni
2017-01-12 10:41 ` Laszlo Ersek
2017-01-12 15:39 ` Ni, Ruiyu
2017-01-10 8:39 ` [PATCH 5/8] MdeModulePkg/TerminalDxe: Refine SetTerminalDevicePath Ruiyu Ni
2017-01-10 8:39 ` [PATCH 6/8] MdeModulePkg/TerminalDxe: Separate state machine start/stop logic Ruiyu Ni
2017-01-10 8:39 ` [PATCH 7/8] MdeModulePkg/TerminalDxe: Remove unnecessary NULL pointer check Ruiyu Ni
2017-01-10 8:39 ` [PATCH 8/8] MdeModulePkg/TerminalDxe: Fix driver model bug Ruiyu Ni
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=20170110083904.34104-1-ruiyu.ni@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