VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156854
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, 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/Library/TemplateRealTimeClockLib/RealTimeClockLib.c

    r85718 r99404  
    1515#include <Library/IoLib.h>
    1616#include <Library/RealTimeClockLib.h>
    17 
    1817
    1918/**
     
    4342}
    4443
    45 
    4644/**
    4745  Sets the current local time and date information.
     
    5149  @retval EFI_SUCCESS           The operation completed successfully.
    5250  @retval EFI_INVALID_PARAMETER A time field is out of range.
    53   @retval EFI_DEVICE_ERROR      The time could not be set due due to hardware error.
     51  @retval EFI_DEVICE_ERROR      The time could not be set due to hardware error.
    5452
    5553**/
     
    5755EFIAPI
    5856LibSetTime (
    59   IN EFI_TIME                *Time
     57  IN EFI_TIME  *Time
    6058  )
    6159{
     
    6563  return EFI_DEVICE_ERROR;
    6664}
    67 
    6865
    6966/**
     
    8279EFIAPI
    8380LibGetWakeupTime (
    84   OUT BOOLEAN     *Enabled,
    85   OUT BOOLEAN     *Pending,
    86   OUT EFI_TIME    *Time
     81  OUT BOOLEAN   *Enabled,
     82  OUT BOOLEAN   *Pending,
     83  OUT EFI_TIME  *Time
    8784  )
    8885{
     
    9087  return EFI_UNSUPPORTED;
    9188}
    92 
    9389
    9490/**
     
    108104EFIAPI
    109105LibSetWakeupTime (
    110   IN BOOLEAN      Enabled,
    111   OUT EFI_TIME    *Time
     106  IN BOOLEAN    Enabled,
     107  OUT EFI_TIME  *Time
    112108  )
    113109{
     
    115111  return EFI_UNSUPPORTED;
    116112}
    117 
    118 
    119113
    120114/**
     
    131125EFIAPI
    132126LibRtcInitialize (
    133   IN EFI_HANDLE                            ImageHandle,
    134   IN EFI_SYSTEM_TABLE                      *SystemTable
     127  IN EFI_HANDLE        ImageHandle,
     128  IN EFI_SYSTEM_TABLE  *SystemTable
    135129  )
    136130{
     
    140134  return EFI_SUCCESS;
    141135}
    142 
    143136
    144137/**
     
    153146EFIAPI
    154147LibRtcVirtualNotifyEvent (
    155   IN EFI_EVENT        Event,
    156   IN VOID             *Context
     148  IN EFI_EVENT  Event,
     149  IN VOID       *Context
    157150  )
    158151{
     
    165158  return;
    166159}
    167 
    168 
    169 
Note: See TracChangeset for help on using the changeset viewer.

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