From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.9127.1659460660940642366 for ; Tue, 02 Aug 2022 10:17:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=CYp58yqZ; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 56563611CB for ; Tue, 2 Aug 2022 17:17:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B26C8C43470 for ; Tue, 2 Aug 2022 17:17:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659460659; bh=zFEkpVpCr7XrCuUtolnU96NTGEV89h9s/aSdvYiRCks=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=CYp58yqZyEceFNZc3EkDS0aBWpSPhp/xKoaLm2O8d7RHeBuaYIAoFsjo+MUtiKR33 aQB4MYENoXIWZ2V0w4bMsQiaQFYNuZMB1efvCFvE0KkeTBLw1+FLj9eUSLpVfcnRC1 1m2gwW8obZEnH87mjtneQPKgnSoDqX17/BsNGOIYzYk23tegzZeCe+3/trf/RZbjZU QS7rOgAt9awVs3PDqztrCLQ181C8x5bp5CHiIHU2CVFEZlPGEqco/mUFgaVtI8rQFx wLJmN8iNb4DW1+PvJ+lzScUhpXxByhKs6lDV/OrBnaFlL1wvHzPNwdxzLZVPdYC1Yk /zMn+oZXohivw== Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-10ec41637b3so9764222fac.4 for ; Tue, 02 Aug 2022 10:17:39 -0700 (PDT) X-Gm-Message-State: ACgBeo36KC3R9TBlymBdt3IQuGnXOsN+yK5vU0cI3Qbjq+fbZI1Gqrsb O4rgxY18Zjg/QuSFcY/cpTlOaQTimKKi0c8bto0= X-Google-Smtp-Source: AA6agR42DqiVz4wQuLH0+EHTpKmhNzFNU4txmoe65c0BbHXRvKNbFkUXPCcZXfxRYKb14ehYLOIVXyMIDhmo3b59obc= X-Received: by 2002:a05:6870:b403:b0:10e:7914:adb with SMTP id x3-20020a056870b40300b0010e79140adbmr238670oap.126.1659460658950; Tue, 02 Aug 2022 10:17:38 -0700 (PDT) MIME-Version: 1.0 References: <20220802142240.7552-1-Dimitrije.Pavlov@arm.com> In-Reply-To: <20220802142240.7552-1-Dimitrije.Pavlov@arm.com> From: "Ard Biesheuvel" Date: Tue, 2 Aug 2022 19:17:28 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [edk2-platforms][PATCH v1 1/1] Platform/Qemu: Fix build break in SbsaQemu To: edk2-devel-groups-io , Dimitrije Pavlov Cc: Ard Biesheuvel , Jeff Booher-Kaeding , Samer El-Haj-Mahmoud Content-Type: text/plain; charset="UTF-8" On Tue, 2 Aug 2022 at 16:22, Dimitrije Pavlov wrote: > > Commit 6eb407947592e084110a124be089bef167af1383 added a new dependency > of PlatformPKProtectionLib to SecureBootVariableLib. This causes the > build of SbsaQemu to fail. > > Add the PlatformPKProtectionLib library instance to SbsaQemu.dsc > to fix the build. > > Cc: Ard Biesheuvel > Cc: Jeff Booher-Kaeding > Cc: Samer El-Haj-Mahmoud > > Signed-off-by: Dimitrije Pavlov Pushed as abf86619660c..c45155be7b88. Thanks, > --- > Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc > index 97014e2fb630..c912424173a6 100644 > --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc > +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc > @@ -158,6 +158,7 @@ [LibraryClasses.common] > AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf > SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf > SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf > + PlatformPKProtectionLib|SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.inf > > # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree > PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf > -- > 2.34.1 > > > > ------------ > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#92045): https://edk2.groups.io/g/devel/message/92045 > Mute This Topic: https://groups.io/mt/92771121/5717338 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [ardb+tianocore@kernel.org] > ------------ > >