]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GenPage/GenPage.c
Sync BaseTools Branch (version r2271) to EDKII main trunk.
[mirror_edk2.git] / BaseTools / Source / C / GenPage / GenPage.c
index c72011045cfdcfb6e942cf0af7ff05b645646148..e92bcf5d9e978040df3c4906b0aadbd33ee6d58b 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<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
@@ -63,7 +63,7 @@ UINT32 gPageTableOffsetInFile = EFI_PAGE_BASE_OFFSET_IN_LDR;
 //\r
 // Utility Name\r
 //\r
-#define UTILITY_NAME  "GenBootSector"\r
+#define UTILITY_NAME  "GenPage"\r
 \r
 //\r
 // Utility version information\r
@@ -92,7 +92,7 @@ Returns:
 --*/\r
 {\r
   printf ("%s v%d.%d -Utility to generate the EfiLoader image containing page table.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION);\r
-  printf ("Copyright (c) 2008 - 2010 Intel Corporation. All rights reserved.\n");\r
+  printf ("Copyright (c) 2008 - 2011 Intel Corporation. All rights reserved.\n");\r
 }\r
 \r
 VOID\r
@@ -103,14 +103,21 @@ Usage (
   Version();\r
   printf ("\nUsage: \n\\r
    GenPage\n\\r
-     -o, --output Filename containing page table\n\\r
-     [-b, --baseaddr baseaddress of page table]\n\\r
-     [-f, --offset offset in the file that page table will reside]\n\\r
-     [-v, --verbose]\n\\r
-     [--version]\n\\r
-     [-q, --quiet disable all messages except fatal errors]\n\\r
-     [-d, --debug[#]\n\\r
-     [-h, --help]\n\\r
+     -o, --output Filename\n\\r
+                        The file that contains both non-page table part and\n\\r
+                        page table\n\\r
+     [-b, --baseaddr baseaddress]\n\\r
+                        The page table location\n\\r
+     [-f, --offset offset]\n\\r
+                        The position that the page table will appear in the\n\\r
+                        output file\n\\r
+     [-v, --verbose]    Turn on verbose output with informational messages\n\\r
+                        printed\n\\r
+     [--version]        Print version and copyright of this program and exit\n\\r
+     [-q, --quiet]      Disable all messages except unrecoverable errors\n\\r
+     [-d, --debug[#]]   Enable debug messages, at level #\n\\r
+     [-h, --help]       Print copyright, version and usage of this program\n\\r
+                        and exit\n\\r
      EfiLoaderImageName\n");\r
 \r
 }\r