VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/HiiString.h

    r48674 r58459  
    8989  @retval EFI_SUCCESS            The string was returned successfully.
    9090  @retval EFI_NOT_FOUND          The string specified by StringId is not available.
    91   @retval EFI_NOT_FOUND          The string specified by StringId is available but
    92                                  not in the specified language.
    9391                                 The specified PackageList is not in the database.
     92  @retval EFI_INVALID_LANGUAGE    The string specified by StringId is available but
     93                                  not in the specified language.
    9494  @retval EFI_BUFFER_TOO_SMALL   The buffer specified by StringSize is too small to
    9595                                 hold the string.
    96   @retval EFI_INVALID_PARAMETER  The String or Language or StringSize was NULL.
    97   @retval EFI_OUT_OF_RESOURCES   There were insufficient resources to complete the
    98                                  request.
     96  @retval EFI_INVALID_PARAMETER   The Language or StringSize was NULL.
     97  @retval EFI_INVALID_PARAMETER   The value referenced by StringSize was not zero and
     98                                  String was NULL.
     99  @retval EFI_OUT_OF_RESOURCES    There were insufficient resources to complete the
     100                                  request.
    99101
    100102**/
     
    158160
    159161  @retval EFI_SUCCESS            The languages were returned successfully.
    160   @retval EFI_INVALID_PARAMETER  The Languages or LanguagesSize was NULL.
     162  @retval EFI_INVALID_PARAMETER  The LanguagesSize was NULL.
     163  @retval EFI_INVALID_PARAMETER  The value referenced by LanguagesSize is not zero
     164                                 and Languages is NULL.
    161165  @retval EFI_BUFFER_TOO_SMALL   The LanguagesSize is too small to hold the list of
    162166                                 supported languages. LanguageSize is updated to
     
    197201
    198202  @retval EFI_SUCCESS            Secondary languages were correctly returned.
    199   @retval EFI_INVALID_PARAMETER  PrimaryLanguage or SecondaryLanguages or
    200                                  SecondaryLanguagesSize was NULL.
     203  @retval EFI_INVALID_PARAMETER  PrimaryLanguage or SecondaryLanguagesSize was NULL.
     204  @retval EFI_INVALID_PARAMETER  The value referenced by SecondaryLanguagesSize is not
     205                                 zero and SecondaryLanguages is NULL.
    201206  @retval EFI_BUFFER_TOO_SMALL   The buffer specified by SecondaryLanguagesSize is
    202207                                 too small to hold the returned information.
     
    205210  @retval EFI_INVALID_LANGUAGE   The language specified by PrimaryLanguage is not
    206211                                 present in the specified package list.
    207   @retval EFI_NOT_FOUND          The specified PackageList is not in the Database.                               
     212  @retval EFI_NOT_FOUND          The specified PackageList is not in the Database.
    208213
    209214**/
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