public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 1/2] MdePkg/MdePkg.dec: New PCD PcdConsoleRedirectionSupport has defined
@ 2020-01-24  5:34 Veerabaghu
  2020-01-24  5:36 ` [PATCH 2/2] MdeModulePkg/Universal: Added control on disable / enable Console redirection Veerabaghu
  0 siblings, 1 reply; 2+ messages in thread
From: Veerabaghu @ 2020-01-24  5:34 UTC (permalink / raw)
  To: devel; +Cc: Contributor Veerabaghu

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2399

There is no support for disabling Console Redirection.
So, defined new PCD PcdConsoleRedirectionSupport
to disable / enable Console redirection.

Change-Id: Ie5e42ddd7c218bc1a253a4c97030c316bc7abb71
Signed-off-by: Contributor Veerabaghu<jayanthi.nallax.veerabaghu@intel.com>
---
 MdePkg/MdePkg.dec | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
index d022cc5e3e..f54ea4133a 100644
--- a/MdePkg/MdePkg.dec
+++ b/MdePkg/MdePkg.dec
@@ -2297,5 +2297,10 @@
   # @Prompt Boot Timeout (s)
   gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x0000002c
 
+[PcdsDynamic,PcdsDynamicEx]  
+## Specify the Console Redirection support.
+# @Prompt Console Redirection of Setup page
+gEfiMdePkgTokenSpaceGuid.PcdConsoleRedirectionSupport|TRUE|BOOLEAN|0x0000002f
+
 [UserExtensions.TianoCore."ExtraFiles"]
   MdePkgExtra.uni
-- 
2.21.0.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-24  5:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-24  5:34 [PATCH 1/2] MdePkg/MdePkg.dec: New PCD PcdConsoleRedirectionSupport has defined Veerabaghu
2020-01-24  5:36 ` [PATCH 2/2] MdeModulePkg/Universal: Added control on disable / enable Console redirection Veerabaghu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox