From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by mx.groups.io with SMTP id smtpd.web09.1623.1659659717345086026 for ; Thu, 04 Aug 2022 17:35:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ZTkLKz8g; spf=pass (domain: gmail.com, ip: 209.85.214.179, mailfrom: kuqin12@gmail.com) Received: by mail-pl1-f179.google.com with SMTP id t2so1299122ply.2 for ; Thu, 04 Aug 2022 17:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=wDArHCYHVMMuV/f7lxSJ1i3u5R4G4ymfGw2cL9DJD4M=; b=ZTkLKz8ggHUF4Zx0cGikXAaf6rSgbTLtlmA6hbPjs/ME7uxU8zmseHtUi0kk/4mTFo jahS9iOOQ5cC00Z2gY41YW59140ethkmMJ1AxV1zQkVPA0bRZzWotS3KJsq8zghNqjDu s43WV3lCN68K3QuGk6up/JxiWaFRqrLYye5uxrNEEiDsHWwhfKk1NZg0obzZs/rMOhgo IJtBgKDWYjC+fkGQJjYnfasbZK8ES6ym7STBObp1dEQ6SQfYDmlPRvpf0eb2dn5f2dZG 5iSbuYITE+Jpnenx1GLeD4010yvGu8TxaU0AHFinI/Id/TUjlfzPq8QNKqZRzlt/S1a9 k0Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=wDArHCYHVMMuV/f7lxSJ1i3u5R4G4ymfGw2cL9DJD4M=; b=xSndNN6X8Qj6i9AbXZ8Q5xhGrNXQFYzRWvmI17Pl5Pw9l/uIPRPOMoNbSDJbsMk2Ue paBRTbXFqK4Vv8aWvLly+nq1TbRmfFxFrLBEoO8b85tIrIa1l0DhEos0irAZlmWyo17L ozSU8YNEJf4P4Vb+HV8y7khsFgBW25+PB5BlP7BL4Y4OWPygRLcjqcAP0MDSjofff1OD YKcvyS2BYj1tcydbQIPkEDu/GmvkhlnqI2GXxb9IhaaVfPMYSiW1vWkpeD/fFKOzmFx7 3LAMHOA1q/uwka5Fg7/BgxjAC4SOGga+OPDgbXt7cjXvf/4UtyCwn0uzAxp69AChoJCE Xv/A== X-Gm-Message-State: ACgBeo1zrohaVMF6RyAybYAjUNlq/nRkq/GRNmmi56ZV9ocTbXbdMNz6 S/dX+Dcw500kEVP9pYSO5SUGiWwHrjI= X-Google-Smtp-Source: AA6agR5rDTE5EE8nPVDuEME0OPiauRcyvf/9dwawFslxL9c+2bKjg/jpDSvltQMIq53/pKESlOfhog== X-Received: by 2002:a17:902:c406:b0:16e:df76:5267 with SMTP id k6-20020a170902c40600b0016edf765267mr4287393plk.8.1659659716665; Thu, 04 Aug 2022 17:35:16 -0700 (PDT) Return-Path: Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:a:a1b3:892a:ee11:1b86]) by smtp.gmail.com with ESMTPSA id 141-20020a621493000000b0052d14966783sm1661198pfu.15.2022.08.04.17.35.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Aug 2022 17:35:16 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Abner Chang , Gilbert Chen , Daniel Schaefer Subject: [edk2-platforms][PATCH v4 2/6] U5SeriesPkg: Platform Build: Resolving newly introduced dependency Date: Thu, 4 Aug 2022 17:35:07 -0700 Message-Id: <20220805003512.1478-3-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20220805003512.1478-1-kuqin12@gmail.com> References: <20220805003512.1478-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 =20=20=20=20 v4: - Updated commit title. 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