]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/Library/PlatformBootManagerLib/PlatformData.c
Nt32/PlatformBootManagerLib: Enable STD_ERROR on all consoles
[mirror_edk2.git] / Nt32Pkg / Library / PlatformBootManagerLib / PlatformData.c
index e92f377bd1a8dd27bd85eb5466c92bda3b438a88..e4b400b4a3785e4bcf159906fc11369624cb65ea 100644 (file)
@@ -2,7 +2,7 @@
   Defined the platform specific device path which will be filled to\r
   ConIn/ConOut variables.\r
    \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -137,19 +137,19 @@ NT_ISA_SERIAL_DEVICE_PATH   gNtSerialDevicePath1 = {
 PLATFORM_CONSOLE_CONNECT_ENTRY   gPlatformConsole[] = {\r
   {\r
     (EFI_DEVICE_PATH_PROTOCOL *) &gNtSerialDevicePath0,\r
-    (CONSOLE_OUT | CONSOLE_IN)\r
+    (CONSOLE_OUT | CONSOLE_IN | STD_ERROR)\r
   },\r
   {\r
     (EFI_DEVICE_PATH_PROTOCOL *) &gNtSerialDevicePath1,\r
-    (CONSOLE_OUT | CONSOLE_IN)\r
+    (CONSOLE_OUT | CONSOLE_IN | STD_ERROR)\r
   },\r
   {\r
     (EFI_DEVICE_PATH_PROTOCOL *) &gGopDevicePath0,\r
-    (CONSOLE_OUT | CONSOLE_IN)\r
+    (CONSOLE_OUT | CONSOLE_IN | STD_ERROR)\r
   },\r
   {\r
     (EFI_DEVICE_PATH_PROTOCOL *) &gGopDevicePath1,\r
-    (CONSOLE_OUT | CONSOLE_IN)\r
+    (CONSOLE_OUT | CONSOLE_IN | STD_ERROR)\r
   },\r
   {\r
     NULL,\r