Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3PciLib
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
r58459 r58466 2 2 # Instance of S3 PCI Library based on PCI and S3 BootScript Library. 3 3 # 4 # S3 PCI Services that perform PCI Configuration cycles and 4 # S3 PCI Services that perform PCI Configuration cycles and 5 5 # also enable the PCI operation to be replayed during an S3 resume. 6 6 # … … 24 24 MODULE_TYPE = BASE 25 25 VERSION_STRING = 1.0 26 LIBRARY_CLASS = S3PciLib 26 LIBRARY_CLASS = S3PciLib 27 27 28 28 -
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3PciLib/S3PciLib.c
r58459 r58466 2 2 PCI configuration Library Services that do PCI configuration and also enable 3 3 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. 5 5 6 6 Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> … … 32 32 33 33 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. 35 35 36 36 If the saving process fails, then ASSERT(). … … 64 64 65 65 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. 67 67 68 68 If the saving process fails, then ASSERT(). … … 430 430 431 431 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. 433 433 434 434 If the saving process fails, then ASSERT(). … … 806 806 807 807 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. 809 809 810 810 If the saving process fails, then ASSERT(). … … 1265 1265 ); 1266 1266 ASSERT (Status == RETURN_SUCCESS); 1267 1267 1268 1268 return Size; 1269 1269 }
Note:
See TracChangeset
for help on using the changeset viewer.