Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c
r48674 r58459 2 2 Null function implementation for EFI S3 boot script. 3 3 4 Copyright (c) 2007 - 201 0, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 5 5 6 6 This program and the accompanying materials … … 258 258 } 259 259 /** 260 Adds a record for an execution stall on the processorinto a specified boot script table.260 Adds a record for dispatching specified arbitrary code into a specified boot script table. 261 261 262 262 @param EntryPoint Entry point of the code to be dispatched. … … 279 279 Adds a record for memory reads of the memory location and continues when the exit criteria is 280 280 satisfied or after a defined duration. 281 281 282 Please aware, below interface is different with PI specification, Vol 5: 283 EFI_S3_SAVE_STATE_PROTOCOL.Write() for EFI_BOOT_SCRIPT_MEM_POLL_OPCODE. 284 "Duration" below is microseconds, while "Delay" in PI specification means 285 the number of 100ns units to poll. 286 282 287 @param Width The width of the memory operations. 283 288 @param Address The base address of the memory operations. … … 456 461 destroyed. 457 462 458 @return the base address of the new copy of the boot script t ble.463 @return the base address of the new copy of the boot script table. 459 464 460 465 **/
Note:
See TracChangeset
for help on using the changeset viewer.