diff options
Diffstat (limited to 'MdeModulePkg/Include/Protocol/GenericMemoryTest.h')
-rw-r--r-- | MdeModulePkg/Include/Protocol/GenericMemoryTest.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Protocol/GenericMemoryTest.h b/MdeModulePkg/Include/Protocol/GenericMemoryTest.h index 3b0614ad82..68905159d6 100644 --- a/MdeModulePkg/Include/Protocol/GenericMemoryTest.h +++ b/MdeModulePkg/Include/Protocol/GenericMemoryTest.h @@ -87,7 +87,9 @@ EFI_STATUS @param This Protocol instance pointer.
- @retval EFI_SUCCESS Successful.
+ @retval EFI_SUCCESS Success. Then free all the generic memory test driver
+ allocated resource and notify to platform memory
+ test driver that memory test finished.
**/
typedef
@@ -106,7 +108,7 @@ EFI_STATUS @param Length The compatible memory range's length.
@retval EFI_SUCCESS The compatible memory range pass the memory test.
- @retval EFI_INVALID_PARAMETER The compatible memory range must be below 16M.
+ @retval EFI_INVALID_PARAMETER The compatible memory range are not below Low 16M.
**/
typedef
|