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/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.c

    r48674 r58459  
    22  PCI Segment Library implementation using PCI Root Bridge I/O Protocol.
    33
    4   Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
     4  Copyright (c) 2007 - 2012, Intel Corporation. All rights reserved.<BR>
    55  This program and the accompanying materials are
    66  licensed and made available under the terms and conditions of
     
    447447  If EndBit is greater than 7, then ASSERT().
    448448  If EndBit is less than StartBit, then ASSERT().
     449  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    449450
    450451  @param  Address   The PCI configuration register to write.
     
    488489  If EndBit is greater than 7, then ASSERT().
    489490  If EndBit is less than StartBit, then ASSERT().
     491  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    490492
    491493  @param  Address   The PCI configuration register to write.
     
    529531  If EndBit is greater than 7, then ASSERT().
    530532  If EndBit is less than StartBit, then ASSERT().
     533  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    531534
    532535  @param  Address   The PCI configuration register to write.
     
    572575  If EndBit is greater than 7, then ASSERT().
    573576  If EndBit is less than StartBit, then ASSERT().
     577  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     578  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    574579
    575580  @param  Address   The PCI configuration register to write.
     
    789794  If EndBit is greater than 15, then ASSERT().
    790795  If EndBit is less than StartBit, then ASSERT().
     796  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    791797
    792798  @param  Address   The PCI configuration register to write.
     
    825831  If EndBit is greater than 15, then ASSERT().
    826832  If EndBit is less than StartBit, then ASSERT().
     833  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    827834
    828835  @param  Address   The PCI configuration register to write.
     
    867874  If EndBit is greater than 7, then ASSERT().
    868875  If EndBit is less than StartBit, then ASSERT().
     876  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    869877
    870878  @param  Address   The address that encodes the PCI Segment, Bus, Device, Function, and Register.
     
    910918  If EndBit is greater than 15, then ASSERT().
    911919  If EndBit is less than StartBit, then ASSERT().
     920  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     921  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    912922
    913923  @param  Address   The PCI configuration register to write.
     
    11241134  If EndBit is greater than 31, then ASSERT().
    11251135  If EndBit is less than StartBit, then ASSERT().
     1136  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    11261137
    11271138  @param  Address   The PCI configuration register to write.
     
    11651176  If EndBit is greater than 31, then ASSERT().
    11661177  If EndBit is less than StartBit, then ASSERT().
     1178  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    11671179
    11681180  @param  Address   The PCI configuration register to write.
     
    12061218  If EndBit is greater than 31, then ASSERT().
    12071219  If EndBit is less than StartBit, then ASSERT().
    1208  
     1220  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    12091221
    12101222  @param  Address   The PCI configuration register to write.
     
    12501262  If EndBit is greater than 31, then ASSERT().
    12511263  If EndBit is less than StartBit, then ASSERT().
     1264  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     1265  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    12521266
    12531267  @param  Address   The 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