]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/FwVolDriver.h
Don't align image address for TeImage, because TeImage section alignment is undefined.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / FwVolDriver.h
index 6c2f1b9d8ab151664536f6e156553e5a1b0c8f23..5acbacc7c7c15f5b4493bc990bb127684e52ce8b 100644 (file)
@@ -51,10 +51,10 @@ typedef struct {
   Retrieves attributes, insures positive polarity of attribute bits, returns\r
   resulting attributes in output parameter.\r
 \r
-  @param  This             Calling context\r
-  @param  Attributes       output buffer which contains attributes\r
+  @param  This             Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
+  @param  Attributes       output buffer which contains attributes.\r
 \r
-  @retval EFI_SUCCESS      Successfully got volume attributes\r
+  @retval EFI_SUCCESS      Successfully got volume attributes.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -68,9 +68,9 @@ FvGetVolumeAttributes (
 /**\r
   Sets current attributes for volume\r
 \r
-  @param  This             Calling context\r
+  @param  This             Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
   @param  Attributes       At input, contains attributes to be set.  At output\r
-                           contains new value of FV\r
+                           contains new value of FV.\r
 \r
   @retval EFI_UNSUPPORTED  Could not be set.\r
 \r
@@ -86,7 +86,7 @@ FvSetVolumeAttributes (
 /**\r
   Given the input key, search for the next matching file in the volume.\r
 \r
-  @param  This                       Indicates the calling context.\r
+  @param  This                       Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
   @param  Key                        Key is a pointer to a caller allocated\r
                                      buffer that contains implementation specific\r
                                      data that is used to track where to begin\r
@@ -146,7 +146,7 @@ FvGetNextFile (
   Locates a file in the firmware volume and\r
   copies it to the supplied buffer.\r
 \r
-  @param  This                       Indicates the calling context.\r
+  @param  This                       Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
   @param  NameGuid                   Pointer to an EFI_GUID, which is the\r
                                      filename.\r
   @param  Buffer                     Buffer is a pointer to pointer to a buffer\r
@@ -199,7 +199,7 @@ FvReadFile (
   Locates a section in a given FFS File and\r
   copies it to the supplied buffer (not including section header).\r
 \r
-  @param  This                       Indicates the calling context.\r
+  @param  This                       Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
   @param  NameGuid                   Pointer to an EFI_GUID, which is the\r
                                      filename.\r
   @param  SectionType                Indicates the section type to return.\r
@@ -239,7 +239,7 @@ FvReadFileSection (
 /**\r
   Writes one or more files to the firmware volume.\r
 \r
-  @param  This                   Indicates the calling context.\r
+  @param  This                   Pointer to EFI_FIRMWARE_VOLUME2_PROTOCOL.\r
   @param  NumberOfFiles          Number of files.\r
   @param  WritePolicy            WritePolicy indicates the level of reliability\r
                                  for the write in the event of a power failure or\r