Last change
on this file since 105668 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.4 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // Base ExtractGuidedSection Library.
|
---|
3 | //
|
---|
4 | // This instance can also be used in SEC phase only when the memory is ready in SEC phase.
|
---|
5 | // PCD PcdGuidedExtractHandlerTableAddress points to the available pysical memory space
|
---|
6 | // that is used to store Guided Extract Handlers.
|
---|
7 | // Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib
|
---|
8 | // in their initialization without any issues. They only have to be careful in
|
---|
9 | // the implementation of runtime services, because this BASE library instance doesn't
|
---|
10 | // convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address.
|
---|
11 | //
|
---|
12 | // Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
13 | //
|
---|
14 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
15 | //
|
---|
16 | // **/
|
---|
17 |
|
---|
18 |
|
---|
19 | #string STR_MODULE_ABSTRACT #language en-US "Base ExtractGuidedSection Library"
|
---|
20 |
|
---|
21 | #string STR_MODULE_DESCRIPTION #language en-US "This instance can also be used in the SEC phase only when the memory is ready in the SEC phase. PCD PcdGuidedExtractHandlerTableAddress points to the available physical memory space that is used to store Guided Extract Handlers. Note: A driver of type DXE_RUNTIME_DRIVER can use this ExtractGuidedSectionLib in its initialization without any issues. Be careful in the implementation of runtime services, because this BASE library instance doesn't convert the address pointed by PcdGuidedExtractHandlerTableAddress to the virtual address."
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.