]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / UefiCpuPkg / Library / SmmCpuPlatformHookLibNull / SmmCpuPlatformHookLibNull.c
index efb61fa6f8c28b12b52d1950654f17391228a00f..085a03e52a4a7bb13df7478cf7bb206ed478d88c 100644 (file)
@@ -2,13 +2,7 @@
 SMM CPU Platform Hook NULL library instance.\r
 \r
 Copyright (c) 2006 - 2015, 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
 #include <PiSmm.h>\r
@@ -75,7 +69,7 @@ ClearTopLevelSmiStatus (
 EFI_STATUS\r
 EFIAPI\r
 PlatformSmmBspElection (\r
-  OUT BOOLEAN     *IsBsp\r
+  OUT BOOLEAN  *IsBsp\r
   )\r
 {\r
   return EFI_NOT_READY;\r
@@ -98,10 +92,10 @@ PlatformSmmBspElection (
 EFI_STATUS\r
 EFIAPI\r
 GetPlatformPageTableAttribute (\r
-  IN  UINT64                Address,\r
-  IN OUT SMM_PAGE_SIZE_TYPE *PageSize,\r
-  IN OUT UINTN              *NumOfPages,\r
-  IN OUT UINTN              *PageAttribute\r
+  IN  UINT64                 Address,\r
+  IN OUT SMM_PAGE_SIZE_TYPE  *PageSize,\r
+  IN OUT UINTN               *NumOfPages,\r
+  IN OUT UINTN               *PageAttribute\r
   )\r
 {\r
   return EFI_UNSUPPORTED;\r