From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f175.google.com (mail-pg1-f175.google.com [209.85.215.175]) by mx.groups.io with SMTP id smtpd.web12.2200.1659481186065339715 for ; Tue, 02 Aug 2022 15:59:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=owBMnKIp; spf=pass (domain: gmail.com, ip: 209.85.215.175, mailfrom: kuqin12@gmail.com) Received: by mail-pg1-f175.google.com with SMTP id f65so13579630pgc.12 for ; Tue, 02 Aug 2022 15:59:46 -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=6b/VSg9NNRwEyhAKH9nYktvjQiYQUlueVq7enamji8E=; b=owBMnKIpMwhFV0BcC1kKCpZJlRDv1AHrADFRu3dvkuA3g0nXEm4tvOWZ9W+THWFaRj PicAbIdMrGoa5EvG2Mr1DMp3WWrtOYbzLqPD55u07bI4kb4EGI/E9b48Nuh8pi3tvAF4 O7xCiWRO0AXfugSpPzAhpITz2otMF0gECT9azyrASeaSBCtrVx2QzoRc311jN1ionQ85 JyloDTgJeO23RBbBct5hnokndf7Nia0c8viIRbxjlOjylzsJwvoXf5cJIOQxEZpG2XlJ drFgUAr9gd4iKyt3n1N4JSrBx7muffRhUreS57y6oCxAy4wfnrQeZlkyVvrvi5zQ9NXc hUlA== 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=6b/VSg9NNRwEyhAKH9nYktvjQiYQUlueVq7enamji8E=; b=uaslxw8FoaOe7wRv20VA5uyhu4Qtu8MyLNdhwoC8kK90yVBqAQVzLF672ijcMUtWnN PvZjHABDRE9ZA+YIj3VBOOmd53ScKNBMx0M40YNgYpjxdV1CzYjPVb1m427CQc+LXHt4 aM3eNpbS74fAKlgNzRgdEI2f3lDHBCEVr3BomyOC91/7n/CmoYmRyMQdQ8ZnnucLIZq2 O+FFLSEKPjMRftamm3n1lmp2mumFdyD8WGdgFp8MrAw/wZinW6JckGYSUY8XFydhhFep JtQsM8gTH1WFVrmur+u82I8RZdqNVMnHAmLfzuQd9LY4PhccNpVYT3HzsiyeqAZvY5Ic TacQ== X-Gm-Message-State: ACgBeo2MNTodnbxAr26EvPw8k/gO/QKhRcmxb/pSVBK2iaBx+tlieV+q G+gztReKtbiIVto21wkmtlslFloam58= X-Google-Smtp-Source: AA6agR46JDzLfXWbt0PsS0NLrWcrIjQ6Sn7fRejgRXQH35txtaeK1LAeGB+xgLV4cKR0vO7q0YmE9g== X-Received: by 2002:a05:6a00:996:b0:52d:170f:c7ca with SMTP id u22-20020a056a00099600b0052d170fc7camr17448239pfg.86.1659481185483; Tue, 02 Aug 2022 15:59:45 -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.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Aug 2022 15:59:45 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Thomas Abraham , Sami Mujawar Subject: [edk2-platforms][PATCH v3 3/6] VExpressPkg: Pipeline: Resolving newly introduced dependency Date: Tue, 2 Aug 2022 15:59:36 -0700 Message-Id: <20220802225940.1224-4-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 ArmVExpress platforms build. Cc: Ard Biesheuvel Cc: Thomas Abraham Cc: Sami Mujawar Signed-off-by: Kun Qin Reviewed-by: Sami Mujawar --- Notes: v2: - Added reviewed-by tag [Sami] Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VE= xpressPkg/ArmVExpress.dsc.inc index e637f8933f79..17e4a3fd13d7 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -143,6 +143,7 @@ [LibraryClasses.common] 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 =0D # re-use the UserPhysicalPresent() dummy implementation from the ovmf tr= ee=0D PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.in= f=0D --=20 2.37.1.windows.1