VirtualBox

Ignore:
Timestamp:
Aug 14, 2024 1:16:30 PM (4 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c

    r101291 r105670  
    4545  @retval EFI_INVALID_PARAMETER Time is NULL.
    4646  @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.
    4750
    4851**/
     
    7679  @retval EFI_INVALID_PARAMETER A time field is out of range.
    7780  @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.
    7884
    7985**/
     
    133139  @retval EFI_INVALID_PARAMETER Any parameter is NULL.
    134140  @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.
    135144
    136145**/
     
    167176  @retval EFI_INVALID_PARAMETER A time field is out of range.
    168177  @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.
    170181
    171182**/
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette