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:
4 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmIoLibSmmCpuIo2/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) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
    77  This program and the accompanying materials
     
    119119  @param  Width         The width of the I/O operation.
    120120  @param  Data          The value to write to the I/O port.
    121  
     121
    122122  @return Data read from registers in the EFI system memory space.
    123123
     
    195195
    196196  If Port is not aligned on a 16-bit boundary, then ASSERT().
    197  
     197
    198198  If 16-bit I/O port operations are not supported, then ASSERT().
    199199
     
    253253  This function must guarantee that all I/O read and write operations are
    254254  serialized.
    255  
     255
    256256  If Port is not aligned on a 32-bit boundary, then ASSERT().
    257257
     
    344344
    345345  If Port is not aligned on a 64-bit boundary, then ASSERT().
    346  
     346
    347347  If 64-bit I/O port operations are not supported, then ASSERT().
    348348
     
    421421
    422422  If Address is not aligned on a 16-bit boundary, then ASSERT().
    423  
     423
    424424  If 16-bit MMIO register operations are not supported, then ASSERT().
    425425
     
    450450
    451451  If Address is not aligned on a 16-bit boundary, then ASSERT().
    452  
     452
    453453  If 16-bit MMIO register operations are not supported, then ASSERT().
    454454
     
    479479
    480480  If Address is not aligned on a 32-bit boundary, then ASSERT().
    481  
     481
    482482  If 32-bit MMIO register operations are not supported, then ASSERT().
    483483
     
    508508
    509509  If Address is not aligned on a 32-bit boundary, then ASSERT().
    510  
     510
    511511  If 32-bit MMIO register operations are not supported, then ASSERT().
    512512
     
    537537
    538538  If Address is not aligned on a 64-bit boundary, then ASSERT().
    539  
     539
    540540  If 64-bit MMIO register operations are not supported, then ASSERT().
    541541
     
    566566
    567567  If Address is not aligned on a 64-bit boundary, then ASSERT().
    568  
     568
    569569  If 64-bit MMIO register operations are not supported, then ASSERT().
    570570
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c

    r48674 r58466  
    6868
    6969  If Length is not aligned on a 16-bit boundary, then ASSERT().
    70  
     70
    7171  If Buffer is not aligned on a 16-bit boundary, then ASSERT().
    7272
     
    171171
    172172  If Length is not aligned on a 64-bit boundary, then ASSERT().
    173  
     173
    174174  If Buffer is not aligned on a 64-bit boundary, then ASSERT().
    175175
     
    224224  @param  StartAddress    The starting address for the MMIO region to be copied to.
    225225  @param  Length          The size in bytes of the copy.
    226   @param  Buffer          The pointer to a system memory buffer containing the 
     226  @param  Buffer          The pointer to a system memory buffer containing the
    227227                          data to write.
    228228
     
    271271  @param  StartAddress    The starting address for the MMIO region to be copied to.
    272272  @param  Length          The size in bytes of the copy.
    273   @param  Buffer          The pointer to a system memory buffer containing the 
     273  @param  Buffer          The pointer to a system memory buffer containing the
    274274                          data to write.
    275275
     
    326326  @param  StartAddress    The starting address for the MMIO region to be copied to.
    327327  @param  Length          The size in bytes of the copy.
    328   @param  Buffer          The pointer to a system memory buffer containing the 
     328  @param  Buffer          The pointer to a system memory buffer containing the
    329329                          data to write.
    330330
     
    380380  @param  StartAddress    The starting address for the MMIO region to be copied to.
    381381  @param  Length          The size in bytes of the copy.
    382   @param  Buffer          The pointer to a system memory buffer containing the 
     382  @param  Buffer          The pointer to a system memory buffer containing the
    383383                          data to write.
    384384
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h

    r48674 r58466  
    22  Internal include file of SMM 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) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
    88  This program and the accompanying materials
     
    104104  @param  Width         The width of the I/O operation.
    105105  @param  Data          The value to write to the I/O port.
    106  
     106
    107107  @return Data read from registers in the EFI system memory space.
    108108
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