]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> Standalone
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 16 Jan 2019 20:22:29 +0000 (21:22 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 21 Jan 2019 13:40:29 +0000 (14:40 +0100)
Fix a couple of occurrences of typo Standlone -> Standalone

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/EventHandle.c
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.c
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.h
StandaloneMmPkg/Drivers/StandaloneMmCpu/AArch64/StandaloneMmCpu.inf

index 2814577b3fccd06dcd2b32bd7669d28e7c3690b6..25114821448a6bb65234df12deefa5a79099c1b9 100644 (file)
@@ -65,7 +65,7 @@ EFI_MM_CONFIGURATION_PROTOCOL mMmConfig = {
 STATIC EFI_MM_ENTRY_POINT     mMmEntryPoint = NULL;\r
 \r
 EFI_STATUS\r
-PiMmStandloneArmTfCpuDriverEntry (\r
+PiMmStandaloneArmTfCpuDriverEntry (\r
   IN UINTN EventId,\r
   IN UINTN CpuNumber,\r
   IN UINTN NsCommBufferAddr\r
index 85a9c108aea4902f7e64faf5beb505b5eeb1a63c..203a32baaaf9c4775650b1394fba69b414161475 100644 (file)
@@ -74,7 +74,7 @@ GetGuidedHobData (
 }\r
 \r
 EFI_STATUS\r
-StandloneMmCpuInitialize (\r
+StandaloneMmCpuInitialize (\r
   IN EFI_HANDLE         ImageHandle,  // not actual imagehandle\r
   IN EFI_MM_SYSTEM_TABLE   *SystemTable  // not actual systemtable\r
   )\r
@@ -147,8 +147,8 @@ StandloneMmCpuInitialize (
   // Share the entry point of the CPU driver\r
   DEBUG ((DEBUG_INFO, "Sharing Cpu Driver EP *0x%lx = 0x%lx\n",\r
           (UINT64) CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr,\r
-          (UINT64) PiMmStandloneArmTfCpuDriverEntry));\r
-  *(CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr) = PiMmStandloneArmTfCpuDriverEntry;\r
+          (UINT64) PiMmStandaloneArmTfCpuDriverEntry));\r
+  *(CpuDriverEntryPointDesc->ArmTfCpuDriverEpPtr) = PiMmStandaloneArmTfCpuDriverEntry;\r
 \r
   // Find the descriptor that contains the whereabouts of the buffer for\r
   // communication with the Normal world.\r
index 7b38b65e1242c120719b0e8294a2959f4984431b..543467f67576982abefc3a02401199180b8768ba 100644 (file)
@@ -40,7 +40,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 +55,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
index 9e6bbabdb10365a76f23f3a93702557400039489..d261e51ebc7575fab9d261493c03a2ae710d4605 100644 (file)
 \r
 [Defines]\r
   INF_VERSION                    = 0x0001001A\r
-  BASE_NAME                      = StandloneMmCpu\r
+  BASE_NAME                      = StandaloneMmCpu\r
   FILE_GUID                      = 58F7A62B-6280-42A7-BC38-10535A64A92C\r
   MODULE_TYPE                    = MM_STANDALONE\r
   VERSION_STRING                 = 1.0\r
   PI_SPECIFICATION_VERSION       = 0x00010032\r
-  ENTRY_POINT                    = StandloneMmCpuInitialize\r
+  ENTRY_POINT                    = StandaloneMmCpuInitialize\r
 \r
 [Sources]\r
   StandaloneMmCpu.c\r