Last change
on this file since 80721 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:
1006 bytes
|
Line | |
---|
1 | // /** @file
|
---|
2 | // SMM memory check library.
|
---|
3 | //
|
---|
4 | // SMM memory check library library implementation. This library consumes SMM_ACCESS2_PROTOCOL
|
---|
5 | // to get SMRAM information. In order to use this library instance, the platform should produce
|
---|
6 | // all SMRAM range via SMM_ACCESS2_PROTOCOL, including the range for firmware (like SMM Core
|
---|
7 | // and SMM driver) and/or specific dedicated hardware.
|
---|
8 | //
|
---|
9 | // Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
---|
10 | //
|
---|
11 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
12 | //
|
---|
13 | // **/
|
---|
14 |
|
---|
15 |
|
---|
16 | #string STR_MODULE_ABSTRACT #language en-US "SMM memory check library"
|
---|
17 |
|
---|
18 | #string STR_MODULE_DESCRIPTION #language en-US "SMM memory check library library implementation. This library consumes SMM_ACCESS2_PROTOCOL to get SMRAM information. In order to use this library instance, the platform should produce all SMRAM range via SMM_ACCESS2_PROTOCOL, including the range for firmware (like SMM Core and SMM driver) and/or specific dedicated hardware."
|
---|
19 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.