From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) by mx.groups.io with SMTP id smtpd.web12.4605.1625131089913324231 for ; Thu, 01 Jul 2021 02:18:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@semihalf-com.20150623.gappssmtp.com header.s=20150623 header.b=kH19r/18; spf=none, err=SPF record not found (domain: semihalf.com, ip: 209.85.208.179, mailfrom: gjb@semihalf.com) Received: by mail-lj1-f179.google.com with SMTP id f13so7432884ljp.10 for ; Thu, 01 Jul 2021 02:18:09 -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=9xLZWUlC4gSyt9IvjxIrXe5rrpvEIvPxSDzeQ8F9Xt8=; b=kH19r/18BHUAUeydvM9OlI9JD5Mk6yRPkg5QG+SezykCmtF7G05kszXrJEPmNlC95c T3zqDmXkRV3y4a/KsO+41nXPGmu5oNvyc9yo6fPNzLjCV125BLG/OlM2NsSP3mv8htL6 /Jnn6ty+JdCJl2c2HLUZP3/kwKQwp0d/eUqWUex+didA3nddFP3PXTRNVa9RjnEfGhCi RtMP4VbcVp3jhiMV23aFJ4Fy5DJeZ+3PiQ6s5lK/p0HWT9uUqvnyQJ5WT/xmV0wWAr7S nTSJ7K+C+0V43VojBk3gsjCtoGDzxwq5ppOTUDXLdFqfx6mjKjp7NsioE4gpm4tYrBN7 VhCQ== 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=9xLZWUlC4gSyt9IvjxIrXe5rrpvEIvPxSDzeQ8F9Xt8=; b=rLKKM0luvfJx1LIW3pTMhUmmInPR5duOnJhyDyEoumxZcQugJokaSkxe/hnkv+Xwkk Q+cYTGtDdJjdVfNKFKZEaQdDmPnTo0ek1IDS+Y+Dg7ZN+yEFDeMqUBoA4wMsXgipTDa/ hqmFplWH7x7Jdl1TOf25H8sfM7LKn09fElCwI6OFyW/MW06Qki9WtEudIAvXX9KbZwpm xQ1ZaoqzShmL7/nc3GPuxbsdqFufG5DQx/fFJK2JDwIkO5AY6QwxWgJvi1bJuiH/Lwv5 l1p+CvlgxURXdhbR0hbnnkbP9/Jqsgr2kS+yTEv8z8J+BGf5RRGEQ8wv5QHQxWgWexPl 3G5w== X-Gm-Message-State: AOAM531vxC9Dudq484R5+q3lpllfpF0ILwV2CUapaC50uOv2PBvwPC0h CsUHnC0OKwYw2fj1m662S1DrKaVsJklZK88Y X-Google-Smtp-Source: ABdhPJy7uSq7fi8pxVI6jLrF7SMUAjXcjXx69YjPw1gA08HY9x5eM2aQCDqbSyM7FIfNmW50bzs6qw== X-Received: by 2002:a2e:a69f:: with SMTP id q31mr9648428lje.506.1625131087918; Thu, 01 Jul 2021 02:18:07 -0700 (PDT) Return-Path: Received: from gilgamesh.lab.semihalf.net ([83.142.187.85]) by smtp.gmail.com with ESMTPSA id c5sm2527215ljj.17.2021.07.01.02.18.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 01 Jul 2021 02:18:07 -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 v5 02/10] ArmVirtPkg: add SecureBootVariableLib class resolution Date: Thu, 1 Jul 2021 11:17:50 +0200 Message-Id: <20210701091758.1057485-3-gjb@semihalf.com> X-Mailer: git-send-email 2.29.0 In-Reply-To: <20210701091758.1057485-1-gjb@semihalf.com> References: <20210701091758.1057485-1-gjb@semihalf.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The edk2 patch SecurityPkg: Create library for setting Secure Boot variables. moves 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