From ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Antoine=20C=C5=93ur?= Date: Wed, 6 Feb 2019 23:39:35 +0800 Subject: [PATCH] ArmPkg: Fix various typos Fix various typos in ArmPkg. Signed-off-by: Coeur Reviewed-by: Leif Lindholm --- .../Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.c | 2 +- ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c | 2 +- ArmPkg/Drivers/CpuDxe/Arm/Mmu.c | 2 +- ArmPkg/Drivers/CpuDxe/CpuMmuCommon.c | 2 +- ArmPkg/Drivers/CpuDxe/CpuMpCore.c | 4 +-- ArmPkg/Drivers/CpuDxe/Exception.c | 2 +- ArmPkg/Drivers/CpuPei/CpuPei.c | 2 +- ArmPkg/Drivers/TimerDxe/TimerDxe.c | 2 +- ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c | 2 +- ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h | 2 +- ArmPkg/Include/Library/ArmDisassemblerLib.h | 4 +-- .../Library/ArmArchTimerLib/ArmArchTimerLib.c | 2 +- .../ArmDisassemblerLib/Aarch64Disassembler.c | 2 +- .../ArmDisassemblerLib/ArmDisassembler.c | 4 +-- .../ArmDisassemblerLib/ThumbDisassembler.c | 14 ++++---- .../ArmExceptionLib/Arm/ExceptionSupport.S | 2 +- .../ArmExceptionLib/Arm/ExceptionSupport.asm | 2 +- .../Library/ArmExceptionLib/ArmExceptionLib.c | 4 +-- .../Library/ArmLib/AArch64/AArch64Support.S | 6 ++-- .../Library/ArmLib/AArch64/ArmLibSupportV8.S | 2 +- .../Library/ArmMmuLib/AArch64/ArmMmuLibCore.c | 2 +- ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibCore.c | 2 +- .../DebugPeCoffExtraActionLib.inf | 2 +- .../AArch64/DefaultExceptionHandler.c | 2 +- .../Arm/DefaultExceptionHandler.c | 2 +- .../PlatformBootManagerLib/PlatformBm.c | 4 +-- .../RvdPeCoffExtraActionLib.c | 2 +- .../RvdPeCoffExtraActionLib.inf | 2 +- ArmPkg/Library/SemiHostingDebugLib/DebugLib.c | 32 +++++++++---------- .../SemiHostingSerialPortLib.inf | 2 +- .../SemiHostingSerialPortLib/SerialPortLib.c | 8 ++--- 31 files changed, 62 insertions(+), 62 deletions(-) diff --git a/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.c b/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.c index bd522c2e96..d8625e1593 100644 --- a/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.c +++ b/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.c @@ -146,7 +146,7 @@ CpuIoCheckParameter ( // // Since MAX_ADDRESS can be the maximum integer value supported by the CPU and Count // can also be the maximum integer value supported by the CPU, this range - // check must be adjusted to avoid all oveflow conditions. + // check must be adjusted to avoid all overflow conditions. // // The following form of the range check is equivalent but assumes that // MAX_ADDRESS and MAX_IO_PORT_ADDRESS are of the form (2^n - 1). diff --git a/ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c b/ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c index 316f9adaf9..3b6c5e7337 100644 --- a/ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c +++ b/ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c @@ -281,7 +281,7 @@ GetMemoryRegionRec ( BlockEntry++; } else if (EntryType == BlockEntryType) { // We have found the BlockEntry attached to the address. We save its start address (the start - // address might be before the 'BaseAdress') and attributes + // address might be before the 'BaseAddress') and attributes *BaseAddress = *BaseAddress & ~(TT_ADDRESS_AT_LEVEL(TableLevel) - 1); *RegionLength = 0; *RegionAttributes = *BlockEntry & TT_ATTRIBUTES_MASK; diff --git a/ArmPkg/Drivers/CpuDxe/Arm/Mmu.c b/ArmPkg/Drivers/CpuDxe/Arm/Mmu.c index f6be5b78ce..6fb5112a1a 100644 --- a/ArmPkg/Drivers/CpuDxe/Arm/Mmu.c +++ b/ArmPkg/Drivers/CpuDxe/Arm/Mmu.c @@ -234,7 +234,7 @@ SyncCacheConfig ( EFI_GCD_MEMORY_SPACE_DESCRIPTOR *MemorySpaceMap; - DEBUG ((EFI_D_PAGE, "SyncCacheConfig()\n")); + DEBUG ((DEBUG_PAGE, "SyncCacheConfig()\n")); // This code assumes MMU is enabled and filed with section translations ASSERT (ArmMmuEnabled ()); diff --git a/ArmPkg/Drivers/CpuDxe/CpuMmuCommon.c b/ArmPkg/Drivers/CpuDxe/CpuMmuCommon.c index 13fa7cd01e..cdb1d6786a 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuMmuCommon.c +++ b/ArmPkg/Drivers/CpuDxe/CpuMmuCommon.c @@ -188,7 +188,7 @@ CpuSetMemoryAttributes ( if ((BaseAddress & (SIZE_4KB - 1)) != 0) { // Minimum granularity is SIZE_4KB (4KB on ARM) - DEBUG ((EFI_D_PAGE, "CpuSetMemoryAttributes(%lx, %lx, %lx): Minimum ganularity is SIZE_4KB\n", BaseAddress, Length, EfiAttributes)); + DEBUG ((DEBUG_PAGE, "CpuSetMemoryAttributes(%lx, %lx, %lx): Minimum granularity is SIZE_4KB\n", BaseAddress, Length, EfiAttributes)); return EFI_UNSUPPORTED; } diff --git a/ArmPkg/Drivers/CpuDxe/CpuMpCore.c b/ArmPkg/Drivers/CpuDxe/CpuMpCore.c index af0fb9b2e9..d16ae39792 100644 --- a/ArmPkg/Drivers/CpuDxe/CpuMpCore.c +++ b/ArmPkg/Drivers/CpuDxe/CpuMpCore.c @@ -61,7 +61,7 @@ PublishArmProcessorTable ( // Allocate Runtime memory for ARM processor table ArmProcessorTable = (ARM_PROCESSOR_TABLE*)AllocateRuntimePool(sizeof(ARM_PROCESSOR_TABLE)); - // Check if the memory allocation is succesful or not + // Check if the memory allocation is successful or not ASSERT(NULL != ArmProcessorTable); // Set ARM processor table to default values @@ -81,7 +81,7 @@ PublishArmProcessorTable ( ArmProcessorTable->ArmCpus = (ARM_CORE_INFO*)AllocateRuntimePool ( ArmProcessorTable->NumberOfEntries * sizeof(ARM_CORE_INFO)); - // Check if the memory allocation is succesful or not + // Check if the memory allocation is successful or not ASSERT(NULL != ArmProcessorTable->ArmCpus); // Copy ARM Processor Table data from HOB list to newly allocated memory diff --git a/ArmPkg/Drivers/CpuDxe/Exception.c b/ArmPkg/Drivers/CpuDxe/Exception.c index a4c0f2d45f..50ed50ebb0 100644 --- a/ArmPkg/Drivers/CpuDxe/Exception.c +++ b/ArmPkg/Drivers/CpuDxe/Exception.c @@ -27,7 +27,7 @@ InitializeExceptions ( VectorInfo = VectorInfoList; } - // intialize the CpuExceptionHandlerLib so we take over the exception vector table from the DXE Core + // initialize the CpuExceptionHandlerLib so we take over the exception vector table from the DXE Core InitializeCpuExceptionHandlers(VectorInfo); Status = EFI_SUCCESS; diff --git a/ArmPkg/Drivers/CpuPei/CpuPei.c b/ArmPkg/Drivers/CpuPei/CpuPei.c index b616810649..c44311d6b7 100644 --- a/ArmPkg/Drivers/CpuPei/CpuPei.c +++ b/ArmPkg/Drivers/CpuPei/CpuPei.c @@ -23,7 +23,7 @@ Abstract: // #include // -// The protocols, PPI and GUID defintions for this module +// The protocols, PPI and GUID definitions for this module // #include diff --git a/ArmPkg/Drivers/TimerDxe/TimerDxe.c b/ArmPkg/Drivers/TimerDxe/TimerDxe.c index 6843596fc3..dccaeae23c 100644 --- a/ArmPkg/Drivers/TimerDxe/TimerDxe.c +++ b/ArmPkg/Drivers/TimerDxe/TimerDxe.c @@ -365,7 +365,7 @@ TimerInitialize ( UINT32 TimerHypIntrNum; if (ArmIsArchTimerImplemented () == 0) { - DEBUG ((EFI_D_ERROR, "ARM Architectural Timer is not available in the CPU, hence cann't use this Driver \n")); + DEBUG ((DEBUG_ERROR, "ARM Architectural Timer is not available in the CPU, hence can't use this Driver \n")); ASSERT (0); } diff --git a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c b/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c index ef8a45301c..a66bcb1369 100644 --- a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c +++ b/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c @@ -691,7 +691,7 @@ FileGetPosition ( @param[in] Position The byte position from the start of the file to set. @retval EFI_SUCCESS The position was set. - @retval EFI_DEVICE_ERROR The semi-hosting positionning operation failed. + @retval EFI_DEVICE_ERROR The semi-hosting positioning operation failed. @retval EFI_UNSUPPORTED The seek request for nonzero is not valid on open directories. @retval EFI_INVALID_PARAMETER The parameter "This" is NULL. diff --git a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h b/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h index 64a56ee2f7..ce92fe9f1b 100644 --- a/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h +++ b/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.h @@ -157,7 +157,7 @@ FileGetPosition ( @param[in] Position The byte position from the start of the file to set. @retval EFI_SUCCESS The position was set. - @retval EFI_DEVICE_ERROR The semi-hosting positionning operation failed. + @retval EFI_DEVICE_ERROR The semi-hosting positioning operation failed. @retval EFI_UNSUPPORTED The seek request for nonzero is not valid on open directories. diff --git a/ArmPkg/Include/Library/ArmDisassemblerLib.h b/ArmPkg/Include/Library/ArmDisassemblerLib.h index 1c77b3dfe3..c103b72e81 100644 --- a/ArmPkg/Include/Library/ArmDisassemblerLib.h +++ b/ArmPkg/Include/Library/ArmDisassemblerLib.h @@ -10,8 +10,8 @@ #define __ARM_DISASSEBLER_LIB_H__ /** - Place a dissasembly of of **OpCodePtr into buffer, and update OpCodePtr to - point to next instructin. + Place a disassembly of **OpCodePtr into buffer, and update OpCodePtr to + point to next instruction. We cheat and only decode instructions that access memory. If the instruction is not found we dump the instruction in hex. diff --git a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c index e6e47c8c3b..7c698fe471 100644 --- a/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c +++ b/ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c @@ -152,7 +152,7 @@ MicroSecondDelay ( @param NanoSeconds The minimum number of nanoseconds to delay. - @return The value of NanoSeconds inputed. + @return The value of NanoSeconds inputted. **/ UINTN diff --git a/ArmPkg/Library/ArmDisassemblerLib/Aarch64Disassembler.c b/ArmPkg/Library/ArmDisassemblerLib/Aarch64Disassembler.c index f3afc4360f..353f41bfba 100644 --- a/ArmPkg/Library/ArmDisassemblerLib/Aarch64Disassembler.c +++ b/ArmPkg/Library/ArmDisassemblerLib/Aarch64Disassembler.c @@ -13,7 +13,7 @@ #include /** - Place a disassembly of of **OpCodePtr into buffer, and update OpCodePtr to + Place a disassembly of **OpCodePtr into buffer, and update OpCodePtr to point to next instruction. @param OpCodePtrPtr Pointer to pointer of instruction to disassemble. diff --git a/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c b/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c index b38a4ce07f..b4f0f8dbbf 100644 --- a/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c +++ b/ArmPkg/Library/ArmDisassemblerLib/ArmDisassembler.c @@ -137,8 +137,8 @@ RotateRight ( /** - Place a dissasembly of of **OpCodePtr into buffer, and update OpCodePtr to - point to next instructin. + Place a disassembly of **OpCodePtr into buffer, and update OpCodePtr to + point to next instruction. We cheat and only decode instructions that access memory. If the instruction is not found we dump the instruction in hex. diff --git a/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c b/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c index dbfaee0586..b665132d69 100644 --- a/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c +++ b/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c @@ -1,5 +1,5 @@ /** @file - Thumb Dissassembler. Still a work in progress. + Thumb Disassembler. Still a work in progress. Wrong output is a bug, so please fix it. Hex output means there is not yet an entry or a decode bug. @@ -103,7 +103,7 @@ typedef struct { } THUMB_INSTRUCTIONS; THUMB_INSTRUCTIONS gOpThumb[] = { -// Thumb 16-bit instrucitons +// Thumb 16-bit instructions // Op Mask Format { "ADC" , 0x4140, 0xffc0, DATA_FORMAT5 }, // ADC , { "ADR", 0xa000, 0xf800, ADR_FORMAT }, // ADR ,