]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.c
ArmPlatformPkg: remove EblCmdLib implementation
[mirror_edk2.git] / EmbeddedPkg / Library / EblAddExternalCommandLib / EblAddExternalCommandLib.c
index a95de6919042f014aa40339729c57c0d9a7e938d..3b9f1846d3cf569cf8f5e353bcc1a7db68264e27 100644 (file)
@@ -1,10 +1,10 @@
 /** @file\r
   Add external EblCmd Lib\r
 \r
-  Copyright (c) 2007, Intel Corporation<BR>\r
-  Portions copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
+  Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  All rights reserved. This program and the accompanying materials\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -31,12 +31,12 @@ EBL_ADD_COMMAND_PROTOCOL      *gEblExternalCommand = NULL;
 \r
 /**\r
   Return a keypress or optionally timeout if a timeout value was passed in.\r
-  An optional callback funciton is called evey second when waiting for a\r
+  An optional callback function is called every second when waiting for a\r
   timeout.\r
 \r
   @param  Key           EFI Key information returned\r
   @param  TimeoutInSec  Number of seconds to wait to timeout\r
-  @param  CallBack      Callback called every second during the timeout wait \r
+  @param  CallBack      Callback called every second during the timeout wait\r
 \r
   @return EFI_SUCCESS  Key was returned\r
   @return EFI_TIMEOUT  If the TimoutInSec expired\r
@@ -64,7 +64,7 @@ EblGetCharKey (
   If the use hits Q to quit return TRUE else for any other key return FALSE.\r
   PrefixNewline is used to figure out if a newline is needed before the prompt\r
   string. This depends on the last print done before calling this function.\r
-  CurrentRow is updated by one on a call or set back to zero if a prompt is \r
+  CurrentRow is updated by one on a call or set back to zero if a prompt is\r
   needed.\r
 \r
   @param  CurrentRow  Used to figure out if its the end of the page and updated\r
@@ -118,12 +118,12 @@ EblAddCommandNotificationEvent (
 \r
 /**\r
   The user Entry Point for the driver. The user code starts with this function\r
-  as the real entry point for the image goes into a library that calls this \r
+  as the real entry point for the image goes into a library that calls this\r
   function.\r
 \r
-  @param[in] ImageHandle    The firmware allocated handle for the EFI image.  \r
+  @param[in] ImageHandle    The firmware allocated handle for the EFI image.\r
   @param[in] SystemTable    A pointer to the EFI System Table.\r
-  \r
+\r
   @retval EFI_SUCCESS       The entry point is executed successfully.\r
   @retval other             Some error occurs when executing this entry point.\r
 \r
@@ -141,7 +141,7 @@ EblAddExternalCommands (
 \r
   mAddExternalCmdLibTemplate     = EntryArray;\r
   mAddExternalCmdLibTemplateSize = ArrayCount;\r
-  \r
+\r
   EfiCreateProtocolNotifyEvent (\r
     &gEfiEblAddCommandProtocolGuid,\r
     TPL_CALLBACK,\r
@@ -149,7 +149,7 @@ EblAddExternalCommands (
     NULL,\r
     &mEblCommandRegistration\r
     );\r
-  \r
+\r
   return EFI_SUCCESS;\r
 }\r
 \r