Clean up code.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed off by: Jiewen Yao <jiewen.yao@intel.com> Reviewed by: Eric Dong <eric.dong@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15743 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -244,6 +244,8 @@ FspHobProcess (
|
||||
LowMemorySize
|
||||
);
|
||||
|
||||
S3PeiMemBase = 0;
|
||||
S3PeiMemSize = 0;
|
||||
Status = GetS3MemoryInfo (&S3PeiMemBase, &S3PeiMemSize);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
DEBUG((DEBUG_INFO, "S3 memory %Xh - %Xh bytes\n", S3PeiMemBase, S3PeiMemSize));
|
||||
|
@@ -12,6 +12,9 @@
|
||||
|
||||
**/
|
||||
|
||||
#ifndef __FSP_H__
|
||||
#define __FSP_H__
|
||||
|
||||
//
|
||||
// Fv Header
|
||||
//
|
||||
@@ -41,3 +44,5 @@
|
||||
//
|
||||
#define FSP_HEADER_IMAGEBASE_OFFSET 0x1C
|
||||
#define FSP_HEADER_TEMPRAMINIT_OFFSET 0x30
|
||||
|
||||
#endif
|
||||
|
@@ -52,7 +52,7 @@
|
||||
Ia32/PeiCoreEntry.asm
|
||||
Ia32/AsmSaveSecContext.asm
|
||||
Ia32/Stack.asm
|
||||
|
||||
Ia32/Fsp.h
|
||||
Ia32/SecEntry.S
|
||||
Ia32/PeiCoreEntry.S
|
||||
Ia32/AsmSaveSecContext.S
|
||||
|
Reference in New Issue
Block a user