summaryrefslogtreecommitdiff
path: root/IntelFsp2Pkg/Include/Library
diff options
context:
space:
mode:
authorSatya Yarlagadda <satya.p.yarlagadda@intel.com>2016-07-13 21:02:46 +0800
committerLiming Gao <liming.gao@intel.com>2016-07-18 13:17:23 +0800
commit35126af96ce8dcb184aba5caf87f476bf20790dc (patch)
treece22bc24624452c705c2d713c0523e2f2d715128 /IntelFsp2Pkg/Include/Library
parente7a5a238c32f62441ed5a156525b9db96f0892da (diff)
downloadedk2-35126af96ce8dcb184aba5caf87f476bf20790dc.zip
edk2-35126af96ce8dcb184aba5caf87f476bf20790dc.tar.gz
edk2-35126af96ce8dcb184aba5caf87f476bf20790dc.tar.bz2
IntelFsp2Pkg BaseFspPlatformLib: Remove Boot Loader tempram Migration
In FSP2.0, Boot loader should migrate its temp ram before calling the tempramexit API to tear down the tempram. so, we don't need the function to migrate the BL TempRam in the IntelFsp2Pkg. Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Satya Yarlagadda <satya.p.yarlagadda@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/Include/Library')
-rw-r--r--IntelFsp2Pkg/Include/Library/FspPlatformLib.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/IntelFsp2Pkg/Include/Library/FspPlatformLib.h b/IntelFsp2Pkg/Include/Library/FspPlatformLib.h
index 9247bd5..61e77bd 100644
--- a/IntelFsp2Pkg/Include/Library/FspPlatformLib.h
+++ b/IntelFsp2Pkg/Include/Library/FspPlatformLib.h
@@ -38,15 +38,6 @@ FspGetSystemMemorySize (
IN OUT UINT64 *HighMemoryLength
);
-/**
- Migrate BootLoader data before destroying CAR.
-
-**/
-VOID
-EFIAPI
-FspMigrateTemporaryMemory (
- VOID
- );
/**
Set a new stack frame for the continuation function.