Skip to content

Commit

Permalink
Revert "Kona: Temp: Disable SecProtocolFinderLib"
Browse files Browse the repository at this point in the history
This reverts commit 9aa8cf4.
  • Loading branch information
gus33000 committed Feb 27, 2025
1 parent 9aa8cf4 commit 6f633d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Silicon/QC/Sm8250/QcomPkg/PlatformPei/PlatformPeiLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <Library/HobLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/PcdLib.h>
//#include <Library/SecProtocolFinderLib.h>
#include <Library/SecProtocolFinderLib.h>
#include "PlatformPeiLibInternal.h"

STATIC
Expand Down Expand Up @@ -150,7 +150,7 @@ VOID InstallPlatformHob()
UINTN FvDecompressAddress = 0x9FC403D0;
BOOLEAN gProdmodeInfo = FALSE;

//InitProtocolFinder(&SchedIntfAddress, NULL);
InitProtocolFinder(&SchedIntfAddress, NULL);

BuildMemHobForFv(EFI_HOB_TYPE_FV2);
BuildGuidDataHob(
Expand Down
2 changes: 1 addition & 1 deletion Silicon/QC/Sm8250/QcomPkg/PlatformPei/PlatformPeiLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
MemoryAllocationLib
MemoryMapHelperLib
SerialPortLib
#SecProtocolFinderLib
SecProtocolFinderLib

[Guids]
gEfiSchedIntfGuid
Expand Down

0 comments on commit 6f633d1

Please sign in to comment.