These are all internal functions that don't interface with
assembly code or other drivers. Therefore EFIAPI is not
required.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <[email protected]>
---
 OvmfPkg/Sec/SecMain.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/OvmfPkg/Sec/SecMain.c b/OvmfPkg/Sec/SecMain.c
index 19edd98..8968357 100644
--- a/OvmfPkg/Sec/SecMain.c
+++ b/OvmfPkg/Sec/SecMain.c
@@ -205,7 +205,6 @@ FindFfsSectionInSections (
 
 **/
 EFI_STATUS
-EFIAPI
 FindFfsFileAndSection (
   IN  EFI_FIRMWARE_VOLUME_HEADER       *Fv,
   IN  EFI_FV_FILETYPE                  FileType,
@@ -280,7 +279,6 @@ FindFfsFileAndSection (
 
 **/
 EFI_STATUS
-EFIAPI
 DecompressGuidedFv (
   IN OUT EFI_FIRMWARE_VOLUME_HEADER       **Fv
   )
@@ -370,7 +368,6 @@ DecompressGuidedFv (
 
 **/
 EFI_STATUS
-EFIAPI
 FindPeiCoreImageBaseInFv (
   IN  EFI_FIRMWARE_VOLUME_HEADER       *Fv,
   OUT  EFI_PHYSICAL_ADDRESS             *PeiCoreImageBase
@@ -414,7 +411,6 @@ FindPeiCoreImageBaseInFv (
 
 **/
 VOID
-EFIAPI
 FindPeiCoreImageBase (
   IN OUT  EFI_FIRMWARE_VOLUME_HEADER       **BootFv,
      OUT  EFI_PHYSICAL_ADDRESS             *PeiCoreImageBase
@@ -434,7 +430,6 @@ FindPeiCoreImageBase (
 
 **/
 EFI_STATUS
-EFIAPI
 FindImageBase (
   IN  EFI_FIRMWARE_VOLUME_HEADER       *BootFirmwareVolumePtr,
   OUT EFI_PHYSICAL_ADDRESS             *SecCoreImageBase
@@ -527,7 +522,6 @@ FindImageBase (
 
 **/
 VOID
-EFIAPI
 FindAndReportEntryPoints (
   IN  EFI_FIRMWARE_VOLUME_HEADER       **BootFirmwareVolumePtr,
   OUT EFI_PEI_CORE_ENTRY_POINT         *PeiCoreEntryPoint
-- 
1.8.5.2


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to