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/Library/DxeIoLibCpuIo2/IoHighLevel.c

    r48674 r58459  
    55  Base Library.
    66
    7   Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
     7  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
    88  This program and the accompanying materials are licensed and made available
    99  under the terms and conditions of the BSD License which accompanies this
     
    149149  If EndBit is greater than 7, then ASSERT().
    150150  If EndBit is less than StartBit, then ASSERT().
     151  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    151152
    152153  @param  Port      The I/O port to write.
     
    189190  If EndBit is greater than 7, then ASSERT().
    190191  If EndBit is less than StartBit, then ASSERT().
     192  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    191193
    192194  @param  Port      The I/O port to write.
     
    229231  If EndBit is greater than 7, then ASSERT().
    230232  If EndBit is less than StartBit, then ASSERT().
     233  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    231234
    232235  @param  Port      The I/O port to write.
     
    271274  If EndBit is greater than 7, then ASSERT().
    272275  If EndBit is less than StartBit, then ASSERT().
     276  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     277  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    273278
    274279  @param  Port      The I/O port to write.
     
    429434  If EndBit is greater than 15, then ASSERT().
    430435  If EndBit is less than StartBit, then ASSERT().
     436  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    431437
    432438  @param  Port      The I/O port to write.
     
    469475  If EndBit is greater than 15, then ASSERT().
    470476  If EndBit is less than StartBit, then ASSERT().
     477  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    471478
    472479  @param  Port      The I/O port to write.
     
    509516  If EndBit is greater than 15, then ASSERT().
    510517  If EndBit is less than StartBit, then ASSERT().
     518  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    511519
    512520  @param  Port      The I/O port to write.
     
    551559  If EndBit is greater than 15, then ASSERT().
    552560  If EndBit is less than StartBit, then ASSERT().
     561  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     562  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    553563
    554564  @param  Port      The I/O port to write.
     
    709719  If EndBit is greater than 31, then ASSERT().
    710720  If EndBit is less than StartBit, then ASSERT().
     721  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    711722
    712723  @param  Port      The I/O port to write.
     
    749760  If EndBit is greater than 31, then ASSERT().
    750761  If EndBit is less than StartBit, then ASSERT().
     762  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    751763
    752764  @param  Port      The I/O port to write.
     
    789801  If EndBit is greater than 31, then ASSERT().
    790802  If EndBit is less than StartBit, then ASSERT().
     803  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    791804
    792805  @param  Port      The I/O port to write.
     
    831844  If EndBit is greater than 31, then ASSERT().
    832845  If EndBit is less than StartBit, then ASSERT().
     846  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     847  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    833848
    834849  @param  Port      The I/O port to write.
     
    9891004  If EndBit is greater than 63, then ASSERT().
    9901005  If EndBit is less than StartBit, then ASSERT().
     1006  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    9911007
    9921008  @param  Port      The I/O port to write.
     
    10291045  If EndBit is greater than 63, then ASSERT().
    10301046  If EndBit is less than StartBit, then ASSERT().
     1047  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    10311048
    10321049  @param  Port      The I/O port to write.
     
    10691086  If EndBit is greater than 63, then ASSERT().
    10701087  If EndBit is less than StartBit, then ASSERT().
     1088  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    10711089
    10721090  @param  Port      The I/O port to write.
     
    11111129  If EndBit is greater than 63, then ASSERT().
    11121130  If EndBit is less than StartBit, then ASSERT().
     1131  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     1132  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    11131133
    11141134  @param  Port      The I/O port to write.
     
    12691289  If EndBit is greater than 7, then ASSERT().
    12701290  If EndBit is less than StartBit, then ASSERT().
     1291  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    12711292
    12721293  @param  Address   The MMIO register to write.
     
    13101331  If EndBit is greater than 7, then ASSERT().
    13111332  If EndBit is less than StartBit, then ASSERT().
     1333  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    13121334
    13131335  @param  Address   The MMIO register to write.
     
    13511373  If EndBit is greater than 7, then ASSERT().
    13521374  If EndBit is less than StartBit, then ASSERT().
     1375  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    13531376
    13541377  @param  Address   The MMIO register to write.
     
    13931416  If EndBit is greater than 7, then ASSERT().
    13941417  If EndBit is less than StartBit, then ASSERT().
     1418  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     1419  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    13951420
    13961421  @param  Address   The MMIO register to write.
     
    15511576  If EndBit is greater than 15, then ASSERT().
    15521577  If EndBit is less than StartBit, then ASSERT().
     1578  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    15531579
    15541580  @param  Address   The MMIO register to write.
     
    15921618  If EndBit is greater than 15, then ASSERT().
    15931619  If EndBit is less than StartBit, then ASSERT().
     1620  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    15941621
    15951622  @param  Address   The MMIO register to write.
     
    16331660  If EndBit is greater than 15, then ASSERT().
    16341661  If EndBit is less than StartBit, then ASSERT().
     1662  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    16351663
    16361664  @param  Address   The MMIO register to write.
     
    16751703  If EndBit is greater than 15, then ASSERT().
    16761704  If EndBit is less than StartBit, then ASSERT().
     1705  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     1706  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    16771707
    16781708  @param  Address   The MMIO register to write.
     
    18331863  If EndBit is greater than 31, then ASSERT().
    18341864  If EndBit is less than StartBit, then ASSERT().
     1865  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    18351866
    18361867  @param  Address   The MMIO register to write.
     
    18741905  If EndBit is greater than 31, then ASSERT().
    18751906  If EndBit is less than StartBit, then ASSERT().
     1907  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    18761908
    18771909  @param  Address   The MMIO register to write.
     
    19151947  If EndBit is greater than 31, then ASSERT().
    19161948  If EndBit is less than StartBit, then ASSERT().
     1949  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    19171950
    19181951  @param  Address   The MMIO register to write.
     
    19571990  If EndBit is greater than 31, then ASSERT().
    19581991  If EndBit is less than StartBit, then ASSERT().
     1992  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     1993  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    19591994
    19601995  @param  Address   The MMIO register to write.
     
    21152150  If EndBit is greater than 63, then ASSERT().
    21162151  If EndBit is less than StartBit, then ASSERT().
     2152  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    21172153
    21182154  @param  Address   The MMIO register to write.
     
    21562192  If EndBit is greater than 63, then ASSERT().
    21572193  If EndBit is less than StartBit, then ASSERT().
     2194  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    21582195
    21592196  @param  Address   The MMIO register to write.
     
    21972234  If EndBit is greater than 63, then ASSERT().
    21982235  If EndBit is less than StartBit, then ASSERT().
     2236  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    21992237
    22002238  @param  Address   The MMIO register to write.
     
    22392277  If EndBit is greater than 63, then ASSERT().
    22402278  If EndBit is less than StartBit, then ASSERT().
     2279  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     2280  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    22412281
    22422282  @param  Address   The MMIO register to write.
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