]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareDxe.h
SignedCapsulePkg/Universal: Fix various typos
[mirror_edk2.git] / SignedCapsulePkg / Universal / SystemFirmwareUpdate / SystemFirmwareDxe.h
index 999b2b2501e9c7ae5fe2eab8371533c449d5b8be..d3cc89e5f10689f2fa930512cd4bb1594e968fc1 100644 (file)
@@ -2,13 +2,7 @@
   System Firmware update header file.\r
 \r
   Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -36,7 +30,6 @@
 #include <Library/UefiDriverEntryPoint.h>\r
 #include <Library/DevicePathLib.h>\r
 #include <Library/HobLib.h>\r
-#include <Library/DxeServicesLib.h>\r
 #include <Library/DxeServicesTableLib.h>\r
 #include <Library/PlatformFlashAccessLib.h>\r
 #include <Library/EdkiiSystemCapsuleLib.h>\r
@@ -120,7 +113,7 @@ typedef struct {
 \r
 #define  ABORT_REASON_MAX_SIZE              0x40  // UnicodeStringSize including final L'\0'\r
 \r
-#define  CAPSULE_IMAGE_ADDITIONAL_MAX_SIZE  (0x20020 + 0xA0000) // Addtional size for Capsule Header, FV block alignment + DispatchImage.\r
+#define  CAPSULE_IMAGE_ADDITIONAL_MAX_SIZE  (0x20020 + 0xA0000) // Additional size for Capsule Header, FV block alignment + DispatchImage.\r
 \r
 typedef struct {\r
   UINT8       ImageIndex;\r