mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 00:54:06 +02:00
IntelFspPkg: Fix typos in comments
- tempory -> temporary - immediatly -> immediately - permenent -> permanent - paramter -> parameter - funciton -> function Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
This commit is contained in:
parent
74cdb367ad
commit
13ca714cd2
@ -39,7 +39,7 @@ UINT64 mIdtEntryTemplate = 0xffff8e000008ffe4ULL;
|
|||||||
|
|
||||||
|
|
||||||
@param[in] SizeOfRam Size of the temporary memory available for use.
|
@param[in] SizeOfRam Size of the temporary memory available for use.
|
||||||
@param[in] TempRamBase Base address of tempory ram
|
@param[in] TempRamBase Base address of temporary ram
|
||||||
@param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
|
@param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
|
||||||
@param[in] PeiCore PeiCore entry point.
|
@param[in] PeiCore PeiCore entry point.
|
||||||
@param[in] BootLoaderStack BootLoader stack.
|
@param[in] BootLoaderStack BootLoader stack.
|
||||||
@ -200,8 +200,8 @@ SecTemporaryRamSupport (
|
|||||||
|
|
||||||
//
|
//
|
||||||
// SecSwitchStack function must be invoked after the memory migration
|
// SecSwitchStack function must be invoked after the memory migration
|
||||||
// immediatly, also we need fixup the stack change caused by new call into
|
// immediately, also we need fixup the stack change caused by new call into
|
||||||
// permenent memory.
|
// permanent memory.
|
||||||
//
|
//
|
||||||
SecSwitchStack (
|
SecSwitchStack (
|
||||||
(UINT32) (UINTN) OldStack,
|
(UINT32) (UINTN) OldStack,
|
||||||
|
@ -105,7 +105,7 @@ InitializeFloatingPointUnits (
|
|||||||
|
|
||||||
|
|
||||||
@param[in] SizeOfRam Size of the temporary memory available for use.
|
@param[in] SizeOfRam Size of the temporary memory available for use.
|
||||||
@param[in] TempRamBase Base address of tempory ram
|
@param[in] TempRamBase Base address of temporary ram
|
||||||
@param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
|
@param[in] BootFirmwareVolume Base address of the Boot Firmware Volume.
|
||||||
@param[in] PeiCore PeiCore entry point.
|
@param[in] PeiCore PeiCore entry point.
|
||||||
@param[in] BootLoaderStack BootLoader stack.
|
@param[in] BootLoaderStack BootLoader stack.
|
||||||
|
@ -40,9 +40,9 @@ GetFspGlobalDataPointer (
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function gets back the FSP API paramter passed by the bootlaoder.
|
This function gets back the FSP API parameter passed by the bootlaoder.
|
||||||
|
|
||||||
@retval ApiParameter FSP API paramter passed by the bootlaoder.
|
@retval ApiParameter FSP API parameter passed by the bootlaoder.
|
||||||
**/
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
EFIAPI
|
EFIAPI
|
||||||
@ -51,7 +51,7 @@ GetFspApiParameter (
|
|||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function sets the FSP API paramter in the stack.
|
This function sets the FSP API parameter in the stack.
|
||||||
|
|
||||||
@param[in] Value New parameter value.
|
@param[in] Value New parameter value.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
||||||
This funciton will switch the current stack to the previous saved stack.
|
This function will switch the current stack to the previous saved stack.
|
||||||
Before calling the previous stack has to be set in FSP_GLOBAL_DATA.CoreStack.
|
Before calling the previous stack has to be set in FSP_GLOBAL_DATA.CoreStack.
|
||||||
EIP
|
EIP
|
||||||
FLAGS 16 bit FLAGS 16 bit
|
FLAGS 16 bit FLAGS 16 bit
|
||||||
|
@ -89,9 +89,9 @@ GetFspGlobalDataPointer (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function gets back the FSP API paramter passed by the bootlaoder.
|
This function gets back the FSP API parameter passed by the bootlaoder.
|
||||||
|
|
||||||
@retval ApiParameter FSP API paramter passed by the bootlaoder.
|
@retval ApiParameter FSP API parameter passed by the bootlaoder.
|
||||||
**/
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
EFIAPI
|
EFIAPI
|
||||||
@ -106,7 +106,7 @@ GetFspApiParameter (
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function sets the FSP API paramter in the stack.
|
This function sets the FSP API parameter in the stack.
|
||||||
|
|
||||||
@param[in] Value New parameter value.
|
@param[in] Value New parameter value.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user