Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesTableLib
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103777
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 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/DxeServicesTableLib/DxeServicesTableLib.c
r48674 r58466 2 2 This library implement library class DxeServiceTableLib. 3 3 It produce EFI_DXE_SERVICE pointer in global variable gDS in library's constructure. 4 4 5 5 A DXE driver can use gDS pointer to access services in EFI_DXE_SERVICE, if this 6 DXE driver declare that use DxeServicesTableLib library class and link to this 6 DXE driver declare that use DxeServicesTableLib library class and link to this 7 7 library instance. 8 8 9 Please attention this library instance can not be used util EFI_SYSTEM_TABLE was 9 Please attention this library instance can not be used util EFI_SYSTEM_TABLE was 10 10 initialized. 11 11 12 12 This library contains contruct function to retrieve EFI_DXE_SERIVCE, this construct 13 13 function will be invoked in DXE driver's autogen file.
Note:
See TracChangeset
for help on using the changeset viewer.