From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mx.groups.io with SMTP id smtpd.web11.34.1658434056237932703 for ; Thu, 21 Jul 2022 13:07:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Co795m3v; spf=pass (domain: gmail.com, ip: 209.85.216.46, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f46.google.com with SMTP id bk6-20020a17090b080600b001f2138a2a7bso5008594pjb.1 for ; Thu, 21 Jul 2022 13:07:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=MMEsC7j0yUo5m25FwWRS88c5W4zYZxemC89wBptqBs8=; b=Co795m3vr5WhyAuTw+stvNiM3F6k5anKM+wLugbiTF8fhdMQoqS+Bctz6eE07gSK12 YqbyfzhFIM4MwViURx7v5wK8kd6XWubvkSvxJjN1OIE4QOBghzRF8TMluh3hEOch2/7b bUYVX5J2XWgJB0/YM7KANq/bn3fVUE1qoDhtuN/AAtdDGiqCYccserGitD+Zsot3Ab4F XZq071KCelRPN7/AlVELWc9u/N7v5A+wmM1KORkVfHnc1OPQf0TpnRZPhQYxHsXwNcu1 i9MFShUzt6Evrsmnhij0MdMC55ouVsa793ZqtMa5NJCIqF70zYB20kHgpboLhn8+oVBu IAjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=MMEsC7j0yUo5m25FwWRS88c5W4zYZxemC89wBptqBs8=; b=huFwVMAKJdeNnoOMSs8yIGL7LK6C7b2R5rrsbMgVEqObDB+oj2Ac5zX+pJ0NYU6x3j IqN1Xf43RXhon+ILTmeVPRyjIfA2tUgzryuh/4QyGWIcfO5MDUWDKVvATTIm9L7UchL3 Y/u5ecoYU1u9b6vojHK37qudvr+Tf94B8hCXitq/+A03AbTowiRNKhSj56gXKfrU9GDx geSYNV/831PdCUkCq5fOoYHbVRg1z0O5EeIecpNOFhr+HfDsS4FimjV/nYJWXun7jQx0 6ucgUzDTF0v8AbIVvQmCeIyLaGfDmShECD6ehCIhSkaYiR1n5YQ2xxOJZZsRNTQBEIZW SOqA== X-Gm-Message-State: AJIora8RI5UsUTjNp6v/BW5OVZndhxUoDD17gaKvqskijM0MZ/4kzb1s i+i18IAf3VajgEdJ8ohUATyw+N3nrIw= X-Google-Smtp-Source: AGRyM1uJqVitzdIYXtNF8qfezK7gJMoFya+mGkxTtMvxMWI9/R2u1UBQwsHMsozLVsaoo0mDGOSmFg== X-Received: by 2002:a17:902:6bcc:b0:16d:17db:3374 with SMTP id m12-20020a1709026bcc00b0016d17db3374mr130827plt.101.1658434055530; Thu, 21 Jul 2022 13:07:35 -0700 (PDT) Return-Path: Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:3:24ce:6464:b273:7182]) by smtp.gmail.com with ESMTPSA id q3-20020a632a03000000b00415b0c3f0b1sm1912494pgq.69.2022.07.21.13.07.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Jul 2022 13:07:35 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Abner Chang , Gilbert Chen , Daniel Schaefer Subject: [edk2-platforms][PATCH v2 2/7] U5SeriesPkg: Pipeline: Resolving newly introduced dependency Date: Thu, 21 Jul 2022 13:07:25 -0700 Message-Id: <20220721200730.1811-3-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20220721200730.1811-1-kuqin12@gmail.com> References: <20220721200730.1811-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve U5SeriesPkg platforms build. Cc: Abner Chang Cc: Gilbert Chen Cc: Daniel Schaefer Signed-off-by: Kun Qin --- Notes: v2: - No review, no change Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 1 + Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc b/P= latform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc index 7b36b2c885e0..fc1ed012a541 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc @@ -127,6 +127,7 @@ [LibraryClasses] AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.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 !else=0D TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf=0D AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf=0D diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U5= 40.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.d= sc index 26895a75ec2f..e59955d09452 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc @@ -127,6 +127,7 @@ [LibraryClasses] AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.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 !else=0D TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf=0D AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf=0D --=20 2.37.1.windows.1