]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / VariableStandaloneMm.c
index 1e87ccfb5dd21818c93e0efa23f77cfaa1c0b0b0..943993eb6738f1f05f0004f029ffa609fbf7a777 100644 (file)
@@ -4,13 +4,7 @@
 \r
 Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved. <BR>\r
 Copyright (c) 2018, Linaro, Ltd. 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
@@ -38,7 +32,7 @@ VariableSmmIsBufferOutsideSmmValid (
 }\r
 \r
 /**\r
-  Notify the system that the SMM variable driver is ready\r
+  Notify the system that the SMM variable driver is ready.\r
 **/\r
 VOID\r
 VariableNotifySmmReady (\r
@@ -48,7 +42,7 @@ VariableNotifySmmReady (
 }\r
 \r
 /**\r
-  Notify the system that the SMM variable write driver is ready\r
+  Notify the system that the SMM variable write driver is ready.\r
 **/\r
 VOID\r
 VariableNotifySmmWriteReady (\r
@@ -58,7 +52,7 @@ VariableNotifySmmWriteReady (
 }\r
 \r
 /**\r
-  Variable service MM driver entry point\r
+  Variable service MM driver entry point.\r
 \r
   @param[in] ImageHandle    A handle for the image that is initializing this\r
                             driver\r
@@ -69,8 +63,8 @@ VariableNotifySmmWriteReady (
 EFI_STATUS\r
 EFIAPI\r
 VariableServiceInitialize (\r
-  IN EFI_HANDLE                           ImageHandle,\r
-  IN EFI_MM_SYSTEM_TABLE                  *MmSystemTable\r
+  IN EFI_HANDLE           ImageHandle,\r
+  IN EFI_MM_SYSTEM_TABLE  *MmSystemTable\r
   )\r
 {\r
   return MmVariableServiceInitialize ();\r