Index: Application/Shell/ConsoleLogger.c
===================================================================
--- Application/Shell/ConsoleLogger.c	(revision 17580)
+++ Application/Shell/ConsoleLogger.c	(working copy)
@@ -2,7 +2,7 @@
   Provides interface to shell console logger.
 
   (C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>
-  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
   This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD License
   which accompanies this distribution.  The full text of the license may be found at
@@ -227,6 +227,12 @@
   if (ConsoleInfo->CurrentStartRow == ConsoleInfo->OriginalStartRow) {
     return (EFI_SUCCESS);
   }
+
+  //
+  // Clear the screen
+  //
+  ConsoleInfo->OldConOut->ClearScreen(ConsoleInfo->OldConOut);
+
   ConsoleInfo->CurrentStartRow = ConsoleInfo->OriginalStartRow;
   return (UpdateDisplayFromHistory(ConsoleInfo));
 }
