VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103777
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h

    r48674 r58466  
    5353  the Length byte, word, or a block of data.
    5454
    55   @param  SmbusOperation  Signifies which particular SMBus hardware protocol 
     55  @param  SmbusOperation  Signifies which particular SMBus hardware protocol
    5656                          instance that it will use to execute the SMBus transactions.
    5757  @param  SmBusAddress    The address that encodes the SMBUS Slave Address,
    5858                          SMBUS Command, SMBUS Data Length, and PEC.
    59   @param  Length          Signifies the number of bytes that this operation will 
    60                           do. The maximum number of bytes can be revision specific 
     59  @param  Length          Signifies the number of bytes that this operation will
     60                          do. The maximum number of bytes can be revision specific
    6161                          and operation specific.
    62   @param  Buffer          Contains the value of data to execute to the SMBus slave 
    63                           device. Not all operations require this argument. The 
     62  @param  Buffer          Contains the value of data to execute to the SMBus slave
     63                          device. Not all operations require this argument. The
    6464                          length of this buffer is identified by Length.
    6565  @param  Status          Return status for the executed command.
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLib.c

    r48674 r58466  
    4747  the Length byte, word, or a block of data.
    4848
    49   @param  SmbusOperation  Signifies which particular SMBus hardware protocol instance 
     49  @param  SmbusOperation  Signifies which particular SMBus hardware protocol instance
    5050                          that it will use to execute the SMBus transactions.
    5151  @param  SmBusAddress    The address that encodes the SMBUS Slave Address,
    5252                          SMBUS Command, SMBUS Data Length, and PEC.
    53   @param  Length          Signifies the number of bytes that this operation will 
    54                           do. The maximum number of bytes can be revision specific 
     53  @param  Length          Signifies the number of bytes that this operation will
     54                          do. The maximum number of bytes can be revision specific
    5555                          and operation specific.
    56   @param  Buffer          Contains the value of data to execute to the SMBus slave 
    57                           device. Not all operations require this argument. The 
     56  @param  Buffer          Contains the value of data to execute to the SMBus slave
     57                          device. Not all operations require this argument. The
    5858                          length of this buffer is identified by Length.
    5959  @param  Status          Return status for the executed command.
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf

    r58459 r58466  
    4747
    4848[Depex.common.PEIM]
    49   gEfiPeiSmbus2PpiGuid 
     49  gEfiPeiSmbus2PpiGuid
    5050
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiSmbusLibSmbus2Ppi/SmbusLib.c

    r48674 r58466  
    3232                        This is an optional parameter and may be NULL.
    3333                        RETURN_SUCCESS:  The SMBUS command was executed.
    34                         RETURN_TIMEOUT:  A timeout occurred while executing the 
    35                         SMBUS command.
    36                         RETURN_DEVICE_ERROR: The request was not completed because 
    37                         a failure reflected in the Host Status Register bit. 
    38                         Device errors are a result of a transaction collision, 
     34                        RETURN_TIMEOUT:  A timeout occurred while executing the
     35                        SMBUS command.
     36                        RETURN_DEVICE_ERROR: The request was not completed because
     37                        a failure reflected in the Host Status Register bit.
     38                        Device errors are a result of a transaction collision,
    3939                        illegal command field, unclaimed cycle
    4040                        (host initiated), or bus errors (collisions).
     
    7373                        This is an optional parameter and may be NULL.
    7474                        RETURN_SUCCESS: The SMBUS command was executed.
    75                         RETURN_TIMEOUT: A timeout occurred while executing the 
    76                         SMBUS command.
    77                         RETURN_DEVICE_ERROR:  The request was not completed because 
    78                         a failure reflected in the Host Status Register bit.  Device 
    79                         errors are a result of a transaction collision, illegal 
    80                         command field, unclaimed cycle (host initiated), or bus 
     75                        RETURN_TIMEOUT: A timeout occurred while executing the
     76                        SMBUS command.
     77                        RETURN_DEVICE_ERROR:  The request was not completed because
     78                        a failure reflected in the Host Status Register bit.  Device
     79                        errors are a result of a transaction collision, illegal
     80                        command field, unclaimed cycle (host initiated), or bus
    8181                        errors (collisions).
    8282                        RETURN_UNSUPPORTED::  The SMBus operation is not supported.
     
    114114                        This is an optional parameter and may be NULL.
    115115                        RETURN_SUCCESS: The SMBUS command was executed.
    116                         RETURN_TIMEOUT: A timeout occurred while executing the 
    117                         SMBUS command.
    118                         RETURN_DEVICE_ERROR:  The request was not completed because 
    119                         a failure reflected in the Host Status Register bit. 
    120                         Device errors are a result of a transaction collision, 
     116                        RETURN_TIMEOUT: A timeout occurred while executing the
     117                        SMBUS command.
     118                        RETURN_DEVICE_ERROR:  The request was not completed because
     119                        a failure reflected in the Host Status Register bit.
     120                        Device errors are a result of a transaction collision,
    121121                        illegal command field, unclaimed cycle (host initiated),
    122122                        or bus errors (collisions).
     
    162162                        This is an optional parameter and may be NULL.
    163163                        RETURN_SUCCESS: The SMBUS command was executed.
    164                         RETURN_TIMEOUT: A timeout occurred while executing the 
    165                         SMBUS command.
    166                         RETURN_DEVICE_ERROR:  The request was not completed because 
    167                         a failure reflected in the Host Status Register bit.  Device 
    168                         errors are a result of a transaction collision, illegal 
    169                         command field, unclaimed cycle (host initiated), or bus 
     164                        RETURN_TIMEOUT: A timeout occurred while executing the
     165                        SMBUS command.
     166                        RETURN_DEVICE_ERROR:  The request was not completed because
     167                        a failure reflected in the Host Status Register bit.  Device
     168                        errors are a result of a transaction collision, illegal
     169                        command field, unclaimed cycle (host initiated), or bus
    170170                        errors (collisions).
    171171                        RETURN_CRC_ERROR:  The checksum is not correct. (PEC is incorrect.)
     
    210210                        This is an optional parameter and may be NULL.
    211211                        RETURN_SUCCESS: The SMBUS command was executed.
    212                         RETURN_TIMEOUT: A timeout occurred while executing the 
    213                         SMBUS command.
    214                         RETURN_DEVICE_ERROR:  The request was not completed because 
    215                         a failure reflected in the Host Status Register bit. 
    216                         Device errors are a result of a transaction collision, 
     212                        RETURN_TIMEOUT: A timeout occurred while executing the
     213                        SMBUS command.
     214                        RETURN_DEVICE_ERROR:  The request was not completed because
     215                        a failure reflected in the Host Status Register bit.
     216                        Device errors are a result of a transaction collision,
    217217                        illegal command field, unclaimed cycle (host initiated),
    218218                       or bus errors (collisions).
     
    257257                        This is an optional parameter and may be NULL.
    258258                        RETURN_SUCCESS: The SMBUS command was executed.
    259                         RETURN_TIMEOUT: A timeout occurred while executing the 
    260                         SMBUS command.
    261                         RETURN_DEVICE_ERROR:  The request was not completed because 
    262                         a failure reflected in the Host Status Register bit. 
    263                         Device errors are a result of a transaction collision, 
     259                        RETURN_TIMEOUT: A timeout occurred while executing the
     260                        SMBUS command.
     261                        RETURN_DEVICE_ERROR:  The request was not completed because
     262                        a failure reflected in the Host Status Register bit.
     263                        Device errors are a result of a transaction collision,
    264264                        illegal command field, unclaimed cycle (host initiated),
    265265                        or bus errors (collisions).
     
    298298  If Length in SmBusAddress is not zero, then ASSERT().
    299299  If any reserved bits of SmBusAddress are set, then ASSERT().
    300  
    301   @param  SmBusAddress  The address that encodes the SMBUS Slave Address,
    302                         SMBUS Command, SMBUS Data Length, and PEC.
    303   @param  Status        Return status for the executed command.
    304                         This is an optional parameter and may be NULL.
    305                         RETURN_SUCCESS: The SMBUS command was executed.
    306                         RETURN_TIMEOUT: A timeout occurred while executing the 
    307                         SMBUS command.
    308                         RETURN_DEVICE_ERROR:  The request was not completed because 
    309                         a failure reflected in the Host Status Register bit. 
    310                         Device errors are a result of a transaction collision, 
     300
     301  @param  SmBusAddress  The address that encodes the SMBUS Slave Address,
     302                        SMBUS Command, SMBUS Data Length, and PEC.
     303  @param  Status        Return status for the executed command.
     304                        This is an optional parameter and may be NULL.
     305                        RETURN_SUCCESS: The SMBUS command was executed.
     306                        RETURN_TIMEOUT: A timeout occurred while executing the
     307                        SMBUS command.
     308                        RETURN_DEVICE_ERROR:  The request was not completed because
     309                        a failure reflected in the Host Status Register bit.
     310                        Device errors are a result of a transaction collision,
    311311                        illegal command field, unclaimed cycle (host initiated),
    312312                        or bus errors (collisions).
     
    351351                        This is an optional parameter and may be NULL.
    352352                        RETURN_SUCCESS: The SMBUS command was executed.
    353                         RETURN_TIMEOUT: A timeout occurred while executing the 
    354                         SMBUS command.
    355                         RETURN_DEVICE_ERROR:  The request was not completed because 
    356                         a failure reflected in the Host Status Register bit. 
    357                         Device errors are a result of a transaction collision, 
     353                        RETURN_TIMEOUT: A timeout occurred while executing the
     354                        SMBUS command.
     355                        RETURN_DEVICE_ERROR:  The request was not completed because
     356                        a failure reflected in the Host Status Register bit.
     357                        Device errors are a result of a transaction collision,
    358358                        illegal command field, unclaimed cycle (host initiated),
    359359                        or bus errors (collisions).
     
    400400                        This is an optional parameter and may be NULL.
    401401                        RETURN_SUCCESS: The SMBUS command was executed.
    402                         RETURN_TIMEOUT: A timeout occurred while executing the 
    403                         SMBUS command.
    404                         RETURN_DEVICE_ERROR:  The request was not completed because 
    405                         a failure reflected in the Host Status Register bit. 
    406                         Device errors are a result of a transaction collision, 
     402                        RETURN_TIMEOUT: A timeout occurred while executing the
     403                        SMBUS command.
     404                        RETURN_DEVICE_ERROR:  The request was not completed because
     405                        a failure reflected in the Host Status Register bit.
     406                        Device errors are a result of a transaction collision,
    407407                        illegal command field, unclaimed cycle (host initiated),
    408408                        or bus errors (collisions).
     
    449449                        This is an optional parameter and may be NULL.
    450450                        RETURN_SUCCESS: The SMBUS command was executed.
    451                         RETURN_TIMEOUT: A timeout occurred while executing the 
    452                         SMBUS command.
    453                         RETURN_DEVICE_ERROR:  The request was not completed because 
    454                         a failure reflected in the Host Status Register bit. 
    455                         Device errors are a result of a transaction collision, 
    456                         illegal command field, unclaimed cycle (host initiated), 
     451                        RETURN_TIMEOUT: A timeout occurred while executing the
     452                        SMBUS command.
     453                        RETURN_DEVICE_ERROR:  The request was not completed because
     454                        a failure reflected in the Host Status Register bit.
     455                        Device errors are a result of a transaction collision,
     456                        illegal command field, unclaimed cycle (host initiated),
    457457                        or bus errors (collisions).
    458458                        RETURN_CRC_ERROR:  The checksum is not correct. (PEC is incorrect.)
     
    484484  Bytes are written to the SMBUS from Buffer.
    485485  The number of bytes written is returned, and will never return a value larger than 32-bytes.
    486   If Status is not NULL, then the status of the executed command is returned in Status. 
     486  If Status is not NULL, then the status of the executed command is returned in Status.
    487487  If Length in SmBusAddress is zero or greater than 32, then ASSERT().
    488488  If Buffer is NULL, then ASSERT().
     
    494494  @param  Status        Return status for the executed command.
    495495                        This is an optional parameter and may be NULL.
    496                         RETURN_TIMEOUT: A timeout occurred while executing the 
    497                         SMBUS command.
    498                         RETURN_DEVICE_ERROR:  The request was not completed because 
    499                         a failure reflected in the Host Status Register bit. 
    500                         Device errors are a result of a transaction collision, 
    501                         illegal command field, unclaimed cycle (host initiated), 
     496                        RETURN_TIMEOUT: A timeout occurred while executing the
     497                        SMBUS command.
     498                        RETURN_DEVICE_ERROR:  The request was not completed because
     499                        a failure reflected in the Host Status Register bit.
     500                        Device errors are a result of a transaction collision,
     501                        illegal command field, unclaimed cycle (host initiated),
    502502                        or bus errors (collisions).
    503503                        RETURN_CRC_ERROR:  The checksum is not correct (PEC is incorrect)
     
    546546  @param  Status        Return status for the executed command.
    547547                        This is an optional parameter and may be NULL.
    548                         RETURN_TIMEOUT: A timeout occurred while executing the 
    549                         SMBUS command.
    550                         RETURN_DEVICE_ERROR:  The request was not completed because 
    551                         a failure reflected in the Host Status Register bit. 
    552                         Device errors are a result of a transaction collision, 
    553                         illegal command field, unclaimed cycle (host initiated), 
     548                        RETURN_TIMEOUT: A timeout occurred while executing the
     549                        SMBUS command.
     550                        RETURN_DEVICE_ERROR:  The request was not completed because
     551                        a failure reflected in the Host Status Register bit.
     552                        Device errors are a result of a transaction collision,
     553                        illegal command field, unclaimed cycle (host initiated),
    554554                        or bus errors (collisions).
    555555                        RETURN_CRC_ERROR  The checksum is not correct. (PEC is incorrect.)
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