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 B2DCED8081E for ; Tue, 11 Jun 2024 04:09:19 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=mm4u7xitQu4BEJB1e31ohAET0F+nuDGmoZpb+0FNtQs=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1718078959; v=1; b=2bKbQBCXxNV+C6oOnprLSnJwWsPFewoYzgoC83oBcbIgOLz2wJnkG5loHPlu5/vF72fj+NBg O2//631bslLPfq7MChPI+NbIxc2EcfUZjBb4fPddnZcnCcHFZLn9C0rWTdMg5fCzvndvNyiyJUc 22IDKqfZjevAk4UbiwNm98GsZUzRVwH5HSwe2L5D5yarGOnWz9OVnCZ4LRtIGA06bbrhId4sMM1 dd2TabkBnBI83u8+3TA/4ds23HB2F/cCJIBmbeC4/XJOcZzbVar7bmPgikZjop9dt5lk3KtujMa lNna70oSkCwGM9+Of/3bltTdY5mUDVAH2UvTizcyP0PGg== X-Received: by 127.0.0.2 with SMTP id kWmPYY7687511xGggqU9udQx; Mon, 10 Jun 2024 21:09:18 -0700 X-Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web11.1768.1718078957019418893 for ; Mon, 10 Jun 2024 21:09:17 -0700 X-Received: by mail-pg1-f178.google.com with SMTP id 41be03b00d2f7-6e3741519d7so2407625a12.2 for ; Mon, 10 Jun 2024 21:09:16 -0700 (PDT) X-Gm-Message-State: yXcd8SrT7eE1FQnKoBP41K0Ax7686176AA= X-Google-Smtp-Source: AGHT+IFarcoQaooBP36GDhIZwFk2Hz7Aw8OIUeJeu7EFgUxYDp8WKcY3frstQerU40d+HH2/GsEovQ== X-Received: by 2002:a05:6a20:7284:b0:1b7:fe3:f7c7 with SMTP id adf61e73a8af0-1b70fe3fa20mr5043148637.8.1718078955676; Mon, 10 Jun 2024 21:09:15 -0700 (PDT) X-Received: from dhaval.blr.rivosinc.com ([49.249.129.34]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-1f70ee8bc9csm32789645ad.250.2024.06.10.21.09.14 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Jun 2024 21:09:15 -0700 (PDT) From: "Dhaval Sharma" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v1 0/1] Avoid EFI memory alloc from SP_MEMORY Date: Tue, 11 Jun 2024 09:39:09 +0530 Message-Id: <20240611040910.93238-1-dhaval@rivosinc.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 Resent-Date: Mon, 10 Jun 2024 21:09:17 -0700 Resent-From: dhaval@rivosinc.com Reply-To: devel@edk2.groups.io,dhaval@rivosinc.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=20240206 header.b=2bKbQBCX; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none 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. https://github.com/tianocore/edk2/pull/5760 Dhaval (1): MdeModulePkg: Avoid efi memory allocation for SP type MdeModulePkg/Core/Dxe/Mem/Page.c | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.40.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119544): https://edk2.groups.io/g/devel/message/119544 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] -=-=-=-=-=-=-=-=-=-=-=-