Date
1 - 2 of 2
[edk2-platforms][PATCH v2 7/7] PhytiumCommonPkg: Pipeline: Resolving newly introduced dependency
Kun Qin
The new changes in SecureBootVariableLib brought in a new dependency
of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve PhytiumCommonPkg platforms build. Cc: Leif Lindholm <quic_llindhol@...> Cc: Peng Xie <xiepeng@...> Cc: Ling Jia <jialing@...> Cc: Yiqi Shu <shuyiqi@...> Signed-off-by: Kun Qin <kuqin12@...> --- Notes: v2: - No review, no change. Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc b/Si= licon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc index 2565b8ac626a..42fe2a5c2246 100644 --- a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc +++ b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc @@ -83,6 +83,7 @@ [LibraryClasses.common] SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf=0D SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBo= otVariableLib.inf=0D SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariablePro= visionLib/SecureBootVariableProvisionLib.inf=0D + PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPo= licy/PlatformPKProtectionLibVarPolicy.inf=0D =0D TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf=0D TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf=0D --=20 2.37.1.windows.1
|
|
Sami Mujawar
Hi Kun,
toggle quoted messageShow quoted text
Thank you for this patch. This change fixes the build break for Phytium platforms. Reviewed-by: Sami Mujawar <sami.mujawar@...> Regards, Sami Mujawar
On 21/07/2022 09:07 pm, Kun Qin via groups.io wrote:
The new changes in SecureBootVariableLib brought in a new dependency
|
|