Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
- Timestamp:
- Aug 14, 2024 1:16:30 PM (4 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
r101291 r105670 45 45 @retval EFI_INVALID_PARAMETER Time is NULL. 46 46 @retval EFI_DEVICE_ERROR The time could not be retrieved due to hardware error. 47 @retval EFI_UNSUPPORTED This call is not supported by this platform at the time the call is made. 48 The platform should describe this runtime service as unsupported at runtime 49 via an EFI_RT_PROPERTIES_TABLE configuration table. 47 50 48 51 **/ … … 76 79 @retval EFI_INVALID_PARAMETER A time field is out of range. 77 80 @retval EFI_DEVICE_ERROR The time could not be set due to hardware error. 81 @retval EFI_UNSUPPORTED This call is not supported by this platform at the time the call is made. 82 The platform should describe this runtime service as unsupported at runtime 83 via an EFI_RT_PROPERTIES_TABLE configuration table. 78 84 79 85 **/ … … 133 139 @retval EFI_INVALID_PARAMETER Any parameter is NULL. 134 140 @retval EFI_DEVICE_ERROR The wakeup time could not be retrieved due to a hardware error. 141 @retval EFI_UNSUPPORTED This call is not supported by this platform at the time the call is made. 142 The platform should describe this runtime service as unsupported at runtime 143 via an EFI_RT_PROPERTIES_TABLE configuration table. 135 144 136 145 **/ … … 167 176 @retval EFI_INVALID_PARAMETER A time field is out of range. 168 177 @retval EFI_DEVICE_ERROR The wakeup time could not be set due to a hardware error. 169 @retval EFI_UNSUPPORTED A wakeup timer is not supported on this platform. 178 @retval EFI_UNSUPPORTED This call is not supported by this platform at the time the call is made. 179 The platform should describe this runtime service as unsupported at runtime 180 via an EFI_RT_PROPERTIES_TABLE configuration table. 170 181 171 182 **/
Note:
See TracChangeset
for help on using the changeset viewer.