]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Correct files with CRLF line ending
authorLiming Gao <liming.gao@intel.com>
Thu, 28 Jul 2016 08:31:57 +0000 (16:31 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 29 Jul 2016 01:18:12 +0000 (09:18 +0800)
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.uni
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c

index f53cfb91081accda0985b8f8e4b7030dfee4035c..9a45076e07807a2bc38e1be8192745fe3067ebfd 100644 (file)
@@ -2,8 +2,8 @@
   Provides interface to advanced shell functionality for parsing both handle and protocol database.\r
 \r
   Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>\r
-  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
-  (C) Copyright 2013-2016 Hewlett-Packard Development Company, L.P.<BR>
+  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
+  (C) Copyright 2013-2016 Hewlett-Packard Development Company, L.P.<BR>\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
 #include <Library/HiiLib.h>\r
 #include <Library/ShellLib.h>\r
 #include <Library/SortLib.h>\r
-#include <Library/ShellCommandLib.h>
+#include <Library/ShellCommandLib.h>\r
 \r
 #define   EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION_V1   1\r
 #define   EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION_V2   2\r
index c5ea60d6562fbd2e5b3b358264c7f3b8b12ac1f5..aa6663d24752a1c9366d90e9f71520d09b893273 100644 (file)
                                                   "         GreenMask.......: %%H0x%08x%%N\r\n"\r
                                                   "         BlueMask........: %%H0x%08x%%N\r\n"\r
 \r
-#string STR_GOP_RES_LIST_MAIN     #language en-US "     Supported Resolution List\r\n"
-#string STR_GOP_RES_LIST_ENTRY    #language en-US "       Resolution[%%H%d%%N]:\r\n"
-                                                  "         Res Hor.........: %%H0x%08x%%N\r\n"
-                                                  "         Res Ver.........: %%H0x%08x%%N\r\n"
-
-#string STR_EDID_DISCOVERED_MAIN  #language en-US "     EDID Discovered Size : %%H0x%08x%%N\r\n"
-#string STR_EDID_DISCOVERED_DATA  #language en-US "     EDID Discovered Data :\r\n"
-#string STR_EDID_ACTIVE_MAIN      #language en-US "     EDID Active Size : %%H0x%08x%%N\r\n"
-#string STR_EDID_ACTIVE_DATA      #language en-US "     EDID Active Data :\r\n"
+#string STR_GOP_RES_LIST_MAIN     #language en-US "     Supported Resolution List\r\n"\r
+#string STR_GOP_RES_LIST_ENTRY    #language en-US "       Resolution[%%H%d%%N]:\r\n"\r
+                                                  "         Res Hor.........: %%H0x%08x%%N\r\n"\r
+                                                  "         Res Ver.........: %%H0x%08x%%N\r\n"\r
+\r
+#string STR_EDID_DISCOVERED_MAIN  #language en-US "     EDID Discovered Size : %%H0x%08x%%N\r\n"\r
+#string STR_EDID_DISCOVERED_DATA  #language en-US "     EDID Discovered Data :\r\n"\r
+#string STR_EDID_ACTIVE_MAIN      #language en-US "     EDID Active Size : %%H0x%08x%%N\r\n"\r
+#string STR_EDID_ACTIVE_DATA      #language en-US "     EDID Active Data :\r\n"\r
 \r
 #string STR_GET_SUPP_TYPES_FAILED         #language en-US "Unable to get supported types - %%H%r%%N\r\n"\r
 #string STR_SUPP_TYPE_HEADER              #language en-US "  Supported Information Types: \r\n"\r
index a096a12098f306ce98fe6264c1e08739cacd872a..faf2f516625f8eca9ffabdf0c8855e20c95bf36f 100644 (file)
@@ -2,7 +2,7 @@
   Provides interface to shell internal functions for shell commands.\r
 \r
   Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved. <BR>\r
-  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
+  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\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
@@ -44,7 +44,7 @@
 #include <Library/ShellLib.h>\r
 #include <Library/HiiLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
-#include <Library/UefiLib.h>
+#include <Library/UefiLib.h>\r
 \r
 typedef struct{\r
   LIST_ENTRY                  Link;\r
index 3e867fc514306510b4284aaca41cc226b4850752..337495e16892d324c2b222d4b87bdfefa31e5243 100644 (file)
@@ -2370,7 +2370,7 @@ PCI_CONFIG_SPACE  *mConfigSpace = NULL;
 STATIC CONST SHELL_PARAM_ITEM ParamList[] = {\r
   {L"-s", TypeValue},\r
   {L"-i", TypeFlag},\r
-  {L"-_e", TypeFlag},
+  {L"-_e", TypeFlag},\r
   {NULL, TypeMax}\r
   };\r
 \r
index 40fcdcdd1fbbaf6b1cd1edd0cafb03410ce270f6..d0106c0b55158914d6adcea97c047cabd2f35b07 100644 (file)
@@ -3,7 +3,7 @@
   And give a interface of query a string out of a table.\r
 \r
   Copyright (c) 2005 - 2015, Intel Corporation. All rights reserved.<BR>\r
-  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
+  (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\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
@@ -2304,26 +2304,26 @@ TABLE_ITEM  MemoryDeviceTypeTable[] = {
   {\r
     0x19,\r
     L"  FBD2"\r
-  },
-  {
-    0x1A,
-    L"  DDR4"
-  },
-  {
-    0x1B,
-    L"  LPDDR"
-  },
-  {
-    0x1C,
-    L"  LPDDR2"
-  },
-  {
-    0x1D,
-    L"  LPDDR3"
-  },
-  {
-    0x1E,
-    L"  LPDDR4"
+  },\r
+  {\r
+    0x1A,\r
+    L"  DDR4"\r
+  },\r
+  {\r
+    0x1B,\r
+    L"  LPDDR"\r
+  },\r
+  {\r
+    0x1C,\r
+    L"  LPDDR2"\r
+  },\r
+  {\r
+    0x1D,\r
+    L"  LPDDR3"\r
+  },\r
+  {\r
+    0x1E,\r
+    L"  LPDDR4"\r
   }\r
 };\r
 \r