diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 09:10:47 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 09:10:47 +0000 |
commit | d26b17e3c760f6320fa78393f4a7da7b2f36af29 (patch) | |
tree | 841289d3e5cfd849e8f8e6993c7ad176f8accf79 /DuetPkg/DxeIpl | |
parent | 66f5da3dc31f1eb21d088603f9e24f8c8d776b77 (diff) | |
download | edk2-d26b17e3c760f6320fa78393f4a7da7b2f36af29.zip edk2-d26b17e3c760f6320fa78393f4a7da7b2f36af29.tar.gz edk2-d26b17e3c760f6320fa78393f4a7da7b2f36af29.tar.bz2 |
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.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ PrintString ( mCursor += 2;
}
}
+
+ //
+ // All information also output to serial port.
+ //
+ DebugSerialPrint (String);
}
|