Last change
on this file since 105668 was 80721, checked in by vboxsync, 5 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.0 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // CapsuleX64 module handles >4GB capsule blocks.
|
---|
3 | //
|
---|
4 | // The X64 entrypoint to process capsule in long mode.
|
---|
5 | // This module is built as X64.
|
---|
6 | //
|
---|
7 | // Caution: This module requires additional review when modified.
|
---|
8 | // This driver will have external input - capsule image.
|
---|
9 | // This external input must be validated carefully to avoid security issue like
|
---|
10 | // buffer overflow, integer overflow.
|
---|
11 | //
|
---|
12 | // Copyright (c) 2011 - 2018, 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 "Handles >4GB capsule blocks"
|
---|
20 |
|
---|
21 | #string STR_MODULE_DESCRIPTION #language en-US "The X64 entry point to process capsule in long mode. This module is built as X64.<BR><BR>\n"
|
---|
22 | "This driver will have external input - capsule image. This external input must be validated carefully to avoid security issues like buffer overflow or integer overflow.<BR>"
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.