From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.1171.1585620166011806597 for ; Mon, 30 Mar 2020 19:02:46 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: ashraf.javeed@intel.com) IronPort-SDR: l0+mRYFc7QfZuPQqfYa1IN2/6ufTbSfoipgKXzC/a+GpSZtcOa22hoyMX/kQ7TBEcaZD0Wnvw3 /SrQ05fRCqXQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 19:02:45 -0700 IronPort-SDR: uVTvx9fKWEACNslR+0yujl4h2ms+KFvOiwZr1Bmy+hY1tA0/NPl44Pq7d+0MEBn+bbBSWxvAZB QSmR4LQ8cUbA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="448495328" Received: from pidsbabios005.gar.corp.intel.com ([10.66.128.37]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2020 19:02:44 -0700 From: "Javeed, Ashraf" To: devel@edk2.groups.io Subject: [PATCH V3 0/2] MdePkg-IndustryStandard: CXL Base Specification registers Date: Tue, 31 Mar 2020 07:32:35 +0530 Message-Id: <20200331020237.15752-1-ashraf.javeed@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These set of two patches introduces the CXL Base Specification register definitions to the MDE; the Cxl11.h has the register definitions for revision 1.1, and the header Cxl.h is the main wrapper header file to support all versions of CXL Base Specification register definitions. Ashraf Javeed (2): MdePkg-IndustryStandard: CXL 1.1 Base Specification registers MdePkg-IndustryStandard: Main header for all versions of CXL registers MdePkg/Include/IndustryStandard/Cxl.h | 18 ++++++++++++++++++ MdePkg/Include/IndustryStandard/Cxl11.h | 526 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MdePkg/Include/IndustryStandard/Pci.h | 6 ++---- 3 files changed, 546 insertions(+), 4 deletions(-) create mode 100644 MdePkg/Include/IndustryStandard/Cxl.h create mode 100644 MdePkg/Include/IndustryStandard/Cxl11.h -- 2.21.0.windows.1