]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h
StandaloneMmPkg: switch to MM communicate 2 protocol
[mirror_edk2.git] / StandaloneMmPkg / Drivers / StandaloneMmCpu / AArch64 / StandaloneMmCpu.h
index 7b38b65e1242c120719b0e8294a2959f4984431b..47a020c27b9591436d0559f34e0dcd0e7443aa93 100644 (file)
@@ -3,20 +3,14 @@
   CPU driver\r
 \r
   Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.\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
 #ifndef _ARM_TF_CPU_DRIVER_H_\r
 #define _ARM_TF_CPU_DRIVER_H_\r
 \r
-#include <Protocol/MmCommunication.h>\r
+#include <Protocol/MmCommunication2.h>\r
 #include <Protocol/MmConfiguration.h>\r
 #include <Protocol/MmCpu.h>\r
 #include <Guid/MpInformation.h>\r
@@ -40,7 +34,7 @@ extern MP_INFORMATION_HOB_DATA       *mMpInformationHobData;
 extern EFI_MM_CONFIGURATION_PROTOCOL mMmConfig;\r
 \r
 EFI_STATUS\r
-PiMmStandloneArmTfCpuDriverEntry (\r
+PiMmStandaloneArmTfCpuDriverEntry (\r
   IN UINTN EventId,\r
   IN UINTN CpuNumber,\r
   IN UINTN NsCommBufferAddr\r
@@ -55,10 +49,4 @@ PiMmCpuTpFwRootMmiHandler (
   IN OUT UINTN                    *CommBufferSize  OPTIONAL\r
   );\r
 \r
-EFI_STATUS _PiMmStandloneArmTfCpuDriverEntry (\r
-  IN UINTN EventId,\r
-  IN UINTN CpuNumber,\r
-  IN UINTN NsCommBufferAddr\r
-  );\r
-\r
 #endif\r