Reviewed-by: S, Ashraf Ali <[email protected]> Thanks., S, Ashraf Ali
-----Original Message----- From: Ni, Ray <[email protected]> Sent: Monday, November 13, 2023 1:09 PM To: [email protected] Cc: Chiu, Chasel <[email protected]>; Desimone, Nathaniel L <[email protected]>; Duggapu, Chinni B <[email protected]>; Ng, Ray Han Lim <[email protected]>; Zeng, Star <[email protected]>; Kuo, Ted <[email protected]>; S, Ashraf Ali <[email protected]>; Mohapatra, Susovan <[email protected]> Subject: [PATCH] IntelFsp2Pkg/FspMultiPhaseLib: Remove EFIAPI for local function FspMultiPhaseWorker() is a local function that's called from FspMultiPhaseMemInitApiHandler() and FspMultiPhaseSiInitApiHandlerV2(). Remove "EFIAPI" from its function header. Signed-off-by: Ray Ni <[email protected]> Cc: Chasel Chiu <[email protected]> Cc: Nate DeSimone <[email protected]> Cc: Duggapu Chinni B <[email protected]> Cc: Ray Han Lim Ng <[email protected]> Cc: Star Zeng <[email protected]> Cc: Ted Kuo <[email protected]> Cc: Ashraf Ali S <[email protected]> Cc: Susovan Mohapatra <[email protected]> --- IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/FspMultiPhaseLib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/FspMultiPhaseLib.c b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/FspMultiPhaseLib.c index 3786da91b1..4fc4104226 100644 --- a/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/FspMultiPhaseLib.c +++ b/IntelFsp2Pkg/Library/BaseFspMultiPhaseLib/FspMultiPhaseLib.c @@ -1,7 +1,7 @@ /** @file FSP MultiPhase library. - Copyright (c) 2022, Intel Corporation. All rights reserved.<BR> + Copyright (c) 2022 - 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -58,7 +58,6 @@ FspVariableRequestSwitchStack ( @retval EFI_DEVICE_ERROR FSP initialization failed. **/ EFI_STATUS -EFIAPI FspMultiPhaseWorker ( IN UINT32 ApiIdx, IN VOID *ApiParam -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111130): https://edk2.groups.io/g/devel/message/111130 Mute This Topic: https://groups.io/mt/102557250/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
