]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/DxeIpl/Debug.c
remove unnecessary EFI64_SHADOW_ALL_LEGACY_ROM in GenericBdsLib.
[mirror_edk2.git] / DuetPkg / DxeIpl / Debug.c
index 248ffb2440050f31c3513111b261fc60edac86eb..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
@@ -96,6 +97,6 @@ PrintString (
   //\r
   // All information also output to serial port.\r
   //\r
-  DebugSerialPrint (String);\r
+  DebugSerialPrint ((CHAR8*)String);\r
 }\r
 \r