Skip to content

Commit f8f2063

Browse files
committed
Kona: Temp: Disable SecProtocolFinderLib
1 parent 199d067 commit f8f2063

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Silicon/QC/Sm8250/QcomPkg/PlatformPei/PlatformPeiLib.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <Library/HobLib.h>
1414
#include <Library/MemoryAllocationLib.h>
1515
#include <Library/PcdLib.h>
16-
#include <Library/SecProtocolFinderLib.h>
16+
//#include <Library/SecProtocolFinderLib.h>
1717
#include "PlatformPeiLibInternal.h"
1818

1919
STATIC
@@ -150,7 +150,7 @@ VOID InstallPlatformHob()
150150
UINTN FvDecompressAddress = 0x9FC403D0;
151151
BOOLEAN gProdmodeInfo = FALSE;
152152

153-
InitProtocolFinder(&SchedIntfAddress, NULL);
153+
//InitProtocolFinder(&SchedIntfAddress, NULL);
154154

155155
BuildMemHobForFv(EFI_HOB_TYPE_FV2);
156156
BuildGuidDataHob(

Silicon/QC/Sm8250/QcomPkg/PlatformPei/PlatformPeiLib.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
MemoryAllocationLib
3838
MemoryMapHelperLib
3939
SerialPortLib
40-
SecProtocolFinderLib
40+
#SecProtocolFinderLib
4141

4242
[Guids]
4343
gEfiSchedIntfGuid

0 commit comments

Comments
 (0)