]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.c
Needed to fix defaulting / to be \ as it is required by EFI Simple File System.
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.c
index cc93174abcdfc528203ad2d097893c2fcf710361..26f7ce0037c2be3779da1ff1a072f38f76189a52 100644 (file)
@@ -19,6 +19,7 @@ Revision History:
 **/\r
 \r
 #include "DxeIpl.h"\r
+#include "SerialStatusCode.h"\r
 \r
 UINT8 *mCursor;\r
 UINT8 mHeaderIndex = 10;\r
@@ -92,5 +93,10 @@ PrintString (
       mCursor += 2;\r
     }\r
   }\r
+  \r
+  //\r
+  // All information also output to serial port.\r
+  //\r
+  DebugSerialPrint ((CHAR8*)String);\r
 }\r
 \r