IntelFsp2Pkg: Update Function header to support IA32/X64.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4126 Common functions will have either 32bit or 64bit instances which having different return code size. Function header should support both scenarios. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Star Zeng <star.zeng@intel.com> Signed-off-by: Chasel Chiu <chasel.chiu@intel.com> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
957a15adaf
commit
c46204e25f
@@ -70,7 +70,7 @@ FspDataPointerFixUp (
|
||||
@return FSP binary base address.
|
||||
|
||||
**/
|
||||
UINT32
|
||||
UINTN
|
||||
EFIAPI
|
||||
AsmGetFspBaseAddress (
|
||||
VOID
|
||||
@@ -82,7 +82,7 @@ AsmGetFspBaseAddress (
|
||||
@return FSP binary base address.
|
||||
|
||||
**/
|
||||
UINT32
|
||||
UINTN
|
||||
EFIAPI
|
||||
AsmGetFspInfoHeader (
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user