commit | d26b17e3c760f6320fa78393f4a7da7b2f36af29 | [log] [tgz] |
---|---|---|
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | Wed Mar 25 09:10:47 2009 +0000 |
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | Wed Mar 25 09:10:47 2009 +0000 |
tree | 841289d3e5cfd849e8f8e6993c7ad176f8accf79 | |
parent | 66f5da3dc31f1eb21d088603f9e24f8c8d776b77 [diff] |
Also output information to serial git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7952 6f19259b-4bc3-4df7-8a09-765794883524
diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c index cc93174..248ffb2 100644 --- a/DuetPkg/DxeIpl/Debug.c +++ b/DuetPkg/DxeIpl/Debug.c
@@ -92,5 +92,10 @@ mCursor += 2; } } + + // + // All information also output to serial port. + // + DebugSerialPrint (String); }