Last change
on this file was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.0 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // Null instance of MM Unblock Page Library.
|
---|
3 | //
|
---|
4 | // This library provides an interface to request non-MMRAM pages to be mapped/unblocked
|
---|
5 | // from inside MM environment.
|
---|
6 | //
|
---|
7 | // For MM modules that need to access regions outside of MMRAMs, the agents that set up
|
---|
8 | // these regions are responsible for invoking this API in order for these memory areas
|
---|
9 | // to be accessed from inside MM.
|
---|
10 | //
|
---|
11 | // Copyright (c) Microsoft Corporation.
|
---|
12 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
13 | //
|
---|
14 | // **/
|
---|
15 |
|
---|
16 |
|
---|
17 | #string STR_MODULE_ABSTRACT #language en-US "Null instance of MM Unblock Page Library."
|
---|
18 |
|
---|
19 | #string STR_MODULE_DESCRIPTION #language en-US "This library provides an interface to request non-MMRAM pages to be mapped/unblocked from inside MM environment.\n"
|
---|
20 | "For MM modules that need to access regions outside of MMRAMs, the agents that set up these regions are responsible for invoking this API in order for these memory areas to be accessed from inside MM."
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.