]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.c
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.c
index cc93174abcdfc528203ad2d097893c2fcf710361..ac27de96b1c294a894fc6031fc6709962d629be4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, 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
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -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