summaryrefslogtreecommitdiffstats
path: root/IntelFsp2Pkg/FspSecCore
diff options
context:
space:
mode:
authorKuo, Ted <ted.kuo@intel.com>2022-03-14 12:22:38 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-22 07:56:09 +0000
commitec0b54849b23efa25caf0055b0eef8bf9b4dec98 (patch)
treed9972d9671d3aedda9e9c7901eed20df2e0fde8c /IntelFsp2Pkg/FspSecCore
parent267a92fef3b705e6a3ecbeaa4d4b58f7bfac9734 (diff)
downloadedk2-ec0b54849b23efa25caf0055b0eef8bf9b4dec98.tar.gz
edk2-ec0b54849b23efa25caf0055b0eef8bf9b4dec98.tar.bz2
edk2-ec0b54849b23efa25caf0055b0eef8bf9b4dec98.zip
IntelFsp2Pkg: BaseFspCommonLib Support for X64
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3867 Add BaseFspCommonLib Support for X64. Cc: Chasel Chiu <chasel.chiu@intel.com> Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Ashraf Ali S <ashraf.ali.s@intel.com> Signed-off-by: Ted Kuo <ted.kuo@intel.com> Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Diffstat (limited to 'IntelFsp2Pkg/FspSecCore')
-rw-r--r--IntelFsp2Pkg/FspSecCore/SecFsp.c2
-rw-r--r--IntelFsp2Pkg/FspSecCore/SecFsp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/IntelFsp2Pkg/FspSecCore/SecFsp.c b/IntelFsp2Pkg/FspSecCore/SecFsp.c
index f79d45900e..68e588dd41 100644
--- a/IntelFsp2Pkg/FspSecCore/SecFsp.c
+++ b/IntelFsp2Pkg/FspSecCore/SecFsp.c
@@ -217,7 +217,7 @@ FspGlobalDataInit (
**/
VOID
FspDataPointerFixUp (
- IN UINT32 OffsetGap
+ IN UINTN OffsetGap
)
{
FSP_GLOBAL_DATA *NewFspData;
diff --git a/IntelFsp2Pkg/FspSecCore/SecFsp.h b/IntelFsp2Pkg/FspSecCore/SecFsp.h
index aacd32f7f7..7c9be85fe0 100644
--- a/IntelFsp2Pkg/FspSecCore/SecFsp.h
+++ b/IntelFsp2Pkg/FspSecCore/SecFsp.h
@@ -61,7 +61,7 @@ FspGlobalDataInit (
**/
VOID
FspDataPointerFixUp (
- IN UINT32 OffsetGap
+ IN UINTN OffsetGap
);
/**