From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 82C107803CE for ; Wed, 20 Sep 2023 00:58:15 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=/o2HVfbP/lD13e+GSaHsOeaRJo9bYhyWa8FBR7SFngg=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1695171494; v=1; b=Xf2giIXllQmhpj+j0PFifkEXrGbGs60ukzDXutUidd9wpY97vxaLBSvF6gQZkWs1IUg48Taw nXQ7uO1krMqU6QvVZrMYTtsIPg3K74a0KRr00KdY8Br7L0sG3KUaCoQbY67oos+VXVs2kNrthF4 A0kULl9qgl0SSmCckRq6PX+g= X-Received: by 127.0.0.2 with SMTP id hzQ4YY7687511xcErSkHoeug; Tue, 19 Sep 2023 17:58:14 -0700 X-Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by mx.groups.io with SMTP id smtpd.web11.26920.1695171491581246503 for ; Tue, 19 Sep 2023 17:58:11 -0700 X-Received: by mail-pl1-f172.google.com with SMTP id d9443c01a7336-1c0c6d4d650so56514535ad.0 for ; Tue, 19 Sep 2023 17:58:11 -0700 (PDT) X-Gm-Message-State: qJzSoLUoHatRZyoIyHq7guSvx7686176AA= X-Google-Smtp-Source: AGHT+IF0cHBOmGs6QQ2+z8XOrdtFky3USDnEY/sRU3GK4xruvQ6qMjr7NWQ/1cYyJLCCN+lViXT6Rg== X-Received: by 2002:a17:902:82c4:b0:1c3:758d:32de with SMTP id u4-20020a17090282c400b001c3758d32demr1094234plz.12.1695171490909; Tue, 19 Sep 2023 17:58:10 -0700 (PDT) X-Received: from localhost.localdomain ([50.46.253.1]) by smtp.gmail.com with ESMTPSA id 13-20020a170902c24d00b001bb988ac243sm10563576plg.297.2023.09.19.17.58.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Sep 2023 17:58:10 -0700 (PDT) From: "Taylor Beebe" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Gerd Hoffmann , Julien Grall Subject: [edk2-devel] [PATCH v4 09/28] ArmVirtPkg: Add Memory Protection Library Definitions to Platforms Date: Tue, 19 Sep 2023 17:57:32 -0700 Message-ID: <20230920005752.2041-10-taylor.d.beebe@gmail.com> In-Reply-To: <20230920005752.2041-1-taylor.d.beebe@gmail.com> References: <20230920005752.2041-1-taylor.d.beebe@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,taylor.d.beebe@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=Xf2giIXl; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Add library classes for SetMemoryProtectionsLib and GetMemoryProtectionsLib to ArmVirtPkg. Signed-off-by: Taylor Beebe Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Cc: Julien Grall --- ArmVirtPkg/ArmVirt.dsc.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 3f7bac6bf33a..f76601503cd9 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -156,6 +156,12 @@ [LibraryClasses.common] BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf + # + # Memory Protection Libraries for setting and getting memory protection settings + # + SetMemoryProtectionsLib|MdeModulePkg/Library/SetMemoryProtectionsLib/SetMemoryProtectionsLib.inf + GetMemoryProtectionsLib|MdeModulePkg/Library/GetMemoryProtectionsLib/DxeGetMemoryProtectionsLib.inf + # # Secure Boot dependencies # -- 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108871): https://edk2.groups.io/g/devel/message/108871 Mute This Topic: https://groups.io/mt/101469947/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-