VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139865
Message:

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

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto/Driver.c

    r80721 r85718  
    2323                                     to the existing child handle.
    2424
    25   @retval EFI_SUCCES                 The protocol was added to ChildHandle.
     25  @retval EFI_SUCCESS                The protocol was added to ChildHandle.
    2626  @retval EFI_INVALID_PARAMETER      ChildHandle is NULL.
    2727  @retval EFI_OUT_OF_RESOURCES       There are not enough resources available to
     
    100100  @param[in]  ChildHandle        Handle of the child to destroy.
    101101
    102   @retval EFI_SUCCES             The protocol was removed from ChildHandle.
     102  @retval EFI_SUCCESS            The protocol was removed from ChildHandle.
    103103  @retval EFI_UNSUPPORTED        ChildHandle does not support the protocol that
    104104                                 is being removed.
     
    194194  @param[in]  SystemTable  The system table.
    195195
    196   @retval EFI_SUCCES       The service binding protocols is successfully installed.
     196  @retval EFI_SUCCESS      The service binding protocols is successfully installed.
    197197  @retval Others           Other errors as indicated.
    198198
  • trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto/Driver.h

    r80721 r85718  
    8080                                     to the existing child handle.
    8181
    82   @retval EFI_SUCCES                 The protocol was added to ChildHandle.
     82  @retval EFI_SUCCESS                The protocol was added to ChildHandle.
    8383  @retval EFI_INVALID_PARAMETER      ChildHandle is NULL.
    8484  @retval EFI_OUT_OF_RESOURCES       There are not enough resources available to
     
    105105  @param[in]  ChildHandle        Handle of the child to destroy.
    106106
    107   @retval EFI_SUCCES             The protocol was removed from ChildHandle.
     107  @retval EFI_SUCCESS            The protocol was removed from ChildHandle.
    108108  @retval EFI_UNSUPPORTED        ChildHandle does not support the protocol that
    109109                                 is being removed.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c

    r80721 r85718  
    8888  the specified memory. After this function has been called, the Hash context cannot
    8989  be used again.
    90   Hash context should be already correctly intialized by HashInit(), and should not be
     90  Hash context should be already correctly initialized by HashInit(), and should not be
    9191  finalized by HashFinal(). Behavior with invalid Hash context is undefined.
    9292
  • trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf

    r80721 r85718  
    22#  Produces the UEFI HASH2 protocol
    33#
    4 #  This module will use EDKII crypto libary to HASH2 protocol.
     4#  This module will use EDKII crypto library to HASH2 protocol.
    55#
    66#  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
  • trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni

    r80721 r85718  
    22// Produces the UEFI HASH2 protocol
    33//
    4 // This module will use EDKII crypto libary to HASH2 protocol.
     4// This module will use EDKII crypto library to HASH2 protocol.
    55//
    66// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
     
    1313#string STR_MODULE_ABSTRACT             #language en-US "Produces UEFI HASH2 protocol"
    1414
    15 #string STR_MODULE_DESCRIPTION          #language en-US "This module will use EDKII crypto libary to HASH2 protocol."
     15#string STR_MODULE_DESCRIPTION          #language en-US "This module will use EDKII crypto library to HASH2 protocol."
    1616
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