From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by mx.groups.io with SMTP id smtpd.web09.5196.1625056473514672460 for ; Wed, 30 Jun 2021 05:34:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=zliAdizD; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.167.51, mailfrom: gjb@semihalf.com) Received: by mail-lf1-f51.google.com with SMTP id w19so4797020lfk.5 for ; Wed, 30 Jun 2021 05:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=bfECPEIJ82TJL3fxHpdlTwu5rN7rf2RO1bnz5DCFPdo=; b=zliAdizDJwUYRfVMVBA2Rod/aaYunzMJ3GQGSyoxs44xjP8h9/a/47fpVO9gIqLRGC o+JOhbaarPpJeFXXLO+NLTnZ6cZ9X5sNjU+Yi9ny9Eg3d3D7nYMp/q7SPCGcwJHTTCHw pQ8fbi4Z+2FV4WS7FG3JXbse4hwCmZkuhKvVUsDfzkj5DjwJl3AXvb2valJK2fb7rruT 8NQWesiyr+x00QBTQ6xLmpOVOTq8fEYpw9O7ZKDMTosqo+CADVM6kl6UZXkpYYQ0UWzD ZOCBQwL21oJ2+NrMKvhWMYwy1hN1fYIp7J/U2nhpERYztYjv7KK5DTKzLUOyb0b5vD+q PTcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=bfECPEIJ82TJL3fxHpdlTwu5rN7rf2RO1bnz5DCFPdo=; b=VkQao5zxSuWJaHKT97Uo5qHG8WiKxCpGrWiRjXj6zTJreM4MNsOEKrD0SzUos6942U p4Z4hsrl9F0HYOZKipqXJzQ9rejCliPZKnsAQnyehoRa0zolLX4SJVVcm14PCQCEOxex 0q+pQEJuT2gwvqpKAONgIidOX4U4RMQFMe1I9ZazlE9yKPq23tJQLRu9uqiUCXBJVZoQ JBwLoVx0OI+71pRMvWuC04qqhglWRTVyUSPa9QREw8aHtFI7TpTliepLbym/1g1G4HTx kwKCx4CZRSj4eSrRM127tzSGLBdycpnpPkFVy13PvhwBlf/+JiEYye/EHTLnWbkND/IW X9Bg== X-Gm-Message-State: AOAM533UbeMQDsj5o3db+FuUDQbenxLLsydcI7Q0o8nY1HcoCJM24YOo qNPbfmf96/QjjERNXgKqVqbDwSwOBEmPHy4U X-Google-Smtp-Source: ABdhPJyOxbJmoaQi6BCULbWplm5FjQivhwNWK8bdp6hFcS3lXDieKLptYno/RU/OT5rardBgBlXc4Q== X-Received: by 2002:a05:6512:314c:: with SMTP id s12mr4164833lfi.349.1625056471649; Wed, 30 Jun 2021 05:34:31 -0700 (PDT) Return-Path: Received: from gilgamesh.lab.semihalf.net ([83.142.187.85]) by smtp.gmail.com with ESMTPSA id d29sm1285624lfv.20.2021.06.30.05.34.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Jun 2021 05:34:31 -0700 (PDT) From: "Grzegorz Bernacki" To: devel@edk2.groups.io Cc: leif@nuviainc.com, ardb+tianocore@kernel.org, Samer.El-Haj-Mahmoud@arm.com, sunny.Wang@arm.com, mw@semihalf.com, upstream@semihalf.com, jiewen.yao@intel.com, jian.j.wang@intel.com, min.m.xu@intel.com, lersek@redhat.com, sami.mujawar@arm.com, afish@apple.com, ray.ni@intel.com, jordan.l.justen@intel.com, rebecca@bsdio.com, grehan@freebsd.org, thomas.abraham@arm.com, chasel.chiu@intel.com, nathaniel.l.desimone@intel.com, gaoliming@byosoft.com.cn, eric.dong@intel.com, michael.d.kinney@intel.com, zailiang.sun@intel.com, yi.qian@intel.com, graeme@nuviainc.com, rad@semihalf.com, pete@akeo.ie, Grzegorz Bernacki Subject: [PATCH v4 2/8] ArmVirtPkg: add SecureBootVariableLib class resolution Date: Wed, 30 Jun 2021 14:34:02 +0200 Message-Id: <20210630123412.996158-3-gjb@semihalf.com> X-Mailer: git-send-email 2.29.0 In-Reply-To: <20210630123412.996158-1-gjb@semihalf.com> References: <20210630123412.996158-1-gjb@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The edk2 patch SecurityPkg: Create library for setting Secure Boot variables. removes generic functions from SecureBootConfigDxe and places them into SecureBootVariableLib. This patch adds SecureBootVariableLib mapping for ArmVirtPkg platform. Signed-off-by: Grzegorz Bernacki --- ArmVirtPkg/ArmVirt.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index d9abadbe70..11c1f53537 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -168,6 +168,7 @@ # !if $(SECURE_BOOT_ENABLE) == TRUE AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf + SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf -- 2.25.1