IntelFsp2Pkg: Correct ApiIdx type

For function FspMultiPhasePlatformGetNumberOfPhases, the type
of ApiIdx is not aligned in header file and c function, correct
and make it align.

Signed-off-by: Hongbin1 Zhang <hongbin1.zhang@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Ted Kuo <ted.kuo@intel.com>
Cc: Ashraf Ali S <ashraf.ali.s@intel.com>
This commit is contained in:
Hongbin1 Zhang
2025-11-05 13:20:48 +08:00
committed by mergify[bot]
parent 33219cef73
commit 2fda942498
2 changed files with 2 additions and 2 deletions
@@ -112,7 +112,7 @@ FspMultiPhaseSiInitApiHandler (
BOOLEAN
EFIAPI
FspMultiPhasePlatformGetNumberOfPhases (
IN UINTN ApiIdx,
IN UINT32 ApiIdx,
IN OUT UINT32 *NumberOfPhasesSupported
);
@@ -62,7 +62,7 @@ FspMultiPhaseSiInitApiHandler (
BOOLEAN
EFIAPI
FspMultiPhasePlatformGetNumberOfPhases (
IN UINT8 ApiIdx,
IN UINT32 ApiIdx,
IN OUT UINT32 *NumberOfPhasesSupported
)
{