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>
This commit is contained in:
@@ -38,7 +38,7 @@ GetFspGlobalDataPointer (
|
||||
|
||||
@retval ApiParameter FSP API first parameter passed by the bootloader.
|
||||
**/
|
||||
UINT32
|
||||
UINTN
|
||||
EFIAPI
|
||||
GetFspApiParameter (
|
||||
VOID
|
||||
@@ -49,7 +49,7 @@ GetFspApiParameter (
|
||||
|
||||
@retval ApiParameter FSP API second parameter passed by the bootloader.
|
||||
**/
|
||||
UINT32
|
||||
UINTN
|
||||
EFIAPI
|
||||
GetFspApiParameter2 (
|
||||
VOID
|
||||
@@ -87,7 +87,7 @@ SetFspApiParameter (
|
||||
VOID
|
||||
EFIAPI
|
||||
SetFspApiReturnStatus (
|
||||
IN UINT32 ReturnStatus
|
||||
IN UINTN ReturnStatus
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user