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.web09.2197.1659481185592132362 for ; Tue, 02 Aug 2022 15:59:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=qj/hvgMI; spf=pass (domain: gmail.com, ip: 209.85.216.46, mailfrom: kuqin12@gmail.com) Received: by mail-pj1-f46.google.com with SMTP id t22so7055620pjy.1 for ; Tue, 02 Aug 2022 15:59:45 -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=MMEsC7j0yUo5m25FwWRS88c5W4zYZxemC89wBptqBs8=; b=qj/hvgMIfx3xcfWOpXlDE1PDvYdvhlDLdzjrbk5smeE5In9dXz0lj82nPXSj80tcHx R/Q9/w89EW5+kIpllEc0NLm8Iuz72HpeyucfyO/CPhLrzRZjJrr21O4AM5ejx1t96mDo T6xK5NFxhyqT3xFXoRwdvIUGkcACuSR2oYyfOJXfDTJV+Dh1hRRxnH7rzDMa98fmsjIm bokNuh0sbjVKxXeMwcOHiqC7kJ+M3ZvZZ8mveh7Ia9vYpC8mIkLo7E/Uo82gff6TxVFR FX3/jakBqgWyZ9SAXFvUqL8TclXqBFUsFAYMcln3GHEt/5PvY66kJvZ5t+QcsJjUcIze M/DA== 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=MMEsC7j0yUo5m25FwWRS88c5W4zYZxemC89wBptqBs8=; b=e7r9rCiFez9Gm1P3zguy4dVCw4Oo1lrXosjqB08QXfv6fbBSlxFxkZcyv7vtIF+m7Z a7XftfB0eM/IcJAu7jvaZpEGcy12mfrzSWqJCa/YVK6a8zu0rOxsWPA8faQZJffoQuD/ k8EQFpQLK6/q7L7zhz+nkCgNAZWnOzUU9Wcm781NPgSESCVJUGx90ExUzr4raI1fX2ML 6HNdxGh7yn5+XNQ+uTghVfVBPutXrTh563L4pW9X4oV37Nx1WJYwPkuwAZmyyaxGhsbX 2nE+mPEg6aHd4wmXCe0kgfD2zKVks/iEVihJRHMqHB75HBHP4xSXmtCklhE35DdSzXWK MS8w== X-Gm-Message-State: ACgBeo2vGeNT6yGF4wPZyI+d4QKwJgaqlraIhdyNph0CYDkGUqngl506 GEIUsL4trCNmXJcrwr+UvP4frwEWJSI= X-Google-Smtp-Source: AA6agR7XW27wid5AVaHjJY2gUg/DByRenMjYwXrwIaN8U9l+Ewp9L8QxI452+SsDalVDy3ClsQRsmQ== X-Received: by 2002:a17:902:ce09:b0:16b:ec52:760b with SMTP id k9-20020a170902ce0900b0016bec52760bmr23129336plg.155.1659481184821; Tue, 02 Aug 2022 15:59:44 -0700 (PDT) Return-Path: Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:3:4cf8:32fd:5412:5cd1]) by smtp.gmail.com with ESMTPSA id w10-20020a63490a000000b0041aeb36088asm9555669pga.16.2022.08.02.15.59.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Aug 2022 15:59:44 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Abner Chang , Gilbert Chen , Daniel Schaefer Subject: [edk2-platforms][PATCH v3 2/6] U5SeriesPkg: Pipeline: Resolving newly introduced dependency Date: Tue, 2 Aug 2022 15:59:35 -0700 Message-Id: <20220802225940.1224-3-kuqin12@gmail.com> X-Mailer: git-send-email 2.37.1.windows.1 In-Reply-To: <20220802225940.1224-1-kuqin12@gmail.com> References: <20220802225940.1224-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