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/BaseS3PciLib/S3PciLib.c

    r48674 r58459  
    44  maps directly on top of the PciLib class.
    55
    6   Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
     6  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
    77
    88  This program and the accompanying materials
     
    278278  If EndBit is greater than 7, then ASSERT().
    279279  If EndBit is less than StartBit, then ASSERT().
     280  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    280281
    281282  @param  Address   PCI configuration register to write.
     
    317318  If EndBit is greater than 7, then ASSERT().
    318319  If EndBit is less than StartBit, then ASSERT().
     320  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    319321
    320322  @param  Address   PCI configuration register to write.
     
    356358  If EndBit is greater than 7, then ASSERT().
    357359  If EndBit is less than StartBit, then ASSERT().
     360  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    358361
    359362  @param  Address   PCI configuration register to write.
     
    396399  If EndBit is greater than 7, then ASSERT().
    397400  If EndBit is less than StartBit, then ASSERT().
     401  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     402  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    398403
    399404  @param  Address   PCI configuration register to write.
     
    646651  If EndBit is greater than 15, then ASSERT().
    647652  If EndBit is less than StartBit, then ASSERT().
     653  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    648654
    649655  @param  Address   PCI configuration register to write.
     
    686692  If EndBit is greater than 15, then ASSERT().
    687693  If EndBit is less than StartBit, then ASSERT().
     694  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    688695
    689696  @param  Address   PCI configuration register to write.
     
    726733  If EndBit is greater than 15, then ASSERT().
    727734  If EndBit is less than StartBit, then ASSERT().
     735  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    728736
    729737  @param  Address   PCI configuration register to write.
     
    767775  If EndBit is greater than 15, then ASSERT().
    768776  If EndBit is less than StartBit, then ASSERT().
     777  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     778  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    769779
    770780  @param  Address   PCI configuration register to write.
     
    10171027  If EndBit is greater than 31, then ASSERT().
    10181028  If EndBit is less than StartBit, then ASSERT().
     1029  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    10191030
    10201031  @param  Address   PCI configuration register to write.
     
    10571068  If EndBit is greater than 31, then ASSERT().
    10581069  If EndBit is less than StartBit, then ASSERT().
     1070  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    10591071
    10601072  @param  Address   PCI configuration register to write.
     
    10971109  If EndBit is greater than 31, then ASSERT().
    10981110  If EndBit is less than StartBit, then ASSERT().
     1111  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    10991112
    11001113  @param  Address   PCI configuration register to write.
     
    11381151  If EndBit is greater than 31, then ASSERT().
    11391152  If EndBit is less than StartBit, then ASSERT().
     1153  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     1154  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    11401155
    11411156  @param  Address   PCI configuration 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