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 C03E4AC1194 for ; Tue, 6 Feb 2024 13:26:28 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=kAJBFFMO+BdObDj0H6JFpIsS39MMJTvvm9aFruk8ASM=; 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=1707225987; v=1; b=GHd+j4CE+DncGVDlmjutNPsxGqyPPaJ58lPNK3xrEIvD39XtMaAhO7TKHo1/KrmyQiYg0HmW /M0Ys2Qzl9sU/Qif+QJo6krcUmtKjb372rDVpg1GAF8qXfPth0C8RBWVUnPNXDhB0DcZBbsZq/B Pfhjklck1BzCeO7Vg5b+Yr2E= X-Received: by 127.0.0.2 with SMTP id eIYOYY7687511xGpPHuRWrh3; Tue, 06 Feb 2024 05:26:27 -0800 X-Received: from smtp.joursoir.net (smtp.joursoir.net [91.192.102.115]) by mx.groups.io with SMTP id smtpd.web11.21229.1707225986605398129 for ; Tue, 06 Feb 2024 05:26:26 -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 56B4D41D90; Tue, 6 Feb 2024 16:26:18 +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 2/2] MdePkg: Drop unused EFI_MEMORY_ATTRIBUTES_TABLE_VERSION macro Date: Tue, 6 Feb 2024 16:25:52 +0300 Message-ID: <20240206132552.245545-3-chat@joursoir.net> In-Reply-To: <20240206132552.245545-1-chat@joursoir.net> References: <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: nkou5RuByL3rGO3IduSmBbOkx7686176AA= 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=GHd+j4CE; 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 EFI_MEMORY_ATTRIBUTES_TABLE_VERSION is not used anymore. It was replaced by PcdMemoryAttributesTableVersion. Signed-off-by: Alexander Goncharov --- MdePkg/Include/Guid/MemoryAttributesTable.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MdePkg/Include/Guid/MemoryAttributesTable.h b/MdePkg/Include/G= uid/MemoryAttributesTable.h index 238c14ff92..7e0fda70a2 100644 --- a/MdePkg/Include/Guid/MemoryAttributesTable.h +++ b/MdePkg/Include/Guid/MemoryAttributesTable.h @@ -21,8 +21,6 @@ typedef struct { // EFI_MEMORY_DESCRIPTOR Entry[1];=0D } EFI_MEMORY_ATTRIBUTES_TABLE;=0D =0D -#define EFI_MEMORY_ATTRIBUTES_TABLE_VERSION 0x00000002=0D -=0D #define EFI_MEMORY_ATTRIBUTES_FLAGS_RT_FORWARD_CONTROL_FLOW_GUARD 0x1=0D // BIT0 implies that Runtime code includes the forward control flow guard= =0D // instruction, such as X86 CET-IBT or ARM BTI.=0D --=20 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115161): https://edk2.groups.io/g/devel/message/115161 Mute This Topic: https://groups.io/mt/104197280/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-