VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (5 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Udp4Dxe/Udp4Driver.c

    r80721 r85718  
    287287                         then the protocol is added to the existing UEFI handle.
    288288
    289   @retval EFI_SUCCES            The protocol was added to ChildHandle.
     289  @retval EFI_SUCCESS           The protocol was added to ChildHandle.
    290290  @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
    291291  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create
     
    422422  @param[in] ChildHandle Handle of the child to destroy
    423423
    424   @retval EFI_SUCCES            The protocol was removed from ChildHandle.
     424  @retval EFI_SUCCESS           The protocol was removed from ChildHandle.
    425425  @retval EFI_UNSUPPORTED       ChildHandle does not support the protocol that is being removed.
    426426  @retval EFI_INVALID_PARAMETER Child handle is NULL.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Udp4Dxe/Udp4Driver.h

    r80721 r85718  
    106106                         then the protocol is added to the existing UEFI handle.
    107107
    108   @retval EFI_SUCCES            The protocol was added to ChildHandle.
     108  @retval EFI_SUCCESS           The protocol was added to ChildHandle.
    109109  @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
    110110  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create
     
    130130  @param[in] ChildHandle Handle of the child to destroy
    131131
    132   @retval EFI_SUCCES            The protocol was removed from ChildHandle.
     132  @retval EFI_SUCCESS           The protocol was removed from ChildHandle.
    133133  @retval EFI_UNSUPPORTED       ChildHandle does not support the protocol that is being removed.
    134134  @retval EFI_INVALID_PARAMETER Child handle is NULL.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Udp4Dxe/Udp4Dxe.inf

    r80721 r85718  
    4141[Packages]
    4242  MdePkg/MdePkg.dec
    43   MdeModulePkg/MdeModulePkg.dec
    4443  NetworkPkg/NetworkPkg.dec
    4544
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Udp4Dxe/Udp4Impl.c

    r80721 r85718  
    120120                                 from the received udp datagram.
    121121
    122   @retval TRUE       The udp datagram matches the receiving requirments of the
     122  @retval TRUE       The udp datagram matches the receiving requirements of the
    123123                     udp Instance.
    124124  @retval FALSE      Otherwise.
     
    440440
    441441/**
    442   This function intializes the new created udp instance.
     442  This function initializes the new created udp instance.
    443443
    444444  @param[in]      Udp4Service       Pointer to the UDP4_SERVICE_DATA.
     
    852852    if ((UdpSessionData->DestinationPort == 0) && (ConfigData->RemotePort == 0)) {
    853853      //
    854       // Ambiguous, no avalaible DestinationPort for this token.
     854      // Ambiguous, no available DestinationPort for this token.
    855855      //
    856856      return EFI_INVALID_PARAMETER;
     
    865865  } else if (EFI_IP4_EQUAL (&ConfigData->RemoteAddress, &mZeroIp4Addr)) {
    866866    //
    867     // the configured RemoteAddress is all zero, and the user doens't override the
     867    // the configured RemoteAddress is all zero, and the user doesn't override the
    868868    // destination address.
    869869    //
     
    923923
    924924  @param[in]  Packet             Pointer to the NET_BUF contains the udp datagram.
    925   @param[in]  HeadSum            Checksum of the pseudo header execpt the length
     925  @param[in]  HeadSum            Checksum of the pseudo header except the length
    926926                                 field.
    927927
     
    12651265                                 from the received udp datagram.
    12661266
    1267   @retval TRUE       The udp datagram matches the receiving requirments of the
     1267  @retval TRUE       The udp datagram matches the receiving requirements of the
    12681268                     udp Instance.
    12691269  @retval FALSE      Otherwise.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Udp4Dxe/Udp4Impl.h

    r80721 r85718  
    441441
    442442/**
    443   This function intializes the new created udp instance.
     443  This function initializes the new created udp instance.
    444444
    445445  @param[in]      Udp4Service       Pointer to the UDP4_SERVICE_DATA.
     
    575575
    576576  @param[in]  Packet             Pointer to the NET_BUF contains the udp datagram.
    577   @param[in]  HeadSum            Checksum of the pseudo header execpt the length
     577  @param[in]  HeadSum            Checksum of the pseudo header except the length
    578578                                 field.
    579579
  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/Udp4Dxe/Udp4Main.c

    r80721 r85718  
    368368  // datagrams from the 0 station address IP instance and then UDP delivers to
    369369  // the matched instance. This copy of multicast IPs is used to avoid receive
    370   // the mutlicast datagrams destined to multicast IPs the other instances configured.
     370  // the multicast datagrams destined to multicast IPs the other instances configured.
    371371  //
    372372  if (JoinFlag) {
     
    845845
    846846  //
    847   // Cancle the tokens specified by Token for this instance.
     847  // Cancel the tokens specified by Token for this instance.
    848848  //
    849849  Status = Udp4InstanceCancelToken (Instance, Token);
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