]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Fix cspell reported spelling/wording
authorPierre Gondois <Pierre.Gondois@arm.com>
Fri, 13 Nov 2020 11:31:01 +0000 (11:31 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 9 Dec 2020 15:32:12 +0000 (15:32 +0000)
The edk2 CI runs the "cspell" spell checker tool. Some words
are not recognized by the tool, triggering errors.
This patch modifies some spelling/wording detected by cspell.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg/PrePi/AArch64/ModuleEntryPoint.S
ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.S
ArmPlatformPkg/PrePi/Arm/ModuleEntryPoint.asm

index 877b12b3b430393e1d8031bf2611c82e0785f2a6..b92ef712be870168c3097e20d2b88070553ab175 100644 (file)
@@ -26,8 +26,8 @@
   SKUID_IDENTIFIER               = DEFAULT\r
 \r
 [BuildOptions]\r
-  RELEASE_*_*_CC_FLAGS  = -DMDEPKG_NDEBUG\r
-  *_*_*_CC_FLAGS  = -DDISABLE_NEW_DEPRECATED_INTERFACES\r
+  RELEASE_*_*_CC_FLAGS  = -D MDEPKG_NDEBUG\r
+  *_*_*_CC_FLAGS  = -D DISABLE_NEW_DEPRECATED_INTERFACES\r
 \r
 [PcdsFixedAtBuild]\r
   gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
index 4929ca42edcede492b1303ccd05a9bb0d4b06ccb..e3aa546897cb0c2131edd352f0875f43d91ba86e 100644 (file)
@@ -1,5 +1,5 @@
 //\r
-//  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
+//  Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>\r
 //\r
 //  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
@@ -11,7 +11,7 @@ ASM_FUNC(_ModuleEntryPoint)
   // Do early platform specific actions\r
   bl    ASM_PFX(ArmPlatformPeiBootAction)\r
 \r
-  // Get ID of this CPU in Multicore system\r
+  // Get ID of this CPU in multi-core system\r
   bl    ASM_PFX(ArmReadMpidr)\r
   // Keep a copy of the MpId register value\r
   mov   x10, x0\r
index ff7e3a4548539d80b5dc94e6688dfde8dd0b8c8f..6709dad0b9d1a75b505c88a8bb59c7000f622f8f 100644 (file)
@@ -1,5 +1,5 @@
 //\r
-//  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
+//  Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>\r
 //\r
 //  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
@@ -13,7 +13,7 @@ ASM_FUNC(_ModuleEntryPoint)
   // Do early platform specific actions\r
   bl    ASM_PFX(ArmPlatformPeiBootAction)\r
 \r
-  // Get ID of this CPU in Multicore system\r
+  // Get ID of this CPU in multi-core system\r
   bl    ASM_PFX(ArmReadMpidr)\r
   // Keep a copy of the MpId register value\r
   mov   r8, r0\r
index 3da789205124525b9278dc49b92af6f30573cf16..eaba90cc3d7c329a40d3d80c17a0e5132aeccd77 100644 (file)
@@ -1,5 +1,5 @@
 //\r
-//  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
+//  Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>\r
 //\r
 //  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
@@ -28,7 +28,7 @@ _ModuleEntryPoint
   // Do early platform specific actions\r
   bl    ArmPlatformPeiBootAction\r
 \r
-  // Get ID of this CPU in Multicore system\r
+  // Get ID of this CPU in multi-core system\r
   bl    ArmReadMpidr\r
   // Keep a copy of the MpId register value\r
   mov   r8, r0\r