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 D8E97D80110 for ; Fri, 18 Aug 2023 22:57:59 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=x4r7YCXpz3UwUbOOh7xiR1zxeRL/7TLZsypWIsLyZYM=; 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=1692399478; v=1; b=ujLHQn3qY1iECLDe5qydg0mIKGnXgiGNUCwn6ynpiIQX1PWLCD6Y1/4gE+vGBgp+CBaM9rvp fmLtkM8AgxDcjzCESQ3UER+XAJkhfvFBsUuLGgmdqteWmkx5p1ce+gDZN+fGVn6+K3WHVQLlNen syirwRIbFJYoDwAf13Ebh6U8= X-Received: by 127.0.0.2 with SMTP id SchSYY7687511xXGAlJw2pfK; Fri, 18 Aug 2023 15:57:58 -0700 X-Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web11.3234.1692397950144170731 for ; Fri, 18 Aug 2023 15:32:30 -0700 X-Received: by mail-pf1-f178.google.com with SMTP id d2e1a72fcca58-688787570ccso1179306b3a.2 for ; Fri, 18 Aug 2023 15:32:30 -0700 (PDT) X-Gm-Message-State: XttZgqPcjftbSEIXSZOyfvHvx7686176AA= X-Google-Smtp-Source: AGHT+IG/xjylvdOzsBy9ZfJSlqd7NcGpE9EBQehoaTke2RlhGCBFX/IE5byB2WUcWReipN9MxZn5Lw== X-Received: by 2002:a05:6a21:999f:b0:13d:d5bd:6985 with SMTP id ve31-20020a056a21999f00b0013dd5bd6985mr717179pzb.12.1692397949374; Fri, 18 Aug 2023 15:32:29 -0700 (PDT) X-Received: from localhost.localdomain ([50.46.253.1]) by smtp.gmail.com with ESMTPSA id 7-20020aa79207000000b0068779015507sm1989330pfo.194.2023.08.18.15.32.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 18 Aug 2023 15:32:29 -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 v2 08/25] ArmVirtPkg: Add Memory Protection Library Definitions to Platforms Date: Fri, 18 Aug 2023 15:31:40 -0700 Message-ID: <20230818223159.1073-9-taylor.d.beebe@gmail.com> In-Reply-To: <20230818223159.1073-1-taylor.d.beebe@gmail.com> References: <20230818223159.1073-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=ujLHQn3q; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) 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 2443e8351c99..6de28d0e0d4e 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -156,6 +156,12 @@ [LibraryClasses.common] BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf RngLib|MdePkg/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.41.0.windows.3 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107863): https://edk2.groups.io/g/devel/message/107863 Mute This Topic: https://groups.io/mt/100830906/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-