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/Include/Library/PciSegmentLib.h

    r48674 r58459  
    2424  accesses when PCI Segments other than Segment #0 must be accessed. 
    2525
    26 Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
     26Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
    2727This program and the accompanying materials
    2828are licensed and made available under the terms and conditions of the BSD License
     
    244244  If EndBit is greater than 7, then ASSERT().
    245245  If EndBit is less than StartBit, then ASSERT().
     246  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    246247
    247248  @param  Address   PCI configuration register to write.
     
    279280  If EndBit is greater than 7, then ASSERT().
    280281  If EndBit is less than StartBit, then ASSERT().
     282  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    281283
    282284  @param  Address   PCI configuration register to write.
     
    314316  If EndBit is greater than 7, then ASSERT().
    315317  If EndBit is less than StartBit, then ASSERT().
     318  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    316319
    317320  @param  Address   PCI configuration register to write.
     
    351354  If EndBit is greater than 7, then ASSERT().
    352355  If EndBit is less than StartBit, then ASSERT().
     356  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     357  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    353358
    354359  @param  Address   PCI configuration register to write.
     
    540545  If EndBit is greater than 15, then ASSERT().
    541546  If EndBit is less than StartBit, then ASSERT().
     547  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    542548
    543549  @param  Address   PCI configuration register to write.
     
    570576  If EndBit is greater than 15, then ASSERT().
    571577  If EndBit is less than StartBit, then ASSERT().
     578  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    572579
    573580  @param  Address   PCI configuration register to write.
     
    606613  If EndBit is greater than 7, then ASSERT().
    607614  If EndBit is less than StartBit, then ASSERT().
     615  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    608616
    609617  @param  Address   Address that encodes the PCI Segment, Bus, Device, Function, and Register.
     
    643651  If EndBit is greater than 15, then ASSERT().
    644652  If EndBit is less than StartBit, then ASSERT().
     653  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     654  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    645655
    646656  @param  Address   PCI configuration register to write.
     
    829839  If EndBit is greater than 31, then ASSERT().
    830840  If EndBit is less than StartBit, then ASSERT().
     841  If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    831842
    832843  @param  Address   PCI configuration register to write.
     
    864875  If EndBit is greater than 31, then ASSERT().
    865876  If EndBit is less than StartBit, then ASSERT().
     877  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    866878
    867879  @param  Address   PCI configuration register to write.
     
    899911  If EndBit is greater than 31, then ASSERT().
    900912  If EndBit is less than StartBit, then ASSERT().
    901  
     913  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    902914
    903915  @param  Address   PCI configuration register to write.
     
    937949  If EndBit is greater than 31, then ASSERT().
    938950  If EndBit is less than StartBit, then ASSERT().
     951  If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
     952  If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
    939953
    940954  @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