From nobody Wed May 15 15:56:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+49419+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49419+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1571887287; cv=none; d=zoho.com; s=zohoarc; b=HCdcWWfWQy3myRt4sUODmFlFPXoAdd8q9hR/S60FKuk5ub2+fJQKrkciBYeugRzcMjTwrledVJfKps0xGsiHC55LXTbt9uCZRy0OksO8rmEUHanKK61s3nwJJPEsA0a1VTLYFGWkBi5kOC95sir6YhaKMenYorING8M89bWIlXQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1571887287; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To; bh=I6Bu5Z2UIpoh7iJsLZ8gWZgiHeb9GmWPw0GbB/ipkQg=; b=O4RqzTtI9UeqOl3FRiBxUxeld8SsI49Y5mZ7pn3MnXUcLsP5M0oliETDfxnGAn+VAghv7ip5HoviUnj7tKhDh9WVmMJzs78CtjsrNywJgUfbEq/L4kpt5jY6NrIGFuEcV1Qte856EJfr9NkIi4d4Dk5wogcSDqgC4Uc85Gyhq+4= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49419+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1571887287356353.7072229892909; Wed, 23 Oct 2019 20:21:27 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id xjwmYY1788612xHdPrQ0yKyy; Wed, 23 Oct 2019 20:21:26 -0700 X-Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web12.1380.1571884459886094844 for ; Wed, 23 Oct 2019 19:34:20 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2019 19:34:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,222,1569308400"; d="scan'208";a="196968980" X-Received: from shwdecpdbios079.ccr.corp.intel.com ([10.239.17.115]) by fmsmga008.fm.intel.com with ESMTP; 23 Oct 2019 19:34:18 -0700 From: Qing Huang To: devel@edk2.groups.io Cc: Liming Gao Subject: [edk2-devel] [PATCH] MdePkg-UefiSpec.h: Add UEFI 2.8 new memory attributes Date: Thu, 24 Oct 2019 10:34:15 +0800 Message-Id: <20191024023415.6344-1-qing.huang@intel.com> Precedence: Bulk List-Unsubscribe: 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,qing.huang@intel.com X-Gm-Message-State: xVOd0IqR4jkDBLNcH68NBNtyx1787277AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1571887286; bh=SqQ/jsUVfHepSSjCNa3M0mDC8nl1wzMYRZX+7s7fAXw=; h=Cc:Date:From:Reply-To:Subject:To; b=YtQQR/Xq4hUGBoxyMutcBmwkzabnR9I77FyDDXi/G6MOcNVhserih254+UI+D+NrCkr iry9eqlqFXqovuXlAFarbH8DMd/kFKHKhYXAKSW69xsh+Y91vi9pp9TDlX51aRNwzZZb6 OvZlZJ47t+LtHpbL4A+S8SsVIi2RgTeKHW8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2309 Add EFI_MEMORY_SP and EFI_MEMORY_CPU_CRYPTO definition into UEFI specificat= ion header file. Signed-off-by: Qing Huang Cc: Liming Gao Reviewed-by: Liming Gao --- MdePkg/Include/Uefi/UefiSpec.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 44a0a6a7fa..50fae6f013 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -82,6 +82,13 @@ typedef enum { // If all memory has the same reliability, then this bit is not used. // #define EFI_MEMORY_MORE_RELIABLE 0x0000000000010000ULL + +// +// Note: UEFI spec 2.8 and following: +// +#define EFI_MEMORY_SP 0x0000000000040000ULL +#define EFI_MEMORY_CPU_CRYPTO 0x0000000000080000ULL + // // Runtime memory attribute // --=20 2.17.0.windows.1 -=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 (#49419): https://edk2.groups.io/g/devel/message/49419 Mute This Topic: https://groups.io/mt/36927089/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-