Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure with Intel platforms on VS2019 #208

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ ResetSystemLib|$(PLATFORM_SI_PACKAGE)/Pch/Library/BaseResetSystemLib/BaseResetSy
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

!if gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection == 1
Expand Down
1 change: 1 addition & 0 deletions Platform/Intel/QuarkPlatformPkg/Quark.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@
DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
!endif
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

!if $(CAPSULE_ENABLE) || $(RECOVERY_ENABLE)
Expand Down
1 change: 1 addition & 0 deletions Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@
DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
ResetSystemLib|QuarkSocPkg/QuarkNorthCluster/Library/ResetSystemLib/ResetSystemLib.inf
!endif
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

#
Expand Down
5 changes: 4 additions & 1 deletion Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,10 @@
PeiLib|MinPlatformPkg/Library/PeiLib/PeiLib.inf

[Components.IA32]
UefiCpuPkg/SecCore/SecCore.inf
UefiCpuPkg/SecCore/SecCore.inf {
<LibraryClasses>
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
}

!include MinPlatformPkg/Include/Dsc/CorePeiInclude.dsc

Expand Down
Loading