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 D2E9B740055 for ; Fri, 15 Mar 2024 10:22:08 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=z+Z6jRz4pT7qVylFRsnlVzGI8tMuoBppduqWcAXDpkQ=; c=relaxed/simple; d=groups.io; h=Subject:To:From:User-Agent:MIME-Version:Date:References:In-Reply-To:Message-ID:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1710498127; v=1; b=fONOcXD3DPtA7JXYwnfvxj9JxFfvF5REp9pFbAIj0Oe/sostwAqRXmsrZusYqmlwiwmjWdtb EmOyBvwROY8ygzkJkTinbqUWyA8ALl7xT6AeDHmlrWkP2L4qdYoozYZDbLts/Uvw2YjUvnJYVX0 x4OSwjHL2XvbIxErUVNAgYxAgsS0StsqybUx490Th+N1Fga8n4jHi4iNIoNTs+wO9cUq/HUVff+ srVCJ3gfZVNZey/GqiKkh2FHU/BjVkqyJxUhSRHhFDf7YR8CxwgtB4JlsjrWTXkISV4qlOA5eWT 8cHyrV0lnrD4eJBEpgLDpq9XZWDvMVwZNTejQFPgAumnQ== X-Received: by 127.0.0.2 with SMTP id WLKrYY7687511xd5EwovuztQ; Fri, 15 Mar 2024 03:22:07 -0700 Subject: Re: [edk2-devel] [PATCH RESEND edk2-platforms v1 2/3] Platform/Arm: Enable UEFI Secure Variable support for FVP To: "levi.yun" , devel@edk2.groups.io From: "Sami Mujawar" X-Originating-Location: Cambridge, England, GB (217.140.106.54) X-Originating-Platform: Windows Firefox 122 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Fri, 15 Mar 2024 03:22:06 -0700 References: <20240119093305.2258464-3-yeoreum.yun@arm.com> In-Reply-To: <20240119093305.2258464-3-yeoreum.yun@arm.com> Message-ID: <1613.1710498126880337971@groups.io> 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,sami.mujawar@arm.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: omJ03yOI1X9HlC6jU6x6tqr4x7686176AA= Content-Type: multipart/alternative; boundary="VMyAOEphpfygLtibLcB0" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=fONOcXD3; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=arm.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 --VMyAOEphpfygLtibLcB0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Levi, On Fri, Jan 19, 2024 at 01:33 AM, levi.yun wrote: >=20 > +!if $(ENABLE_UEFI_SECURE_VARIABLE) =3D=3D TRUE > + > MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNu= ll.inf >=20 > +!endif Considering that Arm implementation does not support modification of the St= andaloneMm memory map from normal world, should we just preprocess the abov= e line to say if ENABLE_STMM =3D=3D TRUE then use the Null lib instance? If so, can fix that before merging this patch series. Can you let me know, = please? Regards, Sami Mujawar -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116802): https://edk2.groups.io/g/devel/message/116802 Mute This Topic: https://groups.io/mt/103827100/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --VMyAOEphpfygLtibLcB0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Levi,

On Fri, Jan 19, 2024 at 01:33 AM, levi.yun wrote:
+!if $(ENABLE_UEFI_SECURE_VARIABLE) =3D=3D TRUE
+ MmUnbloc= kMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
+!endif
Considering that Arm implementation does not support modification of the St= andaloneMm memory map from normal world, should we just preprocess the abov= e line to say if ENABLE_STMM =3D=3D TRUE then use the Null lib instance?If so, can fix that before merging this patch series. Can you let me kno= w, please?

Regards,

Sami Mujawar
_._,_._,_

Groups.io Links:

=20 You receive all messages sent to this group. =20 =20

View/Reply Online (#116802) | =20 | Mute= This Topic | New Topic
Your Subscriptio= n | Contact Group Owner | Unsubscribe [rebecca@openfw.io]

_._,_._,_
--VMyAOEphpfygLtibLcB0--