Nt32/PlatformBootManagerLib: Enable STD_ERROR on all consoles
authorMichael D Kinney <michael.d.kinney@intel.com>
Mon, 14 Aug 2017 22:18:10 +0000 (15:18 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 15 Aug 2017 15:30:55 +0000 (08:30 -0700)
commitaf0364f01e8cac95afad01437f13beef90f6640b
tree7417b90c9aa9294a70f26fab6ff119058294b601
parenta6b3d753f98118ee547ae935b347f4f00fa67e7c
Nt32/PlatformBootManagerLib: Enable STD_ERROR on all consoles

Add STD_ERROR flag to all output consoles that the Nt32
platform supports so all messages sent to the standard
error console device(s) are visible by default.

The Boot Maintenance Manager can be used to manually disable
standard error output to specific console devices.

UEFI Applications and UEFI Drivers are recommended to be
built with DEBUG() and ASSERT() messages sent to the standard
error device using MdePkg/Library/UefiDebugLibStdErr. Prior
to this change, a user would have to use the Boot Maintenance
Manager to configure a standard error console device to make
these messages visible.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Sunny Wang <sunnywang@hpe.com>
Tested-by: Sunny Wang <sunnywang@hpe.com>
Nt32Pkg/Library/PlatformBootManagerLib/PlatformData.c