VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
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:
4 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h

    r48674 r58466  
    22  Internal include file of DXE CPU IO Library.
    33  It includes all necessary protocol/library class's header file
    4   for implementation of IoLib library instance. It is included 
     4  for implementation of IoLib library instance. It is included
    55  all source code of this library instance.
    6  
     6
    77  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
    88  This program and the accompanying materials
     
    108108  @param  Width         The width of the I/O operation.
    109109  @param  Data          The value to write to the I/O port.
    110  
     110
    111111  @return Data read from registers in the EFI system memory space.
    112112
  • trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c

    r48674 r58466  
    11/** @file
    22  I/O Library.
    3   The implementation of I/O operation for this library instance 
     3  The implementation of I/O operation for this library instance
    44  are based on EFI_CPU_IO_PROTOCOL.
    5  
     5
    66  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
    77  This program and the accompanying materials
     
    154154  @param  Width         The width of the I/O operation.
    155155  @param  Data          The value to write to the I/O port.
    156  
     156
    157157  @return Data read from registers in the EFI system memory space.
    158158
     
    230230
    231231  If Port is not aligned on a 16-bit boundary, then ASSERT().
    232  
     232
    233233  If 16-bit I/O port operations are not supported, then ASSERT().
    234234
     
    288288  This function must guarantee that all I/O read and write operations are
    289289  serialized.
    290  
     290
    291291  If Port is not aligned on a 32-bit boundary, then ASSERT().
    292292
     
    379379
    380380  If Port is not aligned on a 64-bit boundary, then ASSERT().
    381  
     381
    382382  If 64-bit I/O port operations are not supported, then ASSERT().
    383383
     
    456456
    457457  If Address is not aligned on a 16-bit boundary, then ASSERT().
    458  
     458
    459459  If 16-bit MMIO register operations are not supported, then ASSERT().
    460460
     
    485485
    486486  If Address is not aligned on a 16-bit boundary, then ASSERT().
    487  
     487
    488488  If 16-bit MMIO register operations are not supported, then ASSERT().
    489489
     
    514514
    515515  If Address is not aligned on a 32-bit boundary, then ASSERT().
    516  
     516
    517517  If 32-bit MMIO register operations are not supported, then ASSERT().
    518518
     
    543543
    544544  If Address is not aligned on a 32-bit boundary, then ASSERT().
    545  
     545
    546546  If 32-bit MMIO register operations are not supported, then ASSERT().
    547547
     
    572572
    573573  If Address is not aligned on a 64-bit boundary, then ASSERT().
    574  
     574
    575575  If 64-bit MMIO register operations are not supported, then ASSERT().
    576576
     
    601601
    602602  If Address is not aligned on a 64-bit boundary, then ASSERT().
    603  
     603
    604604  If 64-bit MMIO register operations are not supported, then ASSERT().
    605605
  • trunk/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLibMmioBuffer.c

    r48674 r58466  
    7171
    7272  If Length is not aligned on a 16-bit boundary, then ASSERT().
    73  
     73
    7474  If Buffer is not aligned on a 16-bit boundary, then ASSERT().
    7575
     
    174174
    175175  If Length is not aligned on a 64-bit boundary, then ASSERT().
    176  
     176
    177177  If Buffer is not aligned on a 64-bit boundary, then ASSERT().
    178178
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