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 43C10AC10A3 for ; Tue, 6 Feb 2024 13:26:06 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=YfLkV1i3aTNpQtuklLxQHSUPhrlWeLQK8+4E1/8XN14=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID: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=1707225964; v=1; b=Smt11Dhq4jSnxHL0PhBI1hv5hzc2fNM8nU4oqYSFXNFkV2bqOntOgufcPHQr8GfSLoOXJrtJ dx4ZuKGvTVH5IIs7eVs46VrzOseaXL66LjIQ486CNu53xTyAOk0ubvxosv+houf69IFvW2SV5GN vqvOa112t/nNPHkukq+5XCPA= X-Received: by 127.0.0.2 with SMTP id Sqb4YY7687511x4ay9x1DhrU; Tue, 06 Feb 2024 05:26:04 -0800 X-Received: from smtp.joursoir.net (smtp.joursoir.net [91.192.102.115]) by mx.groups.io with SMTP id smtpd.web11.21223.1707225963797115559 for ; Tue, 06 Feb 2024 05:26:04 -0800 X-Received: from localhost.localdomain (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.joursoir.net (Postfix) with ESMTPSA id 93A1341D90; Tue, 6 Feb 2024 16:25:54 +0300 (MSK) From: "Joursoir" To: devel@edk2.groups.io Cc: ardb@kernel.org, michael.d.kinney@intel.com, gaoliming@byosoft.com.cn, zhiguang.liu@intel.com, Alexander Goncharov Subject: [edk2-devel] [PATCH 0/2] Introduce and use PCD for Memory Attributes Table Date: Tue, 6 Feb 2024 16:25:50 +0300 Message-ID: <20240206132552.245545-1-chat@joursoir.net> 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,chat@joursoir.net List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: AvoTgeYZcXjui1aXfvi4wfnXx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=Smt11Dhq; dmarc=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 This patch-set allows UEFI to choose which version of the memory attribut= es table to produce. Alexander Goncharov (2): MdeModulePkg: Introduce and use PcdMemoryAttributesTableVersion MdePkg: Drop unused EFI_MEMORY_ATTRIBUTES_TABLE_VERSION macro MdeModulePkg/Core/Dxe/DxeMain.inf | 1 + MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c | 4 ++-- MdeModulePkg/MdeModulePkg.dec | 4 ++++ MdeModulePkg/MdeModulePkg.uni | 4 ++++ MdePkg/Include/Guid/MemoryAttributesTable.h | 2 -- 5 files changed, 11 insertions(+), 4 deletions(-) --=20 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115159): https://edk2.groups.io/g/devel/message/115159 Mute This Topic: https://groups.io/mt/104197274/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-