VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
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:
3 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf

    r58459 r58466  
    22# Instance of S3 PCI Library based on PCI and S3 BootScript Library.
    33#
    4 # S3 PCI Services that perform PCI Configuration cycles and 
     4# S3 PCI Services that perform PCI Configuration cycles and
    55# also enable the PCI operation to be replayed during an S3 resume.
    66#
     
    2424  MODULE_TYPE                    = BASE
    2525  VERSION_STRING                 = 1.0
    26   LIBRARY_CLASS                  = S3PciLib 
     26  LIBRARY_CLASS                  = S3PciLib
    2727
    2828
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3PciLib/S3PciLib.c

    r58459 r58466  
    22  PCI configuration Library Services that do PCI configuration and also enable
    33  the PCI operations to be replayed during an S3 resume. This library class
    4   maps directly on top of the PciLib class. 
     4  maps directly on top of the PciLib class.
    55
    66  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
     
    3232
    3333  This internal worker function saves a PCI configuration value in
    34   the S3 script to be replayed on S3 resume. 
     34  the S3 script to be replayed on S3 resume.
    3535
    3636  If the saving process fails, then ASSERT().
     
    6464
    6565  This internal worker function saves an 8-bit PCI configuration value in
    66   the S3 script to be replayed on S3 resume. 
     66  the S3 script to be replayed on S3 resume.
    6767
    6868  If the saving process fails, then ASSERT().
     
    430430
    431431  This internal worker function saves a 16-bit PCI configuration value in
    432   the S3 script to be replayed on S3 resume. 
     432  the S3 script to be replayed on S3 resume.
    433433
    434434  If the saving process fails, then ASSERT().
     
    806806
    807807  This internal worker function saves a 32-bit PCI configuration value in the S3 script
    808   to be replayed on S3 resume. 
     808  to be replayed on S3 resume.
    809809
    810810  If the saving process fails, then ASSERT().
     
    12651265             );
    12661266  ASSERT (Status == RETURN_SUCCESS);
    1267  
     1267
    12681268  return Size;
    12691269}
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