mirror of https://github.com/acidanthera/audk.git
IntelFspPkg/IntelFspWrapperPkg: Fix some typos.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16040 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
51b8553fd2
commit
b5fd61fe8c
|
@ -15,8 +15,8 @@
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function provides dummy function so that SecCore can pass pass build
|
This function provides dummy function so that SecCore can pass build
|
||||||
Validation in Ia32FamilyCpuPkg. All real platform library instances needs
|
validation in IntelFspPkg. All real platform library instances needs
|
||||||
to implement the real entry point in assembly.
|
to implement the real entry point in assembly.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
|
|
|
@ -251,7 +251,7 @@ FspHobProcess (
|
||||||
DEBUG((DEBUG_INFO, "S3 memory %Xh - %Xh bytes\n", S3PeiMemBase, S3PeiMemSize));
|
DEBUG((DEBUG_INFO, "S3 memory %Xh - %Xh bytes\n", S3PeiMemBase, S3PeiMemSize));
|
||||||
|
|
||||||
//
|
//
|
||||||
// Make sure Stack and PeiMemory are not overlap - JYAO1
|
// Make sure Stack and PeiMemory are not overlap
|
||||||
//
|
//
|
||||||
|
|
||||||
Status = PeiServicesInstallPeiMemory (
|
Status = PeiServicesInstallPeiMemory (
|
||||||
|
@ -280,7 +280,7 @@ FspHobProcess (
|
||||||
|
|
||||||
if (Status == EFI_SUCCESS) {
|
if (Status == EFI_SUCCESS) {
|
||||||
//
|
//
|
||||||
// Make sure Stack and CapsuleBuffer are not overlap - JYAO1
|
// Make sure Stack and CapsuleBuffer are not overlap
|
||||||
//
|
//
|
||||||
CapsuleBuffer = (VOID *)(UINTN)BASE_1MB;
|
CapsuleBuffer = (VOID *)(UINTN)BASE_1MB;
|
||||||
CapsuleBufferLength = (UINTN)(LowMemorySize - PeiMemSize);
|
CapsuleBufferLength = (UINTN)(LowMemorySize - PeiMemSize);
|
||||||
|
@ -313,7 +313,7 @@ FspHobProcess (
|
||||||
);
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Make sure Stack and CapsuleBuffer are not overlap - JYAO1
|
// Make sure Stack and CapsuleBuffer are not overlap
|
||||||
//
|
//
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue