]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/CapsulePei/CapsuleX64.uni
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / CapsulePei / CapsuleX64.uni
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