]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCache.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / CapsuleRuntimeDxe / CapsuleCache.c
index ab81296a653c599dd6d66b7acc69df2e3959f7ad..5eab31df3c3693df96add4681b7389ac93f6c405 100644 (file)
@@ -5,13 +5,7 @@
   Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR>\r
   Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License which accompanies this\r
-  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
 **/\r
 VOID\r
 CapsuleCacheWriteBack (\r
-  IN  EFI_PHYSICAL_ADDRESS    ScatterGatherList\r
+  IN  EFI_PHYSICAL_ADDRESS  ScatterGatherList\r
   )\r
 {\r
-  EFI_CAPSULE_BLOCK_DESCRIPTOR    *Desc;\r
+  EFI_CAPSULE_BLOCK_DESCRIPTOR  *Desc;\r
 \r
   if (!EfiAtRuntime ()) {\r
     Desc = (EFI_CAPSULE_BLOCK_DESCRIPTOR *)(UINTN)ScatterGatherList;\r
@@ -60,4 +54,3 @@ CapsuleCacheWriteBack (
       );\r
   }\r
 }\r
-\r