diff options
author | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-15 13:32:34 +0000 |
---|---|---|
committer | pkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-15 13:32:34 +0000 |
commit | d0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f (patch) | |
tree | bc3ee359408a01a13ffe485dc5d6295dc7db74d8 /IntelFrameworkModulePkg/Include/Protocol | |
parent | e0e51f622aba7751dd7a8d52bcb735a0f4f03240 (diff) | |
download | edk2-platforms-d0bd68b21fcbb3caef0bc1581c3dbe3d77a0898f.tar.xz |
Committing changes to the comments, after review with engineers.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8950 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Protocol')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h | 2 | ||||
-rw-r--r-- | IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h | 2 | ||||
-rw-r--r-- | IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h b/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h index 819d5b499e..4445d98ff7 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h +++ b/IntelFrameworkModulePkg/Include/Protocol/IsaAcpi.h @@ -271,7 +271,7 @@ EFI_STATUS @param[in] This Pointer to the EFI_ISA_ACPI_PROTOCOL instance.
- @retval EFI_SUCCESS Successfully initialized the ISA interface.
+ @retval EFI_SUCCESS Successfully initialized all required hardware states.
@retval Other The ISA interface could not be initialized.
**/
diff --git a/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h b/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h index a0d380878f..147916e1f9 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h +++ b/IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h @@ -53,7 +53,7 @@ typedef enum { @param This Pointer to this protocol instance.
@param Instance The visible image instance is found.
@param Format Format of the image. Examples: BMP, JPEG.
- @param ImageData Image data returned.
+ @param ImageData Image data for the badge file. Currently only supports the .bmp file format.
@param ImageSize Size of the image returned.
@param Attribute Display attributes of the image returned.
@param CoordinateX X coordinate of the image.
diff --git a/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h b/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h index f8a73879a7..d5ee730aad 100644 --- a/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h +++ b/IntelFrameworkModulePkg/Include/Protocol/VgaMiniPort.h @@ -61,7 +61,7 @@ struct _EFI_VGA_MINI_PORT_PROTOCOL { ///
UINT64 VgaMemoryOffset;
///
- /// I/O Port address for the VGA CRTC address register Typically set to 0x3D4.
+ /// I/O Port address for the VGA CRTC address register. Typically set to 0x3D4.
///
UINT64 CrtcAddressRegisterOffset;
///
|