mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: Fix various typos
Fix various typos in ArmPlatformPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
ff5fef1428
commit
16f3544ddd
|
@ -1109,7 +1109,7 @@ NorFlashWriteSingleBlock (
|
|||
@retval EFI_SUCCESS The data was read correctly from the device.
|
||||
@retval EFI_DEVICE_ERROR The device reported an error while performing the read.
|
||||
@retval EFI_NO_MEDIA There is no media in the device.
|
||||
@retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
|
||||
@retval EFI_MEDIA_CHANGED The MediaId does not match the current device.
|
||||
@retval EFI_INVALID_PARAMETER The read request contains device addresses that are not
|
||||
valid for the device.
|
||||
|
||||
|
@ -1154,7 +1154,7 @@ NorFlashDiskIoReadDisk (
|
|||
@retval EFI_WRITE_PROTECTED The device can not be written to.
|
||||
@retval EFI_DEVICE_ERROR The device reported an error while performing the write.
|
||||
@retval EFI_NO_MEDIA There is no media in the device.
|
||||
@retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
|
||||
@retval EFI_MEDIA_CHANGED The MediaId does not match the current device.
|
||||
@retval EFI_INVALID_PARAMETER The write request contains device addresses that are not
|
||||
valid for the device.
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
//
|
||||
#include <PiPei.h>
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
// The protocols, PPI and GUID definitions for this module
|
||||
//
|
||||
#include <Ppi/MasterBootMode.h>
|
||||
#include <Ppi/BootInRecoveryMode.h>
|
||||
|
|
|
@ -112,7 +112,7 @@ PL011UartSetControl (
|
|||
. EFI_SERIAL_OUTPUT_BUFFER_EMPTY : equal to one if the
|
||||
transmit buffer is empty, 0 otherwise.
|
||||
. EFI_SERIAL_HARDWARE_LOOPBACK_ENABLE : equal to one if
|
||||
the hardware loopback is enabled (the ouput feeds the
|
||||
the hardware loopback is enabled (the output feeds the
|
||||
receive buffer), 0 otherwise.
|
||||
. EFI_SERIAL_SOFTWARE_LOOPBACK_ENABLE : equal to one if
|
||||
a loopback is accomplished by software, 0 otherwise.
|
||||
|
|
|
@ -321,7 +321,7 @@ PL011UartSetControl (
|
|||
. EFI_SERIAL_OUTPUT_BUFFER_EMPTY : equal to one if the
|
||||
transmit buffer is empty, 0 otherwise.
|
||||
. EFI_SERIAL_HARDWARE_LOOPBACK_ENABLE : equal to one if
|
||||
the hardware loopback is enabled (the ouput feeds the
|
||||
the hardware loopback is enabled (the output feeds the
|
||||
receive buffer), 0 otherwise.
|
||||
. EFI_SERIAL_SOFTWARE_LOOPBACK_ENABLE : equal to one if
|
||||
a loopback is accomplished by software, 0 otherwise.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <PiPei.h>
|
||||
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
// The protocols, PPI and GUID definitions for this module
|
||||
//
|
||||
#include <Ppi/MasterBootMode.h>
|
||||
#include <Ppi/BootInRecoveryMode.h>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include <PiPei.h>
|
||||
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
// The protocols, PPI and GUID definitions for this module
|
||||
//
|
||||
#include <Ppi/MasterBootMode.h>
|
||||
#include <Ppi/BootInRecoveryMode.h>
|
||||
|
|
|
@ -38,7 +38,7 @@ CreatePpiList (
|
|||
PlatformPpiListSize = 0;
|
||||
ArmPlatformGetPlatformPpiList (&PlatformPpiListSize, &PlatformPpiList);
|
||||
|
||||
// Copy the Common and Platform PPis in Temporrary Memory
|
||||
// Copy the Common and Platform PPis in Temporary Memory
|
||||
ListBase = PcdGet64 (PcdCPUCoresStackBase);
|
||||
CopyMem ((VOID*)ListBase, gCommonPpiTable, sizeof(gCommonPpiTable));
|
||||
CopyMem ((VOID*)(ListBase + sizeof(gCommonPpiTable)), PlatformPpiList, PlatformPpiListSize);
|
||||
|
|
|
@ -193,7 +193,7 @@ CEntryPoint (
|
|||
ArmCallSEV ();
|
||||
}
|
||||
} else {
|
||||
// Wait the Primay core has defined the address of the Global Variable region (event: ARM_CPU_EVENT_DEFAULT)
|
||||
// Wait the Primary core has defined the address of the Global Variable region (event: ARM_CPU_EVENT_DEFAULT)
|
||||
ArmCallWFE ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue