summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-25 09:10:47 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-25 09:10:47 +0000
commitd26b17e3c760f6320fa78393f4a7da7b2f36af29 (patch)
tree841289d3e5cfd849e8f8e6993c7ad176f8accf79 /DuetPkg/DxeIpl
parent66f5da3dc31f1eb21d088603f9e24f8c8d776b77 (diff)
Also output information to serial
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7952 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl')
-rw-r--r--DuetPkg/DxeIpl/Debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c
index cc93174ab..248ffb244 100644
--- a/DuetPkg/DxeIpl/Debug.c
+++ b/DuetPkg/DxeIpl/Debug.c
@@ -92,5 +92,10 @@ PrintString (
mCursor += 2;
}
}
+
+ //
+ // All information also output to serial port.
+ //
+ DebugSerialPrint (String);
}