From d26b17e3c760f6320fa78393f4a7da7b2f36af29 Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 25 Mar 2009 09:10:47 +0000 Subject: Also output information to serial git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7952 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/DxeIpl/Debug.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DuetPkg/DxeIpl') diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c index cc93174abc..248ffb2440 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); } -- cgit v1.2.3