From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 4528278003C for ; Tue, 11 Jun 2024 17:08:31 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Xn5JqbX6GDt1c3d2C1VTPfefY6bsCLogspZFtQuzqXo=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:Message-ID:Date:MIME-Version:User-Agent:Subject:To:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20240206; t=1718125711; v=1; b=bdAyxfPlUeTyCTg9D9nw1q9jVRdrtDId6yWbBaRHPE6HRs9cbNUIQGfkHNjCEoNIaw5TW6zP Fe6apbHM4dGFhXn5zghmRu+3rT/cDRDA4vSfguQXC3SzVcfYgYgvO887sjV23Dde3gwmxLtHU0L mUWzhthQ/0MC5VuXi3iejfzRi6GlmLm9vRoOxb9odRIF3Jj4IdKdeHKxKDVfUz7Yv9NyBuDp+mR RZe+Y1EaD2W+NJBO0j4vU0GzIHKWWh06EtZRHCu42HcQb8fnsH11oBpqE+zqzUuAImUvewB6eIU E6VTqImUDTEWW+a9PoR6LT/XG3/nk1xKXJEZKDuMnJ9LQ== X-Received: by 127.0.0.2 with SMTP id V70fYY7687511xv53jJQUGb4; Tue, 11 Jun 2024 10:08:29 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.2007.1718125709309575952 for ; Tue, 11 Jun 2024 10:08:29 -0700 X-Received: from [10.137.194.171] (unknown [131.107.159.43]) by linux.microsoft.com (Postfix) with ESMTPSA id CAD3A20B915A; Tue, 11 Jun 2024 10:08:28 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com CAD3A20B915A Message-ID: Date: Tue, 11 Jun 2024 10:08:28 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH v1 0/1] Avoid EFI memory alloc from SP_MEMORY To: devel@edk2.groups.io, dhaval@rivosinc.com References: <20240611040910.93238-1-dhaval@rivosinc.com> From: "Oliver Smith-Denny" In-Reply-To: <20240611040910.93238-1-dhaval@rivosinc.com> 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 Resent-Date: Tue, 11 Jun 2024 10:08:29 -0700 Resent-From: osde@linux.microsoft.com Reply-To: devel@edk2.groups.io,osde@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: dvPxCtKjDZ14C8sYFgTUKuTTx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=bdAyxfPl; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io On 6/10/2024 9:09 PM, Dhaval Sharma wrote: > Most of the times it is desirable not to use special purpose > memory for regular edk2 usages. That memory (HBm/CXL) are > either meant for special purposes or are less reliable to > be used. So avoid using them as long as possible. We could > also introduce PCD for this control. >=20 > https://github.com/tianocore/edk2/pull/5760 >=20 > Dhaval (1): > MdeModulePkg: Avoid efi memory allocation for SP type >=20 > MdeModulePkg/Core/Dxe/Mem/Page.c | 7 +++++++ > 1 file changed, 7 insertions(+) >=20 In case you missed it, edk2 has moved to a PR process for patches now:=20 https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Pr= ocess. I have left a comment on your PR, thanks. Oliver -=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 (#119551): https://edk2.groups.io/g/devel/message/119551 Mute This Topic: https://groups.io/mt/106607737/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-